Moving site and now getting an issue

We had a concrete installation which worked fine, we then moved it to a new location by copying the existing files and existing database across. The site itself works fine as does the /dashboard login page, but when you login you get the below error.

Any ideas on why? Strange as we have not moved hosting provider or server just took down the files and then put them back up?



Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [-32000: Cache write error] in CacheExecute(/home/httpd/vhosts/worldmarkettravel.com/httpdocs/files/cache/80/adodb_808024303f4446bdc503dcf0caaf7900.cache, select ctID from PageTypes) ' in /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/libraries/3rdparty/adodb/adodb.inc.php(1819): adodb_throw('mysql', 'CacheExecute', -32000, 'Cache write err...', '/home/httpd/vho...', 'select ctID fro...', Object(ADODB_mysql)) #1 /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/libraries/database.php(34): ADOConnection->CacheExecute(10, 'select ctID fro...') #2 /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/models/permissions.php(461): Database->querycache(10, 'select ctID fro...') #3 /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/models/permissions.php(72): CollectionPermissions->CollectionPe in /home/httpd/vhosts/worldmarkettravel.com/httpdocs/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
View Replies:
elyon replied on at Reply
elyon
Try going to Dashboard > Sitewide Settings > Debug > Clear Cache, then reload the page. That should help fix things after moving the site.
milvos replied on at Reply
The issue does not allow me to log into the dashboard, as soon as you input user and password you get the error and can go not further.
elyon replied on at Reply
elyon
I think this is the direct link for the page:

http://www.worldmarkettravel.com/index.php/dashboard/settings/-/set...

Also, make sure that you update the address in /config/site.php.
pixelfish replied on at Reply
pixelfish
i got this problem but cant get directly to login to change cache

any ideas?
Mnkras replied on at Reply
Mnkras
go into the database to change it if you can't get in the admin panel
mario replied on at Reply
mario
I've run into this before too. Did you remember to set your files directory permissions to 777 or 775? You might need to recurse into all subdirectories under Files.
karenalenore replied on at Reply
karenalenore
I'm receiving the same error! How did you finally resolve it?