• Resolved J.Frost

    (@jfrost-1)


    Hello! I had a problem and I don’t know how to solve it. Please help me.
    I think something with the php settings, because on another server it worked without any problems.

    It occurs when I try to add/change a widget:

    Notice: Undefined index: tribe_widget_builder_dashboard in /var/www/test/wp-content/plugins/widget-builder/classes/widget-builder.php on line 422

    Notice: Undefined index: tribe_widget_builder_disable_sidebar in /var/www/test/wp-content/plugins/widget-builder/classes/widget-builder.php on line 422

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/test/wp-content/plugins/widget-builder/classes/widget-builder.php:422) in /var/www/test/wp-includes/pluggable.php on line 881

    ps: 422 line in widget-builder.php:
    ${$f} = trim(strip_tags($_POST[$f]));

    https://www.ads-software.com/extend/plugins/widget-builder/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter J.Frost

    (@jfrost-1)

    something with the php settings

    I’m sorry, of course it is not true =)

    define('WP_DEBUG', false); it solved the problem, but is it good decision?

    Plugin Author Timothy Wood

    (@codearachnid)

    I’m not sure I understand your follow up comment. Are you not defining WP_DEBUG in your wp-config.php file already? I’m not sure I understand what you asking if it is a good decision?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Widget Builder] Cannot modify header information’ is closed to new replies.