2
I discovered that the problem is my php version : 5.3.0
infact enabling debug I noticed 3 errors of the same kind of this:
Unknown: Assigning the return value of new by reference is deprecated in file /include/site-closed.php line 35
I googled for this kind of error and I found a post about joomla
that the problem was just the "too updated" version of php
Luckily my hoster lets me simply choose by the control panel which version of php set : 4.3.x , 5.2.10 or 5.3.0 ,
I simply choosed 5.2.10 and the problem is gone away.