ispCP - Board - Support
CP open_basedir error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: CP open_basedir error (/thread-6978.html)



CP open_basedir error - izghitu - 06-16-2009 07:52 PM

Hi,

When logged in as admin -> System Tools I get the following error:

Code:
Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/sbin/mount) 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/rkhunter.log:/var/log/chkrootkit.log:/usr/share/pear/) in /var/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 137

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/bin/mount) 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/rkhunter.log:/var/log/chkrootkit.log:/usr/share/pear/) in /var/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 137

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/sbin/mount) 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/rkhunter.log:/var/log/chkrootkit.log:/usr/share/pear/) in /var/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 137

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/local/bin/mount) 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/rkhunter.log:/var/log/chkrootkit.log:/usr/share/pear/) in /var/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 137

Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/usr/local/sbin/mount) 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/rkhunter.log:/var/log/chkrootkit.log:/usr/share/pear/) in /var/www/ispcp/gui/include/phpsysinfo/common_functions.php on line 137

However the mount command is in /sbin/mount.

I have CentOS 5.3 and the latest ispCP

Please help