[wp-trac] [WordPress Trac] #7724: Install error with 2.6.1 or 2.6.2
"WordPress database error Table 'wpmu.wp_options' doesn't exist"
WordPress Trac
wp-trac at lists.automattic.com
Wed Sep 10 20:07:03 GMT 2008
#7724: Install error with 2.6.1 or 2.6.2 "WordPress database error Table
'wpmu.wp_options' doesn't exist"
---------------------+------------------------------------------------------
Reporter: rdworth | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.8
Component: General | Version: 2.6.1
Severity: blocker | Keywords: install database error 2.6.1 2.6.2 table doesn't exist
---------------------+------------------------------------------------------
The install fails with a database error when run on a new (empty)
database.
== Steps to reproduce ==
1. Create new (empty) database
2. Clean copy of WordPress 2.6.1 or 2.6.2
3. Create wp-config.php (through wizard, or manually)
4. From /wp-admin/setup-config.php?step=2 click 'Run the install' or
navigate to /wp-admin/install.php
== Result ==
2.6.1
{{{
WordPress database error Table 'wpmu.wp_options' doesn't exist for query
INSERT
INTO wp_options (option_name, option_value, autoload) VALUES ('cron',
'a:2:{i:...2;}', 'yes') made by add_option
WordPress database error Table 'wpmu.wp_options' doesn't exist for query
INSERT
INTO wp_options (option_name, option_value, autoload) VALUES ('auth_salt',
'Ko!oT4Gk#)5t', 'yes') made by add_option
}}}
2.6.2
{{{
WordPress database error Table 'wpmu.wp_options' doesn't exist for query
INSERT
INTO wp_options (option_name, option_value, autoload) VALUES ('cron',
'a:2:{i:...2;}', 'yes') made by add_option
WordPress database error Table 'wpmu.wp_options' doesn't exist for query
INSERT
INTO wp_options (option_name, option_value, autoload) VALUES
('random_seed',
'1234567890abcdef1234567890abcdef', 'yes') made by add_option
WordPress database error Table 'wpmu.wp_options' doesn't exist for query
INSERT
INTO wp_options (option_name, option_value, autoload) VALUES ('auth_salt',
'jlIBZDb&xo2A', 'yes') made by add_option
}}}
This seems to be caused by [8514] which is related to #7372
See attached for proposed patch.
--
Ticket URL: <http://trac.wordpress.org/ticket/7724>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list