Conversation
supportHello, I have a fresh wordpress studio v1.3.8 installed on my new m3 macbook (sequoia 15.3.1) https://developer.wordpress.com In fresh install of wordpress version 6.7.2 and php version: 8.2 I get the following errors displayed in admin: Deprecated: addslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php on line 107 I was ignoring them as they were not interfering but then I installed buddypress and atempted to create a buddypress group and the following errors are now displaying on a white page. Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-content/plugins/buddypress/bp-groups/actions/create.php on line 173 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-content/plugins/buddypress/bp-groups/actions/create.php on line 174 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) 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/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-includes/pluggable.php on line 143 the debug.log is full of the following errors: (default fresh install - no plugins) [29-Mar-2025 04:21:07 UTC] PHP Warning: file_get_contents(/var/www/html/wp-content/plugins/{SQLITE_PLUGIN}): Failed to open stream: No such file or directory in /var/www/html/wp-includes/functions.php on line 6893 [29-Mar-2025 04:21:07 UTC] PHP Warning: file_get_contents(/var/www/html/wp-content/plugins/sqlite-database-integration/load.php): Failed to open stream: No such file or directory in /var/www/html/wp-includes/functions.php on line 6893 [29-Mar-2025 04:21:20 UTC] PHP Warning: file_get_contents(/var/www/html/wp-content/plugins/{SQLITE_PLUGIN}): Failed to open stream: No such file or directory in /var/www/html/wp-includes/ and today after the buddypress errors it now has many more, like these: [31-Mar-2025 01:08:03 UTC] PHP Warning: file_get_contents(/var/www/html/wp-content/plugins/sqlite-database-integration/load.php): Failed to open stream: No such file or directory in /var/www/html/wp-includes/functions.php on line 6893 [31-Mar-2025 01:08:38 UTC] PHP Deprecated: addslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php on line 107 [31-Mar-2025 01:08:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-content/plugins/buddypress/bp-groups/actions/create.php on line 173 [31-Mar-2025 01:08:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-content/plugins/buddypress/bp-groups/actions/create.php on line 174 [31-Mar-2025 01:08:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-includes/pluggable.php on line 1435 [31-Mar-2025 01:08:38 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/mu-plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-db.php:107) in /var/www/html/wp-includes/pluggable.php on line 1438 [31-Mar-2025 01:19:49 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-config.php:103) in /var/www/html/wp-includes/ms-settings.php on line 79 (this is just a sample, the log is full of these sqlite related errors) here is the top portion of the sqlite readme.txt for version info === SQLite Database Integration === Contributors: wordpressdotorg, aristath, janjakes, zieladam, berislav.grgicak, bpayton, zaerl Requires at least: 6.4 Tested up to: 6.6.1 Requires PHP: 7.0 Stable tag: 2.1.16 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, database SQLite integration plugin by the WordPress Team.
I have also copied this to the support of wordpress studio
This has been resolved in the new SQLite driver, which is now also used in Studio (from version 1.5.6).
I have also copied this to the support of wordpress studio
This has been resolved in the new SQLite driver, which is now also used in Studio (from version 1.5.6).