Viewing 11 reply threads
You must be logged in to reply to this topic.
I’m getting the following ERROR MESSAGES on this page of my site: https://millbarrel.com/menu/
Warning: array_merge(): Argument #2 is not an array in /home4/chazalazza/millbarrel.com/wp-content/themes/picante/includes/codeless_functions_backend_editor.php on line 970
Warning: Invalid argument supplied for foreach() in /home4/chazalazza/millbarrel.com/wp-content/themes/picante/includes/codeless_functions_backend_editor.php on line 972
What am I doing wrong? Please help. Thanks!
Hello,
Please try go into wp-config.php file and edit the constant:
define( WP_DEBUG, 'false')
Let us know.
Regards!
hello,
I can’t access the file after tried again so you can make this change by yourself. Please edit the file wp-content/themes/picante/includes/codeless_functions_backend_editor.php search for the line above
$value = array_merge( $default, $value );
replace with:
$value = array_merge( $default, (array)$value );
Regards!
You must be logged in to reply to this topic.