We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EDIT: Just realized this is an error on the snappygrav plugin. Thank you.
Hi,
After upgrade from v1.2.4 to v1.3.1 I get this error:
grav.CRITICAL: 'break' not in the 'loop' or 'switch' context - Trace: #0 /var/www/grav/vendor/filp/whoops/src/Whoops/Run.php(382): Whoops\Run->handleError(64, ''break' not in ...', '/var/www/grav...', 273) #1 /var/www/grav/system/src/Grav/Common/Errors/SystemFacade.php(36): Whoops\Run->handleShutdown() #2 [internal function]: Grav\Common\Errors\SystemFacade handleShutdown() #3 {main} [] []
Apache error log, has the missing part of the grav.log:
PHP Fatal error: 'break' not in the 'loop' or 'switch' context in /var/www/grav/user/plugins/snappygrav/classes/snappymanager.php on line 273
Apparently since 7.0 break statment are only allowed inside for, foreach, while, do-while or switch structure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EDIT: Just realized this is an error on the snappygrav plugin. Thank you.
Hi,
After upgrade from v1.2.4 to v1.3.1 I get this error:
Apache error log, has the missing part of the grav.log:
Apparently since 7.0 break statment are only allowed inside for, foreach, while, do-while or switch structure.
The text was updated successfully, but these errors were encountered: