admin管理员组文章数量:1322850
I decided to change the standard path to the plugins folder. Now all my plugins are located in site/modules
In wp-config I have the following written:
define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/modules' );
define( 'WP_PLUGIN_URL', '' );
define( 'PLUGINDIR', dirname(__FILE__) . '/modules' );
In the end, everything works, but plugin JetEngine in the console gives 404 errors on cx-vue-ui.js and vue.min.js.
The fact is that the new path to the folder with plugins is duplicated for some reason and looks like this:
//example/var/www/data/www/example/modules/jet-engine/framework/vue-ui/assets/js/cx-vue-ui.js
//example/var/www/data/www/example/modules/jet-engine/framework/vue-ui/assets/js/vue.min.js
I was looking for a solution to the problem and thought that something was wrong with my settings, but what is strange, everything works in the admin panel, except jetengine.
Did I do everything right? An error in the plugin or did I do something wrong?
本文标签: Error in the paths of one of the plugins when changing the plugin directory
版权声明:本文标题:Error in the paths of one of the plugins when changing the plugin directory 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742113402a2421357.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论