Hi, I'm totally new to Synfony and just downloaded the Symfony2 sandbox. I'm running IIS under Windows 7 (64-bit) and I received the same error message as above. I checked that my build included the changes mentioned above and it does. What else do I need to change in order to get this first tutorial working? Very frustrating.
Thanks, Jon On May 21, 9:33 am, Fabien Potencier <fabien.potenc...@symfony- project.com> wrote: > fixed > now:http://github.com/fabpot/symfony/commit/269651235ae830fe8d93800f3fc70... > > This patch will be included in the next version of the sandbox (end of > June). In the meantime, you can just apply the patch or store yourSymfony > projectin a path with no whitespaces. > > Fabien > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com |symfony-project.org | fabien.potencier.org > Tél: +33 1 40 99 80 80 > > On 5/21/10 12:20 PM, AigerVoid wrote: > > > > > > > System conf: Win7 Ult., apache2, php 5.3.2,mysql5 > > >http://localhost/sandbox/web/check.php- OK,all required is green > > > but in: > >http://localhost/sandbox/web/index_dev.php/ > > > Warning: DOMDocument::schemaValidateSource() > > [domdocument.schemavalidatesource]: InvalidSchemain C:\Program Files > > \xampp\htdocs\sandbox\src\vendor\symfony\src\Symfony\Components > > \DependencyInjection\Loader\XmlFileLoader.php on line 295 > > > Fatal error: Uncaught exception 'InvalidArgumentException' with > > message '[ERROR 1824] Element '{http://www.w3.org/2001/XMLSchema} > > import', attribute 'schemaLocation': 'C:/Program Files/xampp/htdocs/ > > sandbox/src/vendor/symfony/src/Symfony/Components/DependencyInjection/ > > Loader/schema/dic/services/services-1.0.xsd' is not a valid value of > > the atomic type 'xs:anyURI'. (in in_memory_buffer - line 8, column 0) > > [ERROR 3037] Element '{http://www.w3.org/2001/XMLSchema}import': The > > character content is not a valid value of the atomic type 'xs:anyURI'. > > (in in_memory_buffer - line 8, column 0)' in C:\Program Files\xampp > > \htdocs\sandbox\src\vendor\symfony\src\Symfony\Components > > \DependencyInjection\Loader\XmlFileLoader.php:297 Stack trace: #0 C: > > \Program Files\xampp\htdocs\sandbox\src\vendor\symfony\src\Symfony > > \Components\DependencyInjection\Loader\XmlFileLoader.php(248): Symfony > > \Components\DependencyInjection\Loader\XmlFileLoader- > >> validateSchema(Object(DOMDocument), 'C:\Program File...') #1 C: > > \Program Files\xampp\htdocs\sandbox\src\vendor in C:\Program Files > > \xampp\htdocs\sandbox\src\vendor\symfony\src\Symfony\Components > > \DependencyInjection\Loader\XmlFileLoader.php on line 297 > > -- > If you want to report a vulnerability issue on symfony, please send it to > security atsymfony-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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/symfony-users?hl=en -- 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 [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-users?hl=en
