Before I committed I copied my project folder. The problem is that files that I copied were still using the lib directory in the original folder, so when they were uploaded, everything broke. Where is the lib/vendor path set anywhere besides the symfony file and the ProjectConfiguration class?
Thanks, -Brendan On Feb 11, 2:56 pm, "[email protected]" <[email protected]> wrote: > After committing my source to my dev server, I keep getting this > error: > > Fatal error: Call to undefined method DatabaseMap::addTableBuilder() > in /[project_directory]/lib/model/om/BaseUserPeer.php on line 1009 > > The same code runs perfectly on my localhost, but I can't figure out > why it would be throwing this error on the server. I've even tried > committing to another server, with git instead of svn, and I keep > getting the same error. It seems like it must be a Propel issue, but > I'm clueless as to what it could be. Any help would be greatly > appreciated. > > -Brendan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
