I was having problems running the symfony doctrine:build-all-reload command for a new project I had set up.
At first I was receiving a PDO error (even though I had PDO enabled in php.ini at both places in WAMP) I therefore installed xampp, (PDO was enabled by default), and still had the same problem In a desperate bid for making it work, I copied my php ini and my php dll files into the system32 folder in windows. Now I don't receive the PDO message, but every time I try to run the command I receive a message saying "The procedure entry point xmlXPathCompiledEvalToBoolean could not be located in the dynamic link library php5ts.dll which is presumably a version problem with this dll.. However, after I click ok, doctrine seems to run just fine all the way up to where it loads data from Fixtures.. It says "Cannot find class Article" I was trying to follow along http://www.symfony-project.org/blog/2008/11/07/new-in-symfony-1-2-doctrine-goodies As well, i'm getting an xsl error (which should also be loaded according to my ini...) cmd prompt dump: D:\xampp\htdocs\sandbox>symfony.bat doctrine:build-all-reload PHP Warning: PHP Startup: Unable to load dynamic library 'D:\xampp\php \ext\php xsl.dll' - The specified procedure could not be found. in Unknown on line 0 This command will remove all data in your database. Are you sure you want to proceed? (y/N) y >> doctrine dropping databases >> doctrine creating databases >> doctrine generating model classes >> doctrine generating sql for models >> doctrine generating form classes >> tokens D:/xampp/htdocs/sandbox/lib/for...rine/BaseFormDoctrine.class.php >> doctrine generating filter form classes >> tokens D:/xampp/htdocs/sandbox/lib/fil...aseFormFilterDoctrine.class.php >> doctrine created tables successfully >> doctrine loading data fixtures from "D:/...p/htdocs/sandbox/data/fixtures" Couldn't find class Article --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
