Skip to content

Commit b461d4a

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent e21e712 commit b461d4a

File tree

5 files changed

+21
-41
lines changed

5 files changed

+21
-41
lines changed

packages/playground/wordpress-builds/public/wp-nightly/wordpress-remote-asset-paths

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ wp-content/themes/twentytwentyfive/templates/page-no-title.html
462462
wp-content/themes/twentytwentyfive/templates/single.html
463463
wp-content/themes/twentytwentyfive/templates/home.html
464464
wp-content/themes/twentytwentyfive/templates/page.html
465+
wp-content/debug.log
465466
wp-content/database/.htaccess
466467
wp-includes/certificates/ca-bundle.crt
467468
wp-includes/block-i18n.json
Binary file not shown.
Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,31 @@
1-
[17-Jun-2024 08:03:49 UTC] WordPress database error <div style="clear:both">&nbsp;</div>
1+
[26-Jul-2025 08:04:44 UTC] WordPress database error <div style="clear:both">&nbsp;</div>
22
<div class="queries" style="clear:both;margin-bottom:2px;border:red dotted thin;">
33
<p>MySQL query:</p>
4-
<p>SELECT wp_posts.ID
5-
FROM wp_posts
6-
WHERE 1=1 AND (
7-
0 = 1
8-
) AND wp_posts.post_type = 'wp_global_styles' AND ((wp_posts.post_status = 'publish'))
9-
GROUP BY wp_posts.ID
10-
ORDER BY wp_posts.post_date DESC
11-
LIMIT 0, 1</p>
4+
<p>SELECT option_value FROM wp_options WHERE option_name = 'active_plugins' LIMIT 1</p>
125
<p>Queries made or created this session were:</p>
136
<ol>
14-
<li>Executing: BEGIN | (no parameters)</li>
15-
<li>Executing: SELECT wp_posts.ID
16-
FROM wp_posts
17-
WHERE 1=1 AND (
18-
0 = 1
19-
) AND wp_posts.post_type = :param0 AND ((wp_posts.post_status = :param1 ))
20-
GROUP BY wp_posts.ID
21-
ORDER BY wp_posts.post_date DESC
22-
LIMIT 0, 1 | parameters: wp_global_styles, publish</li>
7+
<li>Executing: BEGIN IMMEDIATE | (no parameters)</li>
8+
<li>Executing: SELECT `option_value` FROM `wp_options` WHERE `option_name` = &#039;active_plugins&#039; LIMIT 1 | (no parameters)</li>
239
<li>Executing: ROLLBACK | (no parameters)</li>
2410
</ol>
2511
</div>
2612
<div style="clear:both;margin-bottom:2px;border:red dotted thin;" class="error_message" style="border-bottom:dotted blue thin;">
27-
Error occurred at line 3786 in Function <code>handle_error</code>. Error message was: SQLSTATE[HY000]: General error: 1 no such table: wp_posts.
13+
SQLSTATE[HY000]: General error: 1 no such table: wp_options
2814
</div>
2915
<p>Backtrace:</p>
30-
<pre>#0 /internal/shared/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php(287): WP_SQLite_Translator->get_error_message()
31-
#1 /wordpress/wp-includes/class-wpdb.php(3102): WP_SQLite_DB->query('SELECT wp_pos...')
32-
#2 /wordpress/wp-includes/class-wp-query.php(3357): wpdb->get_col('SELECT wp_pos...')
33-
#3 /wordpress/wp-includes/class-wp-query.php(3852): WP_Query->get_posts()
34-
#4 /wordpress/wp-includes/class-wp-theme-json-resolver.php(461): WP_Query->query(Array)
35-
#5 /wordpress/wp-includes/class-wp-theme-json-resolver.php(500): WP_Theme_JSON_Resolver::get_user_data_from_wp_global_styles(Object(WP_Theme))
36-
#6 /wordpress/wp-includes/block-supports/block-style-variations.php(496): WP_Theme_JSON_Resolver::get_user_data()
37-
#7 /wordpress/wp-includes/class-wp-hook.php(324): wp_register_block_style_variations_from_theme('')
38-
#8 /wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
39-
#9 /wordpress/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
40-
#10 /wordpress/wp-settings.php(700): do_action('init')
41-
#11 /wordpress/wp-config.php(96): require_once('/wordpress/wp-s...')
16+
<pre>#0 /internal/shared/sqlite-database-integration/wp-includes/sqlite-ast/class-wp-sqlite-driver.php(739): WP_SQLite_Driver->new_driver_exception('SQLSTATE[HY000]...', 'HY000', Object(PDOException))
17+
#1 /internal/shared/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php(537): WP_SQLite_Driver->query('SELECT option_v...')
18+
#2 /internal/shared/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php(449): WP_SQLite_DB->_do_query('SELECT option_v...')
19+
#3 /wordpress/wp-includes/class-wpdb.php(3075): WP_SQLite_DB->query('SELECT option_v...')
20+
#4 /internal/shared/sqlite-database-integration/integrations/query-monitor/boot.php(72): wpdb->get_row('SELECT option_v...')
21+
#5 /internal/shared/sqlite-database-integration/wp-includes/sqlite/db.php(72): require_once('/internal/share...')
22+
#6 /internal/shared/mu-plugins/sqlite-database-integration.php(42): require_once('/internal/share...')
23+
#7 /internal/shared/preload/0-sqlite.php(56): require_once('/internal/share...')
24+
#8 /internal/shared/preload/0-sqlite.php(49): Playground_SQLite_Integration_Loader->load_sqlite_integration()
25+
#9 /wordpress/wp-includes/load.php(745): Playground_SQLite_Integration_Loader->__set('field_types', Array)
26+
#10 /wordpress/wp-settings.php(144): wp_set_wpdb_vars()
27+
#11 /wordpress/wp-config.php(102): require_once('/wordpress/wp-s...')
4228
#12 /wordpress/wp-load.php(50): require_once('/wordpress/wp-c...')
43-
#13 /wordpress/wp-admin/install.php(36): require_once('/wordpress/wp-l...')
29+
#13 /internal/eval.php(8): require('/wordpress/wp-l...')
4430
#14 {main}</pre>
45-
for query SELECT wp_posts.ID
46-
FROM wp_posts
47-
WHERE 1=1 AND (
48-
0 = 1
49-
) AND wp_posts.post_type = 'wp_global_styles' AND ((wp_posts.post_status = 'publish'))
50-
GROUP BY wp_posts.ID
51-
ORDER BY wp_posts.post_date DESC
52-
LIMIT 0, 1 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wp_register_block_style_variations_from_theme, WP_Theme_JSON_Resolver::get_user_data, WP_Theme_JSON_Resolver::get_user_data_from_wp_global_styles, WP_Query->query, WP_Query->get_posts, WP_SQLite_DB->query, WP_SQLite_DB->print_error
31+
for query SELECT option_value FROM wp_options WHERE option_name = 'active_plugins' LIMIT 1 made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), wp_set_wpdb_vars, Playground_SQLite_Integration_Loader->__set, Playground_SQLite_Integration_Loader->load_sqlite_integration, require_once('/internal/shared/mu-plugins/sqlite-database-integration.php'), require_once('/internal/shared/sqlite-database-integration/wp-includes/sqlite/db.php'), require_once('/internal/shared/sqlite-database-integration/integrations/query-monitor/boot.php'), WP_SQLite_DB->query, WP_SQLite_DB->print_error

packages/playground/wordpress-builds/src/wordpress/get-wordpress-module-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.8"): { size: nu
2828
case 'nightly':
2929
/** @ts-ignore */
3030
return {
31-
size: 24733333,
31+
size: 24735628,
3232
url: url_nightly,
3333
};
3434

Binary file not shown.

0 commit comments

Comments
 (0)