6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10584] Horde/Vfs/File.php _connect() doesn't work for existing directories
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ . ..__ .__ |\/|[ __|_/ [ __[__) | |[_./| \[_./|
Comment
> if a directory exist and is readable a excption is thrown were it > shouldn't be > > let's have a look: > > /tmp directory exist and is readable for world > > if (!(@is_dir($this->_params['vfsroot']) && > is_readable($this->_params['vfsroot'])) || > !@mkdir($this->_params['vfsroot'])) { > > then we got > if (!(true && true) || !false) { > > so we got a resulting true and the exception is thrown and thats not > right if dir exist
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers