On 21 Apr 2009, at 07:41, Lawrence Krubner wrote:
> > > > 500 | Internal Server Error | PropelException > Unable to open PDO connection [wrapped: SQLSTATE[28000] [1045] Access > denied for user 'lawrence'@'localhost' (using password: NO)] > stack trace <snip> > If I ssh to the server, I can use the current username and password to > log into MySql from the command line, so I know that I've got the > correct username and password for this database. And I've got the > right database name. Is there a password? the error message states that you're trying to connect without a password. I think that's your problem. FWIW, in future, I'd attempt one massive set of changes at a time - seems you've changed your server architecture AND upgraded to a different version of Symfony both at the same time. That's gonna make your troubleshooting a world more painful - how do you know which of those changes is causing specific errors? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
