phpGroupWare - Bugs: bug #21911, Error in...
You are not allowed to post comments on this tracker with your current authentication level.
bug #21911: Error in /phpgroupware/ftp/index.php on Line 205
Submitter: | Jan Rippl <janrippl> | ||
Submitted: | Sun 30 Dec 2007 03:37:50 PM UTC | ||
Item Group: | None | Category: | ftp |
Severity: | 3 - Normal | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Component Version: | DEB | Operating System: | GNU/Linux - Debian |
Reproducibility: | None | Planned Release: | None |
Fixed Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2007-12-30 | janrippl | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
I am search error in /phpgroupware/ftp/index.php on line 205:
function ftp_chdir()
line 205 must be rewrite from
ftp_chdir($ftp,$olddir . $newdir . '/'); on
: ftp_chdir($ftp,$olddir . '/' . $newdir . '/');
else after login to ftp account will be fale directory:
false: /home/userdirectory
true: /home/user/directory
Goodby
Jan Rippl