aaemnnosttv / wp-sqlite-db

A single file drop-in for using a SQLite database with WordPress. Based on the original SQLite Integration plugin.
551 stars 93 forks source link

not be supported in version 6.5 of WordPress. #63

Closed lopins closed 1 month ago

daniel-affonso-pro commented 2 months ago

I've replaced the code on line 1325 of the /wp-content/db.php file with the code below: public function query(string $statement, ?int $mode = PDO::ATTR_DEFAULT_FETCH_MODE, mixed ...$fetchModeArgs)

Admin doesn't work, but Front does.

It should help someone.

aaemnnosttv commented 1 month ago

Please add a description when opening an issue.