• I am setting up a small integration that is an off-WP cronjob to export some post data and send them to Google Drive. System works perfectly on DEV server. On production, no matter what, the log file ends up with

    Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

    Please check that the mysqli PHP extension is installed and enabled.

    If you are unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress support forums.

    The mysqli extension is present and is loaded (chected via command line as well as php info page).

    Tried to disable security plugins in case but no dice.

    What can be the problem?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Try not only disabling security plugins but all plugins. Also switch to one of the default Twenty* themes. Aberrant code from any theme or plugin can cause trouble.

    What actually triggers that message is when WP cannot find the expected mysqli_connect() function normally available in the mysqli extension. If this trouble persists with no plugins and a default theme, I suggest you contact the host and inquire why mysqli_connect() is not available to WordPress.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.