No dashboard access after moving vorm local server MAMP to hosting

Permalink
Hi there, after uploading successfully my database and files using ftp to my hosting company, I lost access to the dashboard. Looks like that some links to some new folder on the hosting were not correctly converted: Whoops \ Exception \ ErrorException (E_WARNING)
include(/Applications/MAMP/htdocs/c5/concrete/elements/header_required.php): failed to open stream: No such file or directory

Can somebody help me please?

1 Attachment

 
JohntheFish replied on at Permalink Reply
JohntheFish
That kind of problem is often the cache. Clearing out the /files/cache directory may resolve it.

The other common dev->live copy problem is that windows mysql forces lower case table names by default, but liinux servers require CamelCaseTableNames. (There are plenty of previous forum posts on resolving that, so I won't repeat here).
Tigroun replied on at Permalink Reply
Hi John, thanks for your help. How can I clear the cache? I have no access to the dashboard!
Tigroun replied on at Permalink Reply
... have seen your Cache Vac (c5.6) but I'm c5.8
Tigroun replied on at Permalink Reply
Also I just remember that I cleared the cache just before moving the site. So it should be quite empty.
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
login to your host control panel or host ftp.
Find the directory /application/files/cache/
and empty it.
Tigroun replied on at Permalink Reply
Hey Hey John, you are a pro! It worked! Thanks a lot. Have a great day!
Tigroun replied on at Permalink Reply
-
Tigroun replied on at Permalink Reply
-