Hi, Following the install steps, everything's OK when I check http://localhost/sandbox/web/check.php (except the php_posix extension)
But then I got an error in XslFileLoader when checking http://localhost/sandbox/web/index_dev.php/ The error: Warning: DOMDocument::schemaValidate() [<a href='domdocument.schemavalidate'>domdocument.schemavalidate</a>]: Invalid Schema in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor \symfony\src\Symfony\Component\Routing\Loader\XmlFileLoader.php line 138 Stack Trace: in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Framework\Debug\ErrorHandler.php line 58 » } if (error_reporting() & $level && $this->level & $level) { throw new \ErrorException(sprintf('%s: %s in %s line %d', isset($this->levels[$level]) ? $this->levels[$level] : $level, $message, $file, $line)); } return false; at ErrorHandler->handle('2', 'DOMDocument::schemaValidate() [domdocument.schemavalidate]: Invalid Schema', 'C:\Program Files \EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src\Symfony\Component \Routing\Loader\XmlFileLoader.php', '138', array('dom' => object(DOMDocument), 'file' => 'C:\Program Files\EasyPHP-5.3.3\www \sandbox\hello/../src/vendor/symfony/src/Symfony/Bundle \WebProfilerBundle/Resources/config/routing/profiler.xml', 'parts' => array('Program Files', 'EasyPHP-5.3.3', 'www', 'sandbox', 'src', 'vendor', 'symfony', 'src', 'Symfony', 'Component', 'Routing', 'Loader', 'schema', 'routing', 'routing-1.0.xsd'), 'drive' => 'C:/', 'location' => 'file:///C:/Program%20Files/EasyPHP-5.3.3/www/sandbox/ src/vendor/symfony/src/Symfony/Component/Routing/Loader/schema/routing/ routing-1.0.xsd', 'current' => false)) at DOMDocument->schemaValidate('file:///C:/Program%20Files/ EasyPHP-5.3.3/www/sandbox/src/vendor/symfony/src/Symfony/Component/ Routing/Loader/schema/routing/routing-1.0.xsd') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\XmlFileLoader.php line 138 » at XmlFileLoader->validate(object(DOMDocument), 'C:\Program Files \EasyPHP-5.3.3\www\sandbox\hello/../src/vendor/symfony/src/Symfony/ Bundle\WebProfilerBundle/Resources/config/routing/profiler.xml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\XmlFileLoader.php line 123 » at XmlFileLoader->loadFile('C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/../src/vendor/symfony/src/Symfony/Bundle\WebProfilerBundle/ Resources/config/routing/profiler.xml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\XmlFileLoader.php line 38 » at XmlFileLoader->load('C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/../src/vendor/symfony/src/Symfony/Bundle\WebProfilerBundle/ Resources/config/routing/profiler.xml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\FileLoader.php line 54 » at FileLoader->import('WebProfilerBundle/Resources/config/routing/ profiler.xml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\YamlFileLoader.php line 48 » at YamlFileLoader->load('C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/config/routing_dev.yml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Loader\DelegatingLoader.php line 50 » at DelegatingLoader->load('C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/config/routing_dev.yml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader.php line 56 » at DelegatingLoader->load('C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/config/routing_dev.yml') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Router.php line 84 » at Router->getRouteCollection() in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Router.php line 155 » at Router->getMatcher() in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\Routing\Router.php line 135 » at Router->match('/') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Bundle\FrameworkBundle\RequestListener.php line 66 » at RequestListener->resolve(object(Event)) at call_user_func(array(object(RequestListener), 'resolve'), object(Event)) in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Framework\Debug\EventDispatcher.php line 70 » at EventDispatcher->notifyUntil(object(Event)) in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\HttpKernel\HttpKernel.php line 112 » at HttpKernel->handleRaw(object(Request), '1') in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Component\HttpKernel\HttpKernel.php line 80 » at HttpKernel->handle(object(Request), '1', false) in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor\symfony\src \Symfony\Framework\Kernel.php line 209 » at Kernel->handle() in C:\Program Files\EasyPHP-5.3.3\www\sandbox\web\index_dev.php line 12 » Logs » DEBUG: Notified event "core.request" to listener "Symfony\Bundle \FrameworkBundle\RequestListener::resolve" (notifyUntil) DEBUG: Notified event "core.exception" to listener "Symfony\Component \HttpKernel\Profiler\ProfilerListener::handleException" (notifyUntil) DEBUG: Notified event "core.exception" to listener "Symfony\Bundle \FrameworkBundle\Debug\ExceptionListener::handle" (notifyUntil) ERR: ErrorException: Warning: DOMDocument::schemaValidate() [<a href='domdocument.schemavalidate'>domdocument.schemavalidate</a>]: Invalid Schema in C:\Program Files\EasyPHP-5.3.3\www\sandbox\src\vendor \symfony\src\Symfony\Component\Routing\Loader\XmlFileLoader.php line 138 (uncaught exception) DEBUG: Notified event "core.request" to listener "Symfony\Bundle \FrameworkBundle\RequestListener::resolve" (notifyUntil) INFO: Using controller "Symfony\Bundle\FrameworkBundle\Controller \ExceptionController::exceptionAction" INFO: Loaded template file "C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/../src/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/ Resources/views/Exception/exception.php" (renderer: php) INFO: Loaded template file "C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/../src/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/ Resources/views/Exception/traces.php" (renderer: php) INFO: Loaded template file "C:\Program Files\EasyPHP-5.3.3\www\sandbox \hello/../src/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/ Resources/views/Exception/trace.php" (renderer: php) The environnement is Windows 7, php 5.3.3 (with easyphp), symfony 2 (PR3) Thanks! -- 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