#39440 closed defect (bug) (duplicate)
Database errors on install with WP_DEBUG:true - wp_create_nonce( 'wp_rest' )
Reported by: | thomas.mery | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | rest-api | Cc: |
Description
On a fresh install it seems like there are db calls made before the db is installed
This appears to originate in wp-admin/install.php
line 421
with a wp_print_scripts
call
and more precisely in scripts-loader.php
line 510
where wp_create_nonce( 'wp_rest' )
is called
Change History (3)
#1
@
8 years ago
- Focuses rest-api added
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
- Version changed from trunk to 4.7
Note: See
TracTickets for help on using
tickets.
Hello @thomas.mery and welcome to WordPress Trac!
Thanks for your report, we're already tracking this issue in #39047 so I'm closing this one as a duplicate.