Skip to content

Update SQLite database integration plugin to v2.1.19-alpha - #1147

Merged
bgrgicak merged 2 commits into
trunkfrom
update/sqlite-database-integration-to-2.1.18-alpha
Mar 28, 2025
Merged

Update SQLite database integration plugin to v2.1.19-alpha#1147
bgrgicak merged 2 commits into
trunkfrom
update/sqlite-database-integration-to-2.1.18-alpha

Conversation

@bgrgicak

@bgrgicak bgrgicak commented Mar 28, 2025

Copy link
Copy Markdown
Contributor

Related issues

Proposed Changes

  • Update the SQLite database integration plugin to version 2.1.19-alpha

Testing Instructions

  • Create a new site in Production Studio (or on trunk)
  • Note the SQLite database integration plugin version for that site
  • Checkout this branch
  • Run npm run postinstall
  • Start the site in Studio
  • Confirm that the SQLite database integration plugin version was updated to 2.1.19-alpha and that the site runs

Pre-merge Checklist

  • Have you checked for TypeScript, React or other console errors?
@bgrgicak bgrgicak self-assigned this Mar 28, 2025
@bgrgicak
bgrgicak requested a review from a team March 28, 2025 09:13

@ivan-ottinger ivan-ottinger left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change updates the SQLite database integration plugin to v2.1.18-alpha, however, I am getting the following errors when starting the site.

WP Admin:

Warning: Undefined array key "WP_SQLITE_AST_DRIVER" in /var/www/html/wp-content/mu-plugins/sqlite-database-integration/constants.php on line 56

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/constants.php:56) in /var/www/html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/constants.php:56) in /var/www/html/wp-includes/pluggable.php on line 1438

Site:

Warning: Undefined array key "WP_SQLITE_AST_DRIVER" in /var/www/html/wp-content/mu-plugins/sqlite-database-integration/constants.php on line 56
@bgrgicak

Copy link
Copy Markdown
Contributor Author
@bgrgicak
bgrgicak requested a review from ivan-ottinger March 28, 2025 09:58
@bgrgicak bgrgicak changed the title Update SQLite database integration plugin to v2.1.18-alpha Mar 28, 2025

@ivan-ottinger ivan-ottinger left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix Automattic/sqlite-database-integration#37

After the above fix, the sites are running the newest SQLite DB integration plugin version correctly. 👌🏼

Also, there are no more warnings on the Site Health page.

@bgrgicak
bgrgicak merged commit ac4e976 into trunk Mar 28, 2025
@bgrgicak
bgrgicak deleted the update/sqlite-database-integration-to-2.1.18-alpha branch March 28, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants