4images Forum & Community

4images Help / Hilfe => Bug Fixes & Patches => Topic started by: V@no on August 18, 2010, 03:24:12 AM

Title: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: V@no on August 18, 2010, 03:24:12 AM
When images AND thumbnails uploaded via FTP (http://www.4homepages.de/forum/index.php?topic=3080.0) 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.
Title: Re: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: zakaria666 on August 21, 2010, 02:50:20 PM
i cannot seem to find the code u r mentioning VAno,

this is only part of code i can find $image_media_file_backup = $image_media_file; but not $image_thumb_file = "";
Title: Re: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: Sunny C. on August 21, 2010, 05:41:00 PM
Sind ja nun mehr Fehler vorhanden XD
Title: Re: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: V@no on August 21, 2010, 08:26:17 PM
i cannot seem to find the code u r mentioning VAno,

this is only part of code i can find $image_media_file_backup = $image_media_file; but not $image_thumb_file = "";
This is only for unmodified v1.7.8
Title: Re: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: zakaria666 on August 21, 2010, 08:45:25 PM
Vano plz help man u r the only 1 with the knowlegde please
Title: Re: [1.7.8] Check new images - thumbnail not saved if already existed.
Post by: lexus1717 on February 08, 2011, 01:14:52 PM
Hey dude,i think this is not the complete code..

Lexus