• Hi Bill – Thanks for this plugin. I just upgraded to Genesis 3.0 (actually 3.0.3) and Genesis Sample 3.0.1 and received the following notification. I cannot see any error though. Do you know of any reason why your plugin won’t work with Genesis 3.0?

    Thanks in advance.

    Cheers, Rob

    – – – –

    Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with one of your plugins, Genesis Title Toggle.

    First, visit your website (https://superguidedev.wpengine.com/) and check for any visible issues. Next, visit the page where the error was caught (https://superguidedev.wpengine.com/wp-admin/customize.php?return=%2Fwp-admin%2Fadmin.php%3Fpage%3Dwpengine-common) and check for any visible issues.

    Error Details
    =============
    An error of type E_ERROR was caused in line 169 of the file /nas/content/live/superguidedev/wp-content/plugins/genesis-title-toggle/genesis-title-toggle.php. Error message: Uncaught TypeError: Argument 1 passed to BE_Title_Toggle::customizer_settings() must be of the type array, null given in /nas/content/live/superguidedev/wp-content/plugins/genesis-title-toggle/genesis-title-toggle.php:169
    Stack trace:
    #0 [internal function]: BE_Title_Toggle->customizer_settings(NULL)
    #1 /nas/content/live/superguidedev/wp-includes/class-wp-hook.php(286): call_user_func_array(Array, Array)
    #2 /nas/content/live/superguidedev/wp-includes/plugin.php(208): WP_Hook->apply_filters(NULL, Array)
    #3 /nas/content/live/superguidedev/wp-content/themes/genesis/lib/admin/customizer.php(48): apply_filters(‘genesis_customi…’, Array)
    #4 [internal function]: genesis_customizer_theme_settings(Object(Genesis_Customizer))
    #5 /nas/content/live/superguidedev/wp-includes/class-wp-hook.php(286): call_user_func_array(‘genesis_customi…’, Array)
    #6 /nas/content/live/superguidedev/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #7 /nas/content/live/superguidedev/wp-includes/plugin.php(465): WP_Hoo

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    What version of PHP do you have on your server?

    Try editing the genesis-title-toggle.php file, and on line 169 change this:

    public function customizer_settings( array $config ) {

    To this:

    public function customizer_settings( $config = array() ) {

    Thread Starter avagogo

    (@avagogo)

    Thanks Bill – It’s PHP 7.3.

    I’ve updated that and will let you know if I get any more error notifications.

    Cheers, Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error reported when upgrading to Genesis 3.0’ is closed to new replies.