Problems when upgrading PHP from 5.6 to 7(.3)
-
Hello,
I’m having problems with the header when I upgrade the PHP from 5.6.39 to any version 7.
The following warning occurs:
“Warning: Declaration of my_Walker_CategoryDropdown::start_el(&$output, $category, $depth, $args) should be compatible with Walker_CategoryDropdown::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in D:\appdata\IIS\vhosts\vdwerff.nl\httpdocs\wp-content\themes\werff\inc\nav-walker.php on line 229”
I’m guessing it has something to do with a plugin, but since I haven’t build the website and i’m fairly new to wordpress, i’m not sure what to do.
I’ve tried to hide it with: define( ‘WP_DEBUG’, false );
to hide the error, but this doesn’t work either.Thanks in advance
The page I need help with: [log in to see the link]
- The topic ‘Problems when upgrading PHP from 5.6 to 7(.3)’ is closed to new replies.