[wp-trac] [WordPress Trac] #54849: Site transients cause DB errors when installing
WordPress Trac
noreply at wordpress.org
Wed Jan 26 20:36:17 UTC 2022
#54849: Site transients cause DB errors when installing
--------------------------------+---------------------
Reporter: peterwilsoncc | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.9.1
Component: Options, Meta APIs | Version: 5.9
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
--------------------------------+---------------------
Changes (by antonvlasenko):
* keywords: => reporter-feedback
Comment:
@peterwilsoncc
I can't reproduce this bug.
I've tried to add additional theme roots to wp-settings.php like that:
{{{#!php
// Register the default theme directory root.
register_theme_directory( get_theme_root() );
register_theme_directory(‘/‘wp/themeroot2’);
register_theme_directory(‘/‘wp/themeroot2’);
}}}
Then, I installed WordPress using `WP-CLI`.
I didn't notice any database errors.
Am I missing something?
Would you be able to add steps on how to reproduce this bug?
I really appreciate any help you can provide.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54849#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list