Anyone with ideas as to what is going on?
I wanted to start the upgrade for Drupal 6.7 from 6.6, and all I did was FTP the new files to the server.
When I tried to see the site in the browser, I got a "technical problem" message and the following error below:
The mysql error was: Access denied for user 'myenergy'@'localhost' (using password: YES).

I don't understand why this is happening, because the settings.php is read only!
A simple FTP of the new files shouldn't have lost the database connection, right?

HELP (and thanks in advance)

Comments

cog.rusty’s picture

There was a bug in 6.7 and now 6.8 has been released. Upload it and run update.php.

scrambled’s picture

HI,
2 things I have ran into (using durpal 5.x) Overwrote the settings.php file in the sites\default\ folder. Check yours and see if that needs to be fixed (hopefully you backed up your old one), I think version 6 has a new name for that php file. Also, if you placed modules in the main module folder but not the sites/all/modules folder a missing module could throw things off as well.