Ticket #662 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Creation of Blog Incomplete

Reported by: trent Assigned to: somebody
Priority: high Milestone:
Component: component1 Version:
Severity: major Keywords:
Cc:

Description

I just noticed today with the latest TRAC rev that when I try and create a blog, it is created but not completely as it hits the following error first and doesn't create blog options table:

WordPress? database error Table 'wp_site' already exists for query \nCREATE TABLE wp_site (\n id bigint(20) NOT NULL auto_increment,\n domain varchar(200) NOT NULL default ,\n path varchar(100) NOT NULL default ,\n PRIMARY KEY (id),\n KEY domain (domain,path)\n) DEFAULT CHARACTER SET utf8 made by dbDelta,

The blog shows up in the admin, but it gives the following on the blog address:

The blog you have requested is not installed properly. Please contact the system administrator.

The error logs shows it is because it hasn't created the blog option table.

Change History

06/21/08 18:58:30 changed by MrBrian

I'm using revision 1333 and that doesn't happen for me.

06/23/08 11:19:52 changed by donncha

  • status changed from new to closed.
  • resolution set to fixed.

Somehow the IF NOT EXISTS got merged out. Added back in [1334], thanks!