I did a restore of my database and got this message in PHPMyAdmin at the end of the restore:
“There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Invalid Identifer @ 8
STR: 4.3.
SQL: backup-4.3.2007_11-53-36_wellmast/??????????????????????????????
Then I realized that the backup I made was for all my databases on the server(some others than WP)which might explain the error.
My real problem is that I do not know how to assign the right database to WP. In wp-config.php the parameters seem to be correct.
When I open the admin center of WP I get the following 2 lines before the opening screen:
“Warning: array_keys(): The first argument should be an array in /home/wellmast/public_html/blog/wp-admin/admin-functions.php on line 1315
Warning: Invalid argument supplied for foreach() in /home/wellmast/public_html/blog/wp-admin/admin-functions.php on line 1315″
So I tried to reupload this file from the upgrade software on my PC hoping that it would solve the problem. To no avail.
I am at a complete loss now. How do I make sure that PW accesses the proper database so that my blog restart working. Any ideas?