Hi, I found the solution. I write down this for people who have the same problem, and maybe I could help them.
The problem was at the APC cache of PHP. If you disable this by adding at .htaccess the following directive then the website works again:
php_flag apc.cache_by_default Off
Regards,