Hi, I updated my Symfony 2 install to 2.0.1 by updating my deps and deps.lock as suggested on the website. I also checked & updated my front controller and autoload.php based on the official release.
After clearing the cache the front page loads, however, hitting reload or navigating to any other page results in the following error: Fatal error: Cannot redeclare class Symfony\Component\HttpFoundation \FileBag in app/cache/dev/classes.php on line 2021 classes.php contains the FileBag definition only once, so I'm not sure what to do about it. I checked the rest of the file in the app/ directory: bootstrap.php.cache -> this is identical with the latest distribution bootstrap_cache.php.cache -> this is missing from the latest distribution, is this file still needed? I'm aware of this thread http://groups.google.com/group/symfony2/browse_thread/thread/6baf9763ab4b5f5b/e6411c1555793e0b?lnk=raot however, it provided me with little help to resolve the issue. Any pointers are appreciated. Thanks, Las -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
