We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32347
    • 143 Posts
    Hello,

    I upgrade to 1.0.14 evolution, worked initially and then started to get errors after DB password and username change.
    when I go to the domain I get 504 Gateway Time-out
    And when I go to the manager page to login I get:

    Warning: mysql_connect(): Access denied for user name'@'localhost' (using password: YES) in /home/name/public_html/manager/includes/extenders/dbapi.mysql.class.inc.php on line 93

    I tried to re-install the upgrade and now Creating connection to the database: Database connection failed!
    Please check the database login details and try again.
    Database could not be selected!

    I changed the config file, but no effect.

    Any help appreciated
      • 49182
      • 2 Posts
      Hello wholein1,

      I had exactly the same problem. My error_log in the root was growing after me changing the DB password and in the cPanel the virtual memory started to reach a critical point quite quickly.

      I mailed my hosting company and after a while my provider suggested it could be the funny quotes in the line:
      $dbase = '`yourdatabase_modx`';
      For me it worked to remove those inner quotes...

      Is your problem solved? What worked for you?

      Kind regards
        • 49182
        • 2 Posts
        Quote from: ingeborg at Oct 14, 2014, 07:21 PM

        $dbase = '`yourdatabase_modx`';

        Info: I am talking about the line of code in the manager/includes/config.inc.php file