• Resolved alexbyby

    (@alexbyby)


    After the last update error

    Warning: Undefined array key 1 in /web/htdocs/www.vendicompraffitta.it/home/wp-content/plugins/so-widgets-bundle/so-widgets-bundle.php on line 843

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

Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Support Andrew Misplon

    (@misplon)

    Hi Alex

    As requested on June 26th:

    Send Us the Page Layout Json File
    Please, send us the page layout JSON file so we can attempt to replicate the issue locally. You can download your layout from Layouts > Import/Export > Download Layout. The JSON file can be uploaded to any online location like WeTransfer.com. To confirm, we cannot use the fix you’ve suggested without impacting existing Page Builder installations.

    Disable Error Reporting
    There is no need to edit the Widgets Bundle plugin file. To prevent notices, warnings, and errors printing to your site front-end you can try adding the following below define( ‘WP_DEBUG_DISPLAY’, false ); in your WordPress wp-config.php file:

    @ini_set( 'display_errors', 0 );

    If WP_DEBUG_DISPLAY set to false and ini_set display_errors set to 0 aren’t effective, kindly contact your hosts and let us know how that goes.

    Thread Starter alexbyby

    (@alexbyby)

    Then first of all Thank you
    I had already set it in the.config file
    define (‘WP_DEBUG_DISPLAY’, false);
    so it didn’t solve.
    Adding:
    define (‘WP_DEBUG_DISPLAY’, false);
    @ini_set (‘display_errors’, 0);
    The error also disappears after the Update.
    So I think it’s solved!

    Thanks Andrea Misplon

    Plugin Support Andrew Misplon

    (@misplon)

    Hi Alex

    Thanks for the update. I’m really glad to hear you’ve made progress disabling error reporting on your site front-end. If any follow-up queries or requests arise, please, don’t hesitate to get in touch.

    Cheers for now.

    Andrew

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Last update error’ is closed to new replies.