Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4772 closed defect (bug) (fixed)

database error: Table 'wordpress.wp_deletable_options' doesn't exist , update.php

Reported by: potter_system's profile Potter_System Owned by:
Milestone: 2.3 Priority: high
Severity: minor Version: 2.3
Component: General Keywords: mysql error
Focuses: Cc:

Description

I've updated my SVN copy to 5899, and I've got the following error when trying to install WordPress

WordPress database error: [Table 'wordpress.wp_deletable_options' doesn't exist]
INSERT INTO wp_deletable_options (option_name, option_value, option_description, autoload) VALUES ('update_core', 'O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1187495096;s:15:\"version_checked\";s:9:\"2.3-alpha\";s:8:\"response\";s:11:\"development\";}', '', 'yes')

Warning: Cannot modify header information - headers already sent by (output started at /web/wordpress/deletable/wp-includes/wp-db.php:159) in /web/wordpress/deletable/wp-admin/install.php on line 15

It appears in both steps, BTW. Although I could install WP anyway, some people may feel intimidated with those errors

Attachments (1)

update.php.diff (618 bytes) - added by Potter_System 17 years ago.
Patch for wp-includes/update.php

Download all attachments as: .zip

Change History (3)

#1 @matt
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Typo in the commit message, but this is fixed in [5900]

@Potter_System
17 years ago

Patch for wp-includes/update.php

#2 @foolswisdom
17 years ago

  • Summary changed from Error when installing latest Nightly to database error: Table 'wordpress.wp_deletable_options' doesn't exist , update.php
Note: See TracTickets for help on using tickets.