Hi all,
For the past couple of days, I've been trying, with slow success, to modify
the ZSL snippets from spindrop & archivematica to work with Doctrine & the
sfDoctrine plugin.  Let me say, however, that I am new to both Lucene and
Doctrine, so it's been going very slow.  I've run into a problem when trying
to get the Lucene files to autoload.  I have no clue whether this is a
sfDoctrine, sfZendFrameworkBridge, sfZendPlugin, autoloading config,
programmer, or whatever else error.  I followed the instructions from
http://spindrop.us/2007/04/10/sfzendplugin/ to set up the plugin, since it
wasn't working with Zend outside the symfony dir, and now I still get this
error:

> *Fatal error*: Class 'Zend_Search_Lucene' not found in *
> /home/colin/alnet/lib/model/doctrine/Algorithm.class.php* on line *42*
>
The aforementioned line is:

>     $index =
> Zend_Search_Lucene::open(sfConfig::get('app_search_user_index'));
>
As you can see, I'm not trying to do anything special.

Any help would be very welcome.

Thanks,
Colin

-- 
"Doh!"  - Homer Simpson

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to