That's not the case anymore in 1.3 and 1.4. The default autoloader in
debug mode became sfAutoloadAgain[1], which reloads the class cache if
you're trying to load a nonexistent class.

[1] 
http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fae23c9403b0e9ec99806fccf6b53e_sub_sfautoloadagain_experimental

On Thu, Feb 24, 2011 at 07:51, Gareth McCumskey <gmccums...@gmail.com> wrote:
> Anytime you create a new class, be it a form class or an auto-generated
> class from a new table in your schema or even one of your own classes, you
> MUST clear the cache.
>
>
> On 24/02/2011 02:51, Parijat Kalia wrote:
>
> Oh Thank you. It worked, but somehow did not cross my mind.
>
> On Wed, Feb 23, 2011 at 4:36 PM, Stéphane <stephane.er...@gmail.com> wrote:
>>
>> sf cc ?
>>
>> Before Printing, Think about Your Environmental Responsibility!
>> Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!
>>
>>
>> On Thu, Feb 24, 2011 at 1:20 AM, Parijat Kalia <kaliapari...@gmail.com>
>> wrote:
>>>
>>> Hi guys,
>>> I am following the Symfony form's tutorials and have reached upto listing
>>> 1-2 on http://www.symfony-project.org/forms/1_1/en/01-Form-Creation
>>> I have executed all steps up until listing 1-2 but while i attempt to run
>>> the webpage, it reads the following error:
>>> Fatal error: Class 'RegisterForm' not found
>>> in C:\dev\sfproject\apps\frontend\modules\questions\actions\actions.class.php on
>>> line 1623
>>> Not sure why this is happening because I do have a RegisterForm.class.php
>>> file in my //lib/form folder (I am talking the lib folder for the entire
>>> project and not the local module lib folder, P.S: I have also carried out
>>> the same experiment with the module lib folder, only to get similar
>>> results).
>>> Anybody with any leads on what I am missing out here?
>>> Thanks!
>>> Parijat Kalia
>>> --
>>> 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 symfony-users@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> symfony-users+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/symfony-users?hl=en
>>
>> --
>> 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 symfony-users@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>
> --
> 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 symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to