Plugin Author
Paul
(@paultgoodchild)
is there any output to error logs? Have you tried disabling any other plugins to see if perhaps they’re conflicting with the plugin when it’s active?
Thread Starter
ali7e
(@ali7e)
There is no errors and nothing in the audit trail either.
I just found out this is a conflict with Yoast SEO plugin. When I disable Yoast the issue does not occur.
Thanks!
Plugin Author
Paul
(@paultgoodchild)
Is there no error log file in the wp-admin folder?
I’m honestly not sure what to suggest here. We don’t touch posts/pages explicitly, that’d be down to yoast. There must be some form of php errors output to somewhere.
Perhaps try this:
https://codex.ww.wp.xz.cn/WP_DEBUG
and see if you can find output somewhere, or maybe ask your host where it would be. Without it, I’ve nothing to go on to help you.
Thread Starter
ali7e
(@ali7e)
Thanks for your response Paul!
I do have more information! Below is what WordPress Debug is telling me.
These do not get triggered if I disable Shield OR if I disable Yoast SEO so really not sure what is going on but Visual Composer seems to be impacted when both Shield and Yoast are turned on.
PHP Fatal error: Uncaught Error: Call to undefined function () in /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php:3
Stack trace:
#0 /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php(756): include()
#1 /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php(283): WPBMap::setElementSettings(‘vc_icon’)
#2 /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php(307): WPBMap::generateData()
#3 /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php(1475): WPBMap::getAllShortCodes()
#4 /home/xxxx/public_html/xxxx/wp-includes/plugin.php(525): Vc_Shortcodes_Manager->buildShortcodesAssets(”)
#5 /home/xxxx/public_html/xxxx/wp-admin/admin-header.php(113): d in /home/xxxx/public_html/xxxx/wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php on line 3
Plugin Author
Paul
(@paultgoodchild)
That’s interesting! It means it’s neither of the plugins in question 🙂
The problem is the JS Composer plugin.
Send this to the developer and he should be able to fix it I’d say.
Thread Starter
ali7e
(@ali7e)