Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
GoAncestry Posted March 2, 2019 Posted March 2, 2019 I had my hosting company move the site to a VPS server last night. Site is now down completely and I get this when I try to browse to the index. [an error occurred while processing this directive] When I try to go to admin page I get .. We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. Access denied for user 'sharkopt_ronald'@'localhost' (using password: YES)You can try again by clicking the button below, or try again later. Any help to direct my troubleshooting would be appreciated.
TheJackal84 Posted March 2, 2019 Posted March 2, 2019 20 minutes ago, GoAncestry said: Access denied for user 'sharkopt_ronald'@'localhost' (using password: YES) look's like the sql is trying to connect to localhost and not your VPS, go to your conf_global.php file for the database details
GoAncestry Posted March 2, 2019 Author Posted March 2, 2019 Conf does indicate localhost, now I have to figure out how to direct to VPS host.
Meddysong Posted March 2, 2019 Posted March 2, 2019 There's no reason that it couldn't be localhost (ie the database is on the same server as the files). What's happening there is that the site is unable to access the database using the credentials stored in conf_global.php. First steps would be to confirm that the database was recreated when your files were moved to the new server. If it wasn't you'll need to create it and add your backup. If it already exists, check its name, the user name assigned to it, and the user's password, confirming they're what is stored in conf_global.php. If they're not, update the file to reflect the new details.
GoAncestry Posted March 2, 2019 Author Posted March 2, 2019 Not sure why my password changed on the site move, but the password I have for the DB user was no longer meeting security requirements so I have to change it in the conf file and then the site came back into view. Now to see if I can make sure things are working and upgrade PHP and MySQL so I can go to 4.4 Thanks for the assists.
GoAncestry Posted March 2, 2019 Author Posted March 2, 2019 Cpanel, I got the site back, the dbs back, upgraded to PHP 7.1 Now I am stuck on upgrade and get this error: UPDATE `core_permission_index` core_permission_index SET perm_type=CONCAT( perm_type, '_', (SELECT category_database_id FROM `cms_database_categories` WHERE category_id=perm_type_id) ) WHERE app=? AND perm_type=?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.