Moving site and now getting an issue
Permalink
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
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
Try going to Dashboard > Sitewide Settings > Debug > Clear Cache, then reload the page. That should help fix things after moving the site.
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.
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.
http://www.worldmarkettravel.com/index.php/dashboard/settings/-/set...
Also, make sure that you update the address in /config/site.php.
i got this problem but cant get directly to login to change cache
any ideas?
any ideas?
go into the database to change it if you can't get in the admin panel
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.
I'm receiving the same error! How did you finally resolve it?