[wpmu-trac] Re: [WordPress MU Trac] #663: creating multiple blogs
broken after svn rev 1333?
WordPress MU Trac
wpmu-trac at lists.automattic.com
Mon Jun 23 16:45:52 GMT 2008
#663: creating multiple blogs broken after svn rev 1333?
------------------------+---------------------------------------------------
Reporter: bretm | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: WPMU 2.0
Component: component1 | Version: 2.0
Severity: critical | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by bretm):
Additionally, I can confirm that the options table is getting created,
just doesn't have anything in there for siteurl:
mysql> desc wp_221_options;
+--------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+-------------+------+-----+---------+----------------+
| option_id | bigint(20) | NO | PRI | NULL | auto_increment |
| blog_id | int(11) | NO | PRI | 0 | |
| option_name | varchar(64) | NO | PRI | | |
| option_value | longtext | NO | | | |
| autoload | varchar(20) | NO | | yes | |
+--------------+-------------+------+-----+---------+----------------+
5 rows in set (0.00 sec)
mysql> select option_value from wp_221_options where option_name =
'siteurl';
Empty set (0.01 sec)
mysql>
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/663#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list