Fix for windows
-
On windows servers, because there are backslashes in the path, they get removed when updating metadata.
I managed to fix an issue using wordpress’s
wp_slash()
function
(although I could have probably used php’saddslash()
function)class-fr-thumbnails-folder-image-resizer.php, line 168 :
$this->metadata['sizes'][$this->args['size']] = wp_slash($save_result);
I love the plugin’s intent. I’m using it in conjonction with another plugin that allows me to save images to a /*post-type*/*post-title*/ path.
Which makes a clean files organisation + thumbnails separation. NEAT
- This topic was modified 5 years ago by .
- This topic was modified 5 years ago by .
- This topic was modified 5 years ago by .
- This topic was modified 5 years ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix for windows’ is closed to new replies.