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