Move to new directory - ERROR - Joomla! Forum - community, help and support
hi there,
i've moved joomla 1.5 site 'test' directory main root directory. i've changed 'configuration.php' file match change too.
old:
new:
i'm still getting error on both front end , end ('administrator'):
warning: main(/usr/userweb/ocom/test/includes/defines.php) [function.main]: failed open stream: no such file or directory in /usr/userweb/ocom/test/index.php on line 21
fatal error: main() [function.require]: failed opening required '/usr/userweb/ocom/test/includes/defines.php' (include_path='.:/usr/local/php-4.4.6/lib/php') in /usr/userweb/ocom/test/index.php on line 21
any thoughts? there cache or config file need change?
thanks
i've moved joomla 1.5 site 'test' directory main root directory. i've changed 'configuration.php' file match change too.
old:
code: select all
var $log_path = '/usr/userweb/ocom/test/logs';
var $tmp_path = '/usr/userweb/ocom/test/tmp';
var $live_site = 'http://www.ocmusic.com/test/';new:
code: select all
var $log_path = '/usr/userweb/ocom/logs';
var $tmp_path = '/usr/userweb/ocom/tmp';
var $live_site = 'http://www.ocmusic.com/';i'm still getting error on both front end , end ('administrator'):
warning: main(/usr/userweb/ocom/test/includes/defines.php) [function.main]: failed open stream: no such file or directory in /usr/userweb/ocom/test/index.php on line 21
fatal error: main() [function.require]: failed opening required '/usr/userweb/ocom/test/includes/defines.php' (include_path='.:/usr/local/php-4.4.6/lib/php') in /usr/userweb/ocom/test/index.php on line 21
any thoughts? there cache or config file need change?
thanks
if have joomla! caching turned on, might causing problem, browser cache might causing issue or hard coded links in menu's , articles etc reference /test/ directory.
Comments
Post a Comment