Moved site - getting error

Permalink
I moved a site from one host to another. Uploaded SQL and everyting looks good. Uploaded files and everything looks good. Edited site.php - looks good to me.

Getting error:

Warning: require(concrete/dispatcher.php) [function.require]: failed to open stream: No such file or directory in /home/content/01/8304101/html/index.php on line 2

Any suggestions would be great!

Thanks

surfsupjoe125
 
JohntheFish replied on at Permalink Reply
JohntheFish
The places to look is /config/site.php

Chances are you have a path left from your old location that needs to be modified for the new location.
surfsupjoe125 replied on at Permalink Reply
surfsupjoe125
Hi John,

Thx for the quick reply. I have looked there and my pathing is correct.
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Personally I would not have posted things like the actual db server, database, databasename and salt. Leaving these on an open forum could be a security risk (though not as dangerous as the username and password), so may be best to edit your post.

It looks like you have some extra quotes inside the definition for DIR_REL
(unless that is an error in posting).

If not, then the next place to look is .htaccess for the friendly url rewrites.
surfsupjoe125 replied on at Permalink Reply
surfsupjoe125
Thx John,

I thought I sent it PM to you but I did edit it and removed the UN & PW. I guess sometimes I am too trusting.

I will check your suggestions

I will mark it best answer - thx again

Joe
surfsupjoe125 replied on at Permalink Reply
surfsupjoe125
Hi again,

Still not getting it. Can I explain exactly what I did and maybe that will get to the bottom of this?

If u r too busy I understand

Thx
JohntheFish replied on at Permalink Reply
JohntheFish
What the error message means is that index.php ran ok (so php is all-right), but all index.php does is require (sort of but not quite a php term for load and run) the file dispatcher.php. But it couldn't find it. One way this can happen is a faulty path in the config.

Another idea has occurred to me. Perhaps you could have a look with ftp or another browser of your web space and check that the file /concrete/dispatcher.php actually exists on your server.

(Closing down for the night in the UK.)
surfsupjoe125 replied on at Permalink Reply
surfsupjoe125
Thanks John - I'll check it out! Sleep well