Plugin breaks custom uploads folder
-
I’m not sure with which version exactly this problem began, because I just now updated because of the security issue (https://patchstack.com/database/vulnerability/kadence-blocks/wordpress-gutenberg-blocks-by-kadence-blocks-page-builder-features-plugin-3-2-23-authenticated-contributor-stored-cross-site-scripting-vulnerability?_a_id=350)
But the plugin now breaks my custom upload folder, defined with this code:
define('UPLOADS', 'my-custom-folder');
And I’m 100% sure it is because of this plugin. As soon as I deactivate the plugin, the images and other files work. When this plugin is activated, it somehow overwrite my custom upload folder and starts using /wp-content/uploads/ again.
Please tell me how I can fix this as soon as possible, because I don’t really want to use an insecure version…
UPDATE/INFO: I installed version 3.1.26, and in this version I don’t have the problem. Maybe this helps to narrow down the problem.
- The topic ‘Plugin breaks custom uploads folder’ is closed to new replies.