Yes, I'm sure I cleared cache using $ php symfony cc .

I already tried to uninstall sfLucenePlugin:

$ php symfony plugin:uninstall sfLucenePlugin
>> plugin    uninstalling plugin "sfLucenePlugin"
>> sfSymfonyPluginManager Plugin "sfLucenePlugin" is not installed

It says that sfLucenePlugin is not installed, but if I run plugin:list it's
there:

$ php symfony plugin:list
Installed plugins:
(...)
 sfLucenePlugin                                0.1.6-beta   #
pear.symfony-project.com (symfony)
(...)


Esdras

--
http://www.esdrasbeleza.com


On 17 May 2011 07:29, Gareth McCumskey <gmccums...@gmail.com> wrote:

> Did you make sure you had cleared cache (on command line from project root
> enter command ./symfony cc). Often when symfony cannot find classes its
> because its not cached any longer.
>
> On Fri, May 13, 2011 at 9:38 PM, Esdras Beleza <lis...@esdrasbeleza.com>wrote:
>
>> Hi folks,
>>
>> I work with PHP for some years, but I'm new to Symfony. I'm working
>> with some legacy code, it's an old Symfony 1.0 based project and I'll
>> have to upgrade it to 1.4 version.
>>
>> I've read some texts that say that I need to upgrade to each old
>> version until I reach 1.4. While trying to upgrade 1.1 following the
>> instructions (http://www.symfony-project.org/installation/1_1/
>> upgrade), I tried to run the site and got the following error on
>> Apache's error_log:
>>
>> (...)
>> [Fri May 13 15:57:59 2011] [error] [client 127.0.0.1] PHP Fatal
>> error:  Class 'sfLuceneModuleConfigHandler' not found in /home/esdras/
>> dev/wikimapps/cache/frontend/prod/config/
>> config_config_handlers.yml.php on line 25
>> (...)
>>
>> Does anybody have any idea of what can be this and/or how to fix?
>>
>> Thanks in advance,
>>
>>
>> Esdras
>>
>> --
>> 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
>>
>
>
>
> --
> Gareth McCumskey
> http://garethmccumskey.blogspot.com
> twitter: @garethmcc
> identi.ca: @garethmcc
>
>  --
> 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