Hi, I have to move a system which uses aMember to another server. I've copied both the database and the files and changed the config file (databse, user, password), but unfortunately get this error "Cannot connect to MySQL:" (without any further information about the error) for every interaction with aMember. I should add that it wasn't me who installed aMember on the system... Any idea? Thanks, Xyrus
Should verify that the amember configuration file has the correct database name, user & password as well as the right server name. Check with your Host support to be certain. Things to consider: 1) sometimes the account name is part of your database name and/or database user name: example: account_db-name | account_db-user 2) in most cases localhost is sufficient for your server name, sometimes however you have to put a full server name (yourdomainsql.com) or IP.. again, check with Host support to be certain.
skippybosco, thanks for your answer. I've already found the error: The plugin PHPList was installed and the database name, user and password of the PHPList database were values in the amember_config table, which I had to change.