Symfony 1.4.2
Project on production. Activate cache system. Try to call 404 page (error_404_module and error_404_action is set and exist). In syslog I see this errors:
Feb 25 01:09:08 leoserver apache2: Empty module and/or action after parsing the URL "/asdasd" (/).
Feb 25 01:09:08 leoserver apache2: PHP Fatal error: Uncaught exception 'sfException' with message 'A cache key must contain both a module and an action parameter' in /var/www/clients/client2/web6/lib/vendor/symfony/lib/view/sfViewCacheManager.class.php:246#012Stack trace:#012#0 /var/www/clients/client2/web6/lib/vendor/symfony/lib/view/sfViewCacheManager.class.php(145): sfViewCacheManager->convertParametersToKey(Array)#012#1 /var/www/clients/client2/web6/lib/vendor/symfony/lib/view/sfViewCacheManager.class.php(478): sfViewCacheManager->ge
How to resolve this error?