Error with last wp
-
After last wp arrived, this plugin generates an error message on top of Every page, about a function code Continue
- This topic was modified 3 years, 8 months ago by bjorne51.
Viewing 2 replies - 1 through 2 (of 2 total)
-
It’s a compatibility issue with PHP version 7.3 or above.
You may test it with the php compatibility checker plugin (support up to PHP 7.3 ))
FILE: .... wp-content/plugins/styles/classes/csstidy/class.csstidy.php ----------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ----------------------------------------------------------------------------------------------------------------------------------------------------- 854 | WARNING | Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3. 1026 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead 1065 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead ----------------------------------------------------------------------------------------------------------------------------------------------------- FILE: .... /wp-content/plugins/styles/classes/styles-font-menu/classes/markdown/markdown.php ------------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------- 1640 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead -------------------------------------------------------------------------------------------------------------------------
- This reply was modified 3 years, 5 months ago by Hugo1177.
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error with last wp’ is closed to new replies.