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
After upgrade from Debian 9 with php7.0 to Debian 10 with php7.3, the cron job cd /var/www/wpkg2/app/ && Console/cake Queue.Queue runworker -q
generates following errors:
Warning Error: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [/var/www/wpkg2/app/Model/Behavior/GroupActionBehavior.php, line 145]
2019-07-25 10:50:01 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [/var/www/wpkg2/app/Model/Behavior/GroupActionBehavior.php, line 145] Warning Error: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [/var/www/wpkg2/app/Plugin/CakeSettingsApp/Model/SettingBase.php, line 627]
2019-07-25 10:50:01 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in [/var/www/wpkg2/app/Plugin/CakeSettingsApp/Model/SettingBase.php, line 627]
Any ideas?
The text was updated successfully, but these errors were encountered:
Replace "continue;" by "break;" in
/var/www/wpkg2/app/Model/Behavior/GroupActionBehavior.php, line 145
/var/www/wpkg2/app/Plugin/CakeSettingsApp/Model/SettingBase.php, line 627
?
After upgrade from Debian 9 with php7.0 to Debian 10 with php7.3, the cron job
cd /var/www/wpkg2/app/ && Console/cake Queue.Queue runworker -q
generates following errors:
Any ideas?
The text was updated successfully, but these errors were encountered: