Update script for init.php 134
-
Hello,
We updated the server to php8 MariaDB 1.4
And a warning came:
Warning: Undefined array key “menu” in wp-content/plugins/conditional-menus/init.php on line 134We fixed it by changing line 134 to:
if( !isset($new_menu['menu']) || $new_menu['menu'] == '' || $new_menu['condition'] == '' ) { continue; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update script for init.php 134’ is closed to new replies.