I did an SVN update in RC2 and since yesterday my project (created in RC2) doesn't work anymore in DEV mode. I get session_start() errors, shown below. I did symfony upgrade 1.0 and symfony cc. But that does not make any difference.
The PROD environment shows the normal default page.
I even recreated a new project on the new revision, but I get the same errors.
Errors when accessing default module/action in DEV
Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Function spl_autoload_call() hasn't defined the class it was called for in D:\Software\Webdev\Frameworks\Symfony\lib\storage\sfSessionStorage.class.php on line 77
1 {main}() E:\Websites\projects\stageselect\trunk\web\stageselect_dev.php:0
2 sfContext::getInstance() E:\Websites\projects\stageselect\trunk\web\stageselect_dev.php:10
3 sfContext->initialize() D:\Software\Webdev\Frameworks\Symfony\lib\util\sfContext.class.php:87
4 require('E:\Websites\projects\stageselect\trunk\cache\stageselect\dev\config\config_factories.yml.php') D:\Software\Webdev\Frameworks\Symfony\lib\util\sfContext.class.php:70
5 sfSessionStorage->initialize() E:\Websites\projects\stageselect\trunk\cache\stageselect\dev\config\config_factories.yml.php:15
6 session_start () D:\Software\Webdev\Frameworks\Symfony\lib\storage\sfSessionStorage.class.php:77
And this repeats four times.
System
- Windows XP Pro. SP2
- XAMPP 1.4a
- Symfony 1.0.0 RC2 r3422 from SVN branch 1.0