[wp-trac] [WordPress Trac] #60461: Running the install script shows database error after plugin dependencies changeset

WordPress Trac noreply at wordpress.org
Wed Feb 7 14:23:41 UTC 2024


#60461: Running the install script shows database error after plugin dependencies
changeset
-----------------------------+--------------------
 Reporter:  desrosj          |      Owner:  (none)
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  6.5
Component:  Upgrade/Install  |    Version:
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+--------------------
 Follow up to #22316.

 After [57545], there's a [https://github.com/WordPress/wordpress-
 develop/actions/runs/7807644919/job/21296445567#step:13:53 new error being
 shown when running] `npm run env:install`. It doesn't appear in the
 [https://github.com/WordPress/wordpress-
 develop/actions/runs/7806168370/job/21292013192#step:13:46 logs for the
 changeset prior].


 {{{
 <div id="error"><p class="wpdberror"><strong>WordPress database
 error:</strong> [Table 'wordpress_develop.wp_options'
 doesn't exist]<br /><code>INSERT INTO `wp_options` (`option_name`,
 `option_value`, `autoload`) VALUES ('plugin_data',
 'a:1:{s:9:\"hello.php\";a:15:{s:4:\"Name\";s:11:\"Hello
 Dolly\";s:9:\"PluginURI\";s:41:\"http://wordpress.org/plugins
 /hello-
 dolly/\";s:7:\"Version\";s:5:\"1.7.2\";s:11:\"Description\";s:295:\"This
 is not just a plugin, it symbolizes the hope and enthusiasm of an entire
 generation summed up in two words sung most famously by Louis Armstrong:
 Hello, Dolly. When activated you will randomly see a lyric from
 <cite>Hello, Dolly</cite> in the upper right of your admin
 screen on every page.\";s:6:\"Author\";s:14:\"Matt
 Mullenweg\";s:9:\"AuthorURI\";s:13:\"http://ma.tt/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:11:\"Hello
 Dolly\";s:10:\"AuthorName\";s:14:\"Matt
 Mullenweg\";}}', 'yes') ON DUPLICATE KEY UPDATE
 `option_name` = VALUES(`option_name`), `option_value` =
 VALUES(`option_value`), `autoload` =
 VALUES(`autoload`)</code></p></div>Success: WordPress installed
 successfully.
 }}}

 Despite this warning, it seems like all the tests pass successfully. There
 are more tests and assertions performed, but wondering if some are being
 skipped as a result.

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


More information about the wp-trac mailing list