Replies: 0
Multiple Error on the backend DEBUG ON
Line 928 media-file-renamer.php
Commented out for now
// This line is problematic during the further rename that exclude the extensions. Better to implement
// this properly with thorough testing later.
//$ext = str_replace( ‘jpeg’, ‘jpg’, $path_parts[‘extension’] ); // In case of a jpeg extension, rename it to jpg
$ext = @$path_parts[‘extension’];