Plugin not working with PHP 7.3
-
After updating my server to PHP 7.3 all the plugin URLs change to a different path, for example:
/wp-content/plugins/simple-post-gallery/assets/images/documentation/customization-gallery3.jpg
/wp-content/plugins/simple-post-gallery/assets/blocks/gallery/editor.css?ver=2.3.6
/wp-content/plugins/simple-post-gallery/assets/blocks/gallery/editor.js?ver=2.3.6change to
//assets/images/documentation/customization-gallery3.jpg
//assets/blocks/gallery/editor.css?ver=2.3.6
//assets/blocks/gallery/editor.js?ver=2.3.6this problem includes all the images, CSS and js files in the plugin.
I’m using the latest version Version 2.3.6
The topic ‘Plugin not working with PHP 7.3’ is closed to new replies.