WordPress database error: [Table ‘blog.wp_options’ doesn’t exist]
-
Stuck on Step 1…. I immediately get these errors during Step 1 of the installation process.
Warning: Invalid argument supplied for foreach() in c:\inetpub\wwwroot\blog\wp-includes\functions.php on line 355
WordPress database error: [Table ‘blog.wp_options’ doesn’t exist]
SELECT option_value FROM wp_options WHERE option_name = ‘permalink_structure’As you can see it is complaing because when it trys to execute the query it cant because the table it is trying to query doesnt exist. I confirmed that it doesnt exist through MySql client, and phpMyAdmin.
The config file is correct.. I doubled and triple checked it.. I have gotten phpMyAdmin working with the same values. I have even used a test php script with the values found in config file to actually create the missing table. So the account appears to have to correct permissions to alter database. However I have tried using root account also, and still get same errors. I could manually create all the tables and populate them, but that would be ALOT of work, and if I populate something wrong it could hose the whole install.
Anyone have ANY ideas or suggestions. How can I debug some of php scripts to find out where/how/why its not creating these tables?
Thanks!
- The topic ‘WordPress database error: [Table ‘blog.wp_options’ doesn’t exist]’ is closed to new replies.