Plugin v1.9.3 CSS and JavaScript Paths Broken
-
I am using the free version and it appears that v1.9.3 broke the Admin UI settings: /wp-admin/admin.php?page=domain-mapping-system
When navigating to the the above screen, none of the buttons appear and many styles are missing. In addition, none of the actions work, such as “Add Domain Map Entry”. When using the inspect window in chrome, the following paths are generating 404 because as you can see, the plugin paths are incorrect:
https://www.mydomain.com/wp-content/pluginsdomain-mapping-systemassets/js/select2.full.min.js?ver=1.9.3
https://www.mydomain.com/wp-content/pluginsdomain-mapping-systemassets/css/dms.min.css?ver=1.9.3They should be:
https://www.mydomain.com/wp-content/plugins/domain-mapping-system/assets/js/select2.full.min.js?ver=1.9.3
https://www.mydomain.com/wp-content/plugins/domain-mapping-system/assets/css/dms.min.css?ver=1.9.3This is resulting in a total breakage of the Admin UI Management because the buttons do not appear and the actions are not working.
I rolled back version by version and the problem no longer happens in v1.9.0 so it seems like a change from v1.9.1 is causing it.
- The topic ‘Plugin v1.9.3 CSS and JavaScript Paths Broken’ is closed to new replies.