Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.0.21 #25

Open
manovraresoft opened this issue Jul 19, 2017 · 3 comments
Open

PHP 7.0.21 #25

manovraresoft opened this issue Jul 19, 2017 · 3 comments

Comments

@manovraresoft
Copy link

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.

@prodevcon
Copy link

prodevcon commented Jul 20, 2017

Hi,

Similar error on version 1.2.7 and PHP 7.0.21

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?

Best regards

@cheh
Copy link
Member

cheh commented Jul 20, 2017

Hi,

#13

You may just replaced plugin on master branch version

@prodevcon
Copy link

Working now. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants