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?
include(/Applications/MAMP/htdocs/c5/concrete/elements/header_required.php): failed to open stream: No such file or directory
Can somebody help me please?
Hi John, thanks for your help. How can I clear the cache? I have no access to the dashboard!
... have seen your Cache Vac (c5.6) but I'm c5.8
Also I just remember that I cleared the cache just before moving the site. So it should be quite empty.
login to your host control panel or host ftp.
Find the directory /application/files/cache/
and empty it.
Find the directory /application/files/cache/
and empty it.
Hey Hey John, you are a pro! It worked! Thanks a lot. Have a great day!
-
-
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).