Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 73026

Admin Dashboard Errors media-file-renamer

$
0
0

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


Viewing all articles
Browse latest Browse all 73026

Trending Articles