PHP-Update: continue (2)-issue
-
Hi,
there is an issue with landing-page caused by PHP Update:
This issue causes a warning on top of my website:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /.../wp-content/plugins/landing-pages/classes/class.settings.php on line 755Also there is no chance to log into wp-admin, because the warning is parsed before headers are set.
As a workaround I changed
continuein class.settings.php:755 tocontinue 2.
Wouldbreakbe better in this case?
But next update will cause the same problem, while class.settings.php will be overwritten by it.This should be maintained soon…
How to report this bug?thanks!
mottenkiller
The topic ‘PHP-Update: continue (2)-issue’ is closed to new replies.