I heard great things about Symfony, so I thought that I would try to download Symfony2 (Symfony_Standard_Vendors_2.0.0BETA4.tgz) and play with it, but I can not start it!
I fixed the usual permission errors, etc. to /Symfony/web/config.php, but when I click:
(Set up your Symfony app online) or (workaround and go to the welcome page)
Then I get a terrible error message:
ErrorException: warning: DOMDocument :: schemaValidateSource (): invalid scheme in / usr / local / zend / apache 2 / htdocs / Symfony / vendor / symfony / src / Symfony / Component / DependencyInjection / Loader / XmlFileLoader.php line 357
I really don't understand what this means or how to fix it.
I am launching a standard LAMP stack using Zend Server. Has anyone else experienced this and knows how to fix it?
source
share