[wpmu-trac] [WordPress MU Trac] #1117: Bug in first post creation...
WordPress MU Trac
wpmu-trac at lists.automattic.com
Thu Sep 17 18:40:10 UTC 2009
#1117: Bug in first post creation...
-------------------------+--------------------------------------------------
Reporter: max.favilli | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
In file wp-includes/wpmu-functions.php
When the db table wp_1_links is created (and of course wp_2_links, etc...)
the field link_notes is defined as NOT NULL.
But the following inserts, at least the "install" ones, does't provide any
value.
INSERT INTO 'wp_1_links' ('link_url','link_name','link_owner','link_rss')
VALUES
('http://wordpress.com/','WordPress.com','1','http://wordpress.com/feed/')
Seems like the same problem occurs also for field to_ping in table
wp_1_posts, in the same function install_blog_defaults, for the first
post, the "Hello world" one, is not set.
But it is defined as NOT NULL.
--
Ticket URL: <http://trac.mu.wordpress.org:80/ticket/1117>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list