GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Undefined index: callback in helpers.features.php on line 381 #227

Closed magellan456 closed 11 years ago

magellan456 commented 11 years ago

Hi there,

I'm having an issue displaying some widgets on Firefox and Chrome. It actually works on Opera and haven't tested it on Ie.

By enabling the debug function in Wordpress, here's the message i get :

Undefined index: callback in /home4/sylvain1/public_html/unangenjogging.com/wp-content/themes/MeetGavernWP/gavern/helpers/helpers.features.php on line 381

The line 381 contains :

$wp_registered_widget_controls[$id]['callback_redir'] = $wp_registered_widget_controls[$id]['callback'];

I don't really know if that's the cause of my problem, but there seem to be something incorrect at this place.

Thanks for your help

Sylvain

magellan456 commented 11 years ago

Hi, me again

Although the debug still shows an error, the problem was not caused by the template and is now solved. I realised i used a plugin on Firefox and Chrome that was causing the behavior.

Kind regards

Sylvain