Ticket #1298 (closed defect: wontfix)

Opened 6 months ago

Last modified 6 months ago

in client/ftp_choose_dir.tpl / include/vfs.php the template variables {LINK}, {DIR_NAME} and {CHOOSE_IT} aren't set correctly

Reported by: anonymous Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Don't know Keywords:
Cc:

Description

the php file include/vfs.php does not set the placeholder variables {LINK}, {DIR_NAME} and {CHOOSE_IT} in the template client/ftp_choose_dir.tpl correctly. Futhermore this produces the following error message:

Warning: ftp_rawlist() [function.ftp-rawlist]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/) in /var/www/ispcp/gui/include/vfs.php on line 260

Warning: ftp_rawlist() [function.ftp-rawlist]: Unable to create temporary file. Check permissions in temporary files directory. in /var/www/ispcp/gui/include/vfs.php on line 260

Attachments

Change History

05/27/08 10:47:52 changed by rats

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

it's an PHP-error in PHP5 < 5.2.1 (used in Debian stable) ftp-rawlist temp dir is always set to /tmp the php.ini-tempdir is not read.

05/28/08 01:55:06 changed by anonymous

Yeah, I'm using 5.2.0-8+etch11. Does this also effect these not set template variables ({LINK}, {DIR_NAME} and {CHOOSE_IT})?

06/06/08 00:49:21 changed by anonymous

This is fixed for #1334 with r1203.


Add/Change #1298 (in client/ftp_choose_dir.tpl / include/vfs.php the template variables {LINK}, {DIR_NAME} and {CHOOSE_IT} aren't set correctly)




Action