[wp-trac] [WordPress Trac] #39047: Installer tries to create nonce before options table exists

WordPress Trac noreply at wordpress.org
Sun Dec 4 15:53:24 UTC 2016


#39047: Installer tries to create nonce before options table exists
-----------------------------+-----------------------------
 Reporter:  nullvariable     |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  trunk
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 When creating a new install via wp-admin/install.php the following errors
 occur:
  WordPress database error: [Table '....wp_options' doesn't exist]
  INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) ....

  WordPress database error: [Table '....wp_options' doesn't exist]
  INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) ....

 This error occurs with the following conditions:
 * wp-config.php created by user instead of installer
 * all salts and keys in wp-config are identical
 * database has not been installed

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39047>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list