[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:26:33 CEST 2013


> 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


I forgot to mention the systemLocale set to your location

in germany it is -> for your laguage you have to determine the right term.

'SYS' => array(
	'systemLocale' => 'de_DE.utf-8',
         'UTF8filesystem' => '1',
),

cheers david


More information about the TYPO3-english mailing list