Path Problem
Posted: Fri May 23, 2008 5:02 am
Hi,
I get the following when installing CMS:
Mine is a virtual server so I can't edit enything like PHP.ini. What line of code should I add to correct this error?
I already have:
TIA,
Tim
I get the following when installing CMS:
Code: Select all
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect.
File(/var/lib/php5) is not within the allowed path(s): (/home/trowe/html/road/:/tmp)
in /home/trowe/html/road/install/lib/classes/CMSInstallerPage1.class.php on line 96
I already have:
Code: Select all
php_admin_value open_basedir "/home/trowe/html/road/:/tmp"
Tim