You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: 'continue' not in the 'loop' or 'switch' context in #########/wp-content/plugins/cherry-plugin/includes/widgets/widgets-manager.php on line 563
Can you resolve the issue in new version so we can update the server back to php7, please?
widgets-manager.php line #563:
if ( !isset($wp_registered_widgets[$id]) ) continue;
Will raise the error : Fatal error: 'break' not in the 'loop' or 'switch' context in
This will happen in PHP >= 7. Please resolve, I will not be able to update Cherry again until it is fixed.
The text was updated successfully, but these errors were encountered: