Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter rcpelaez

    (@rcpelaez)

    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,

Viewing 1 replies (of 1 total)