• 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’];

  • The topic ‘Admin Dashboard Errors media-file-renamer’ is closed to new replies.