Moving a Site
Permalink
Hi All:
I've tried all the methods on previous threads for this and I keep getting this error:
Warning: require(/public_html/lfg/concrete/config/base_pre.php) [function.require]: failed to open stream: No such file or directory in /public_html/lfg/concrete/dispatcher.php on line 19
Fatal error: require() [function.require]: Failed opening required '/public_html/lfg/concrete/config/base_pre.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/lfg/concrete/dispatcher.php on line 19
It seems like once you install concrete on a subdirectory, the dispatcher is configured to read only in that directory.
Then I moved the whole subdirectory to root and added the BaseURL to the config.php and it still spits out that error.
I tried this method by clearing the cache as well.
Does anyone know why I can't move this using the methods in previous threads?
Why is dispatcher reading this error?
Thanks,
Keith
I've tried all the methods on previous threads for this and I keep getting this error:
Warning: require(/public_html/lfg/concrete/config/base_pre.php) [function.require]: failed to open stream: No such file or directory in /public_html/lfg/concrete/dispatcher.php on line 19
Fatal error: require() [function.require]: Failed opening required '/public_html/lfg/concrete/config/base_pre.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/lfg/concrete/dispatcher.php on line 19
It seems like once you install concrete on a subdirectory, the dispatcher is configured to read only in that directory.
Then I moved the whole subdirectory to root and added the BaseURL to the config.php and it still spits out that error.
I tried this method by clearing the cache as well.
Does anyone know why I can't move this using the methods in previous threads?
Why is dispatcher reading this error?
Thanks,
Keith