WidgetOptions / widget-options

Additional Widget options for better widget control. Available on
https://widget-options.com/
GNU General Public License v3.0
35 stars 16 forks source link

PHP errors after upgrade to 3.7 #43

Closed jonathanstegall closed 6 years ago

jonathanstegall commented 6 years ago

I posted this on the WP support forums before reading the sticky posts. Figured I'd post it here as well, as it seemed like it is preferred to bring issues here.

I upgraded to version 3.7 today, and now I’m getting a number of PHP errors on every page load, whether in the admin or on the front end.

Here’s one of these errors:

PHP message: PHP Notice:  Undefined index: acf in /wordpress-path/wp-content/plugins/widget-options/includes/widgets/display.php on line 222

This happens at least ten times on each page load.

I’m not running Advanced Custom Fields at all, in case that is relevant.

phpbits commented 6 years ago

@jonathanstegall Thank you very much for reporting this issue. I've added the fixes here : https://github.com/phpbits/widget-options/tree/develop and would you mind replacing your files manually and let me know if the notices are gone? I'll push the updates as soon as you confirm the the issues are gone. Thank you very much!

Cheers, Jeffrey

jonathanstegall commented 6 years ago

Thanks, this seems to be good now.