Hi All,
I solved the problem with this configuration on config.inc.php
/* Improve PHP configuration to prevent issues */ ini_set('upload_max_filesize', '16M'); ini_set('default_charset', 'utf-8'); ini_set('magic_quotes_runtime', 0); ini_set('memory_limit','64M');
Thanks all