Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP required DB Version >= 5.5.5 #67

Open
Rick313 opened this issue Dec 1, 2024 · 0 comments
Open

WP required DB Version >= 5.5.5 #67

Rick313 opened this issue Dec 1, 2024 · 0 comments

Comments

@Rick313
Copy link

Rick313 commented Dec 1, 2024

DB version has changed

File: db.php
Line: 2826

         /**
         * Method to return database version number.
         *
         * This overrides wpdb::db_version() to avoid using MySQL function.
         * It returns mysql version number, but it means nothing for SQLite.
         * So it return the newest mysql version.
         *
         * @see wpdb::db_version()
         */
        public function db_version()
        {
            // WordPress currently requires this to be 5.0 or greater. <--- Required > 5.5.5
            return '8'; // <--- Anything above 5.5.5
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant