Error with php 8
-
I looks like there is an issue with php 8.
class wp_megamenu_widgets uses error_reporting(‘E_ALL & ~E_NOTICE’) but the parameter must not be a string.
Must be an integer eller like this
error_reporting(E_ALL & ~E_NOTICE);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error with php 8’ is closed to new replies.