[TYPO3-english] TYPO3 6.1 no thumbs in backend - but everything ok in install tool?

d.ros projects at r-system.de
Fri Aug 16 12:23:22 CEST 2013


Am 16.08.2013 12:12, schrieb horace grant:
> On Fri, Aug 16, 2013 at 9:20 AM, d.ros <projects at r-system.de> wrote:
>
>>
>>
>>
>> check the paths of the empty images
>
>
> they are not empty.
>
> /fileadmin/_processed_/preview_image1_d78873c18b.jpg
>
> but it's a "no thumb generated!" image.
>
>
>>
>> ______________________________**_________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>>


Do you have set your environment with utf8 FS -> localConfiguration.php ?

'SYS' => array(
		'UTF8filesystem' => '1',
),

Here´s also an alternative GM configuration for GFX -> verify the paths

'GFX' => array(
		'TTFdpi' => '96',
		'gdlib_png' => '1',
		'im_mask_temp_ext_gif' => '0',
		'im_path' => '/usr/local/bin/',
		'im_path_lzw' => '/usr/local/bin/',
		'im_v5effects' => '0',
		'im_version_5' => 'gm',
		'jpg_quality' => '100',
		'png_truecolor' => '1',
	),


Perhaps it helps . . .

Cheers

David


More information about the TYPO3-english mailing list