first: about memory error: my command: ./symfony doctrine:data-dump symfony output: >> doctrine dumping data to fixtures to "/home/marc/www/vap/data/fixtures"
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 53 bytes) in /home/marc/www/vap/lib/vendor/symfony/lib/ plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection/ Statement.php on line 308 whats's wrong? then general question with my new symfony project : once my model is build by ./symfony doctrine:insert-sql, is it possible to import data from an existent database previously made (without symfony) other then with a .yml file in data/fixtures ?? (old data is 500 Ko) my doctrine:data-dump was a try to load this data (previously charged with sql commands) thanks for information. -- 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
