Viewing 2 reply threads
You must be logged in to reply to this topic.
When activating the required plugin Codeless Visual Composer Board, I am getting the following error:
<p class=”p1″><span class=”s1″><b>Deprecated</b>: The each() function is deprecated. This message will be suppressed on further calls in <b>/home4/inkwelljar/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php</b> on line <b>111</b></span></p>
Hello,
I recommend you to switch false the wp_debug contant on wp-config.php file.
define('WP_DEBUG', true);
replace with:
define('WP_DEBUG', false);
I also recommend you to update the theme to the latest version 1.6.3.
Regards!
You must be logged in to reply to this topic.