By aerps on
I tried to log into through the local host, however I am getting the following message. (I forgot to turn the site on after I did the upgrade. - How can I fix this?
Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.
The mysqli error was: Can't connect to MySQL server on 'localhost' (10061).
Comments
go to /user
If you just visit the site you should get the 'site offline' message when it's offline, but sometimes it's necessary for the admin to log in again for whatever reason.
If you goto /user - or /index.php?q=user (if your not using clean URLs) then you should get the login screen ...
settings.php
also, you may replace settings.php by accident. just edit your settings.php with right value of mysql access.
log in & Clean URLs
I had a similar problem related to the "non clean" URLs.
I had to run update and cron, then dance a jig. Once I did those, (not sure which one actually worked) I could get in but with non-clean URLs. Now, I can't change the URLs to be clean again. I've tried altering the .htaccess file and even contacted my host who assured me that the .htaccess is fine.
Unfortunately, fine thought it may be, I still can't turn on Clean Urls. Looking back, I think part of the problem was that the submit buttons were still pointing to clean urls even though they were not enabled.
Try typing in: www.example.com/?q=admin
Meanwhile, can anyone help me with the clean urls? I've done all the handbook suggests.
PLEASE!