简体   繁体   中英

jQuery Wordpress Plugin Conflict - Uncaught Error

I have some issues with plugins in WordPress.

Yesterday when I installed WooTicket Studio plugin, it has conflicts with another previously installed plugin, the Essential Grid.

He's not making requests when asked.

Debugging the code I realized that he is not able to run scripts, that appears on the screen :

Uncaught Error: no such method 'instance' for menu widget /wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,thickbox,plupload,jquery-ui-draggable,jquery-ui-slider,jquery-touch-punch,iris,wp-color-picker&ver=4.5.2

Has anyone had this same problem ? How can I solve it?

要解决此问题,请将以下代码添加到wp-config中:

define('CONCATENATE_SCRIPTS', false );

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM