In context of the above problem, I am experiencing the same error message. However, mine says that it is attempting to load 'formHelper.php'. This worked fine for my prod environment, since it is windows, case sensitivity did not matter. However, my deployment env. is in Linux, so it states the unable to load 'formHelper.php' message. How am I supposed to go about modifying this? Thanks!
On Wed, Nov 25, 2009 at 9:04 AM, Naxholding <[email protected]> wrote: > Thanks for your responce, > > I found the section before, however > I'm new at Symfony and i'm following the Jobeet tutorial > and then now I'm trying to go to 1.4RC2 in order to get the latest > version. > > Can you show me the way how to change it? > > Thanks! > > On Nov 25, 11:14 am, Gábor Fási <[email protected]> wrote: > > Check the deprecated helpers section of the 1.3 documentation [1]. 1.4 > > is 1.3 minus the deprecated stuff, including the Form helpers. > > > > [1] > http://www.symfony-project.org/tutorial/1_4/en/deprecated#chapter_460... > > > > > > > > On Wed, Nov 25, 2009 at 16:54, Naxholding <[email protected]> wrote: > > > Hi, > > > > > I'm using 1.3RC2 > > > > > I'm following the Jobeet tutorial to the line and am at lesson 12 > > > today (Doctrine), > > > > > and today I wanted to upgrade to the latest version (1.4RC2), > > > > > so i downloaded the 1.4RC2 version and extracted it into lib/vendor/ > > > symfony folder > > > > > then i refresh my webpage after the upgrade instructions (the doctrine > > > build and the clear cache) > > > > > and i get this: Unable to load "FormHelper?.php" helper in: > > > SF_ROOT_DIR/apps/frontend/lib/helper, SF_ROOT_DIR/lib/helper, > > > SF_ROOT_DIR/lib/vendor/symfony/lib/helper. > > > > > and no matter how many times i look through the upgrade tutorial > > > provided or clear the cache, i can't seem to get rid of this error. > > > > > Thanks! > > > > > ps, this is the dev environment 2nd line just before the crash: at > > > sfApplicationConfiguration->loadHelpers(array('Helper', 'Url', > > > 'Asset', 'Tag', 'Escaping', 'Partial', 'Cache', 'Form')) as you can > > > see, it crashes on 'Form' (I think) > > > > > -- > > > > > 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]<symfony-users%[email protected]> > . > > > For more options, visit this group athttp:// > groups.google.com/group/symfony-users?hl=en. > > -- > > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- 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.
