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

MavenMedia
 
planist1 replied on at Permalink Best Answer Reply
planist1
check the root/index.php to see where it is pointing. also check root/concrete/dispatcher.php (around line 19 or so)
MavenMedia replied on at Permalink Reply
MavenMedia
got it - just waited a bit and it started working..

thanks