Thread Starter
femur
(@femur)
After testing further I realize that it works on my test site but not on the live site. Trying to figure out what it could be. If I have the images redirected to a sub-domain, could that be a problem?
Really want to get this working. Would be a huge timesaver!
Upgrading 5 days ago is only fix of reademe.txt.
Code fix is 100 days ago.
Are you using it with “Organize Media Library by Folders”?
Thread Starter
femur
(@femur)
Yes, I have both, but I am hoping to use this to save steps – upload directly to folder I want.
Not sure why it works on test site but not live site. I am very excited about this plugin and hope I can get it to work!
Thread Starter
femur
(@femur)
I also bought category add-on for this!
Please try the following.
Media > Make folder&Settings > Make folder&Save Changes
* The ”Make Folder” field is left blank.
Thread Starter
femur
(@femur)
Sorry to say I tried it but did not work.
Please tell me the difference between test environment and production environment.
Thread Starter
femur
(@femur)
Test environment is on a sub-domain of the production environment.
Production environment has images on a different sub-domain This sub-domain points to /uploads/ folder so files are in the usual place, but load faster because on sub-domain.
I have been using Media File Manager for years (do you know this plugin?) but it recently got removed from the plugins because of a security issue that wasn’t fixed. Then I found your plugin(s) and this one seems so good for me because I can upload directly to the folder I want and save time.
Hope this information helps! 🙂
Thread Starter
femur
(@femur)
One more thing I could add is that I have many, many more folders on the production environment than on the test one.
Does it look like the following?
Test: wp-content/uploads
Production: wp-content/uploads/folder
Thread Starter
femur
(@femur)
Ah yes, I think you have found the problem. When I look in Make folder&Settings, I see:
Test: wp-content/uploads/___
Production: https://subdomain.domain.com/___
FYI – I use WP Original Media Path plugin to set different directory.
Please edit wp-config.php.
Editing wp-config.php [Moving uploads folder]
define( 'UPLOADS', 'wp-content/uploads/folder' );
Thread Starter
femur
(@femur)
FYI – I did make a folder as a test in Make folder&Settings and it worked. I see it in the dropdown in Screen Options. Hope that is useful to know.
Thread Starter
femur
(@femur)
Sorry, I typed my reply before I saw yours. Let me try.
Please disable WP Original Media Path.