Hi,
I tried to set up my app on my shared host. So far no problem.
But as soon as I want to log in my member area I get the well known
screen that
[PropelException]
[wrapped: connect failed [Native Error: Access denied for user
'web1713'@'83.220.144.13' (using password: NO)] [User Info: Array]]
stack trace
* at ()
in SF_ROOT_DIR/lib/symfony/vendor/propel/Propel.php line 489 ...
486. try {
487. $con = Creole::getConnection($dsn);
488. } catch (SQLException $e) {
489. throw new PropelException($e);
490. }
491. self::$connectionMap[$name] = $con;
492. }
But I'm sure that I used the right connection settings in the
database.yml.
They habe MySQL version 5.0.17 running on the server. Could this be a
problem or should symfony work well with this mysql version?
If it's not the mysql version what else could be the problem?
Thanks a lot!
Christian
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---