When images AND thumbnails uploaded via
FTP and then used ACP (Admin Control Panel) -> Check new images, images will be added into 4images without thumbnails.
In admin/checkimages.php find:
$image_media_file_backup = $image_media_file;
$image_thumb_file = "";Replace with:
$image_media_file_backup = $image_media_file;P.S.
thanks to denisnovikov for finding the cause of this bug.