Problem was fixed it was because for some reason the lib/model/map/ MapBuilder.php, most likely because of my schema.yml. all i had to do is delete the lib/model/map/MapBuilder.php file and everything work fine.
But Thanks for all your Help! On May 15, 8:33 pm, FunkyChciekn818 <[EMAIL PROTECTED]> wrote: > its already like that > > On May 15, 1:40 am, Kostas Papadimitriou <[EMAIL PROTECTED]> wrote: > > > Of course after the change you need to re-build your model (symfony > > propel-build-model) and clear your cache (symfony cc) > > > Kostas Papadimitriou wrote: > > > Just a guess, > > > > in your config/propel.ini > > > > set propel.builder.addIncludes to false > > > > ..... > > > propel.builder.nodepeerstub.class = > > > propel.engine.builder.om.php5.PHP5ExtensionNodePeerBuilder > > > > propel.builder.addIncludes = false > > > propel.builder.addComments = false > > > > propel.builder.addBehaviors = false > > > ...... > > > > FunkyChciekn818 wrote: > > >> That does not work. > > > >> On May 14, 5:51 am, Marcolino <[EMAIL PROTECTED]> wrote: > > > >>> Try symfony cc > > > >>> On May 14, 4:57 am, FunkyChciekn818 <[EMAIL PROTECTED]> wrote: > > > >>>> Can any one help? > > >>>> I really need to get my backend to work. > > > >>>> On May 13, 12:06 pm, FunkyChciekn818 <[EMAIL PROTECTED]> > > >>>> wrote: > > > >>>>> This is what i Ran: > > > >>>>>> symfony init-app backend > > >>>>>> symfony propel-init-admin backend user User > > > >>>>> And i go tohttp://example.com/backend.php/user > > >>>>> it get a full white page > > > >>>>> So i go tohttp://example.com/backend_dev.php/user > > >>>>> and i get "Fatal error: Cannot redeclare class MapBuilder in /usr/ > > >>>>> share/php/symfony/vendor/propel/map/MapBuilder.php on line 52" > > > >>>>> So i check cache/backend/dev/modules/ > > >>>>> there is nothing > > > >>>>> I am using a schema.yml instead of schema.xml > > > >>>>> So what is the problem why its it not working? > > >>>>> Did i not setup something correctly? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
