• Resolved soulipsyz

    (@soulipsyz)


    Getting database errors: INSERT INTO wp_5ce2ddc209_wfconfig (name, val, autoload) values (‘lastNotificationID’, ‘1’, ‘no’)

    wfConfig::atomicInc()
    wp-content/plugins/wordfence/lib/wfConfig.php:446
    wfNotification->__construct()
    wp-content/plugins/wordfence/lib/wfNotification.php:83
    wordfence::_refreshUpdateNotification()
    wp-content/plugins/wordfence/lib/wordfenceClass.php:386
    wordfence::_scheduleRefreshUpdateNotification()
    wp-content/plugins/wordfence/lib/wordfenceClass.php:351
    do_action('upgrader_process_complete')
    wp-includes/plugin.php:517
    Plugin_Upgrader->bulk_upgrade()
    wp-admin/includes/class-plugin-upgrader.php:371
    TGMPA_Bulk_Installer->bulk_upgrade()
    wp-content/plugins/insight-core/includes/tgm-plugin-activation.php:3531
    TGMPA_List_Table->process_bulk_actions()
    wp-content/plugins/insight-core/includes/tgm-plugin-activation.php:3056
    TGM_Plugin_Activation->install_plugins_page()
    wp-content/plugins/insight-core/includes/tgm-plugin-activation.php:768
    do_action('appearance_page_tgmpa-install-plugins')
    wp-includes/plugin.php:517

    On multiple sites, not just this one. Seems to be bugging my site out. Can you please fix?

Viewing 1 replies (of 1 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @soulipsyz, thanks for reaching out!

    We expect that error to occur sometimes but actually seeing errors could be linked to running Query Monitor or similar tools as they can display warnings like this for silent failures. We sometimes utilize WordPress’ $wpdb->suppress_errors(true); function in situations we know an error may occur. One such example may be when you’re using the MySQLi engine for logs instead of files, so we just want any attempts to write to these files to fail silently if they don’t exist. Query Manager, and possibly other tools can ignore this intentional error suppression inbuilt into WordPress and present them as issues.

    Thanks,

    Peter.

Viewing 1 replies (of 1 total)
  • The topic ‘Database error’ is closed to new replies.