base dir is in config file, anywhere else? - Joomla! Forum - community, help and support
my host changed home directory, (without notification might add) , gave me open_basedir error. i've changed base directory in configuration.php old 'home2' new 'home' specified host can see still picking home2 home.
warning: main() [function.main]: open_basedir restriction in effect. file(/home2/webwisec/public_html/content/includes/version.php) not within allowed path(s): (/home/webwisec:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/webwisec/public_html/content/includes/joomla.php on line 71
warning: main(/home2/webwisec/public_html/content/includes/version.php) [function.main]: failed open stream: operation not permitted in /home/webwisec/public_html/content/includes/joomla.php on line 71
where else need change this???
warning: main() [function.main]: open_basedir restriction in effect. file(/home2/webwisec/public_html/content/includes/version.php) not within allowed path(s): (/home/webwisec:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/webwisec/public_html/content/includes/joomla.php on line 71
warning: main(/home2/webwisec/public_html/content/includes/version.php) [function.main]: failed open stream: operation not permitted in /home/webwisec/public_html/content/includes/joomla.php on line 71
where else need change this???
you need change following in configuration.php
code: select all
$mosconfig_absolute_path = '/home/joomla/public_html';
$mosconfig_live_site = 'http://www.joomla.org';
$mosconfig_cachepath = '/your absolute path/cache';
Comments
Post a Comment