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 755
Also there is no chance to log into wp-admin, because the warning is parsed before headers are set.
As a workaround I changed
continue
in class.settings.php:755 tocontinue 2
.
Wouldbreak
be 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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP-Update: continue (2)-issue’ is closed to new replies.