2
First, Welcome to XOOPS!
This sounds very much like a database connectivity issue.
Have you verified that you can connect to the database?
If you have SSH access to the server, you can use the following command to connect to the database. If the database cannot be reached, an error will be generated at the command line.
mysql --host=<hostname or localhost> --user=<username> --password=<password> --database <database name>
If you do not have SSH access, you can try to determine whether their is a connectivity issue using another script that connects to the database. You may want to try
PHPMyAdminAgain, if database connectivity cannot be established, an error will be generated.
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.