Hi, I installed Symfony 2 and when I try to access http://localhost/sf2/web/app_dev.php get the following error:
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'The stream could not be opened, "/var/www/sf2/app/logs/ dev.log" may be an invalid url.' in /var/www/sf2/app/cache/dev/ classes-36836.php on line 3535 UnexpectedValueException: The stream could not be opened, "/var/www/sf2/app/logs/dev.log" may be an invalid url. in /var/www/sf2/app/cache/dev/classes-36836.php on line 3535 Call Stack: 0.0313 643160 1. {main}() /var/www/sf2/web/app_dev.php:0 0.1259 2269312 2. Symfony\Component\HttpKernel\Kernel->handle() /var/www/sf2/ web/app_dev.php:19 1.2572 6654344 3. Symfony\Bundle\FrameworkBundle \HttpKernel->handle() /var/www/sf2/app/bootstrap.php.cache:587 I'm using Ubuntu 4.10 with PHP 5.3.2-1ubuntu4.7 with Suhosin-Patch, Apache/2.2.14, APC 3.1.3p1, Intl 1.0.3, ICU version 4.2.1 and Xdebug 2.1.0 . I think it's a problem with the assetic bundle, I checked the code from github (config.yml, config_dev.yml, routing.yml and routing_dev.yml) and everything is fine. Someone could help me with this? If I try to access from http://localhost/sf2/web/app.php it works fine. -- 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 users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en