I checked out the project I am having trouble with onto a new machine. On the new machine, I was able to execute the lucene-init task successfully. On the original machine, I deleted the entire project and did a fresh checkout from svn, and am still not able to execute the task.
I did notice that on the second machine under the cache/<app>/search/ config directory I had a config_autoload.yml.php file, but on the original machine this file was missing. So it appears for some reason that the config_autoload.yml file is not being generated on one server while it is on the other. I don't see anything interesting in the <app>_search.log file to indicate what the problem may be. On Nov 26, 10:03 am, forkmantis <[EMAIL PROTECTED]> wrote: > Thanks for the response, Carl. > > I have just checked out -r6162 of sfLucenePlugin into my project, > cleared cache, and looked at my factories.yml for the application in > question. The commented defaults have not been altered: > > # user: > # class: myUser > > I still get this error when running "symfony lucene-init <app>": > > PHP Fatal error: Class 'myUser' not found in <path>/lib/symfony/user/ > sfUser.class.php on line 107 > > I'm not totally sure how to troubleshoot from here. > > Carl Vondrick wrote: > > On Friday, November 23, 2007, forkmantis wrote: > > > PHP Fatal error: �Class 'myUser' not found in /<path>/lib/symfony/user/ > > > sfUser.class.php on line 107 > > > Hi, > > This issue is not related to sfLucene. Try clearing your cache and checking > > your configuration factories for the user. > > > Carl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
