Thursday 14 May 2009 2:39:02 am
Hello.
I have the following situation:
- one installation of ezpublish
- ezfind extension installed - multiple websites, each one inside an extension (and the extension are indeed activated in the settings/override/site.ini file) the structure is:
-ezpublish
- ...
- extension
- website1
- settings
- siteacces
- website1_admin
- website1_it
- website2
- ...
- settings
- override
- ...
I want to update the search indexes for the siteaccess website1_admin. When I try: php extension/ezfind/bin/php/updatesearchindexsolr.php -s website1_admin --php-exec=php5 --conc=2 --clean It says "Siteaccess does not exist, using default siteaccess"
Therefore the siteaccess search indexes are never updated. They are updated, though, when I add a new content via the ezpublish admin interface. I tried to enable ezfind on a siteaccess basis ("ActiveAccessExtensions[]=ezfind" in extension/website1/settings/siteaccess/website1_it/site.ini.append.php) and on a larger scale ("ActiveExtensions[]=ezfind" settings/override/site.ini.append.php).
It's like it doesn't see the siteaccess that are located in an extension...
Now I wonder what I am doing wrong...
Anyone can shine a light on this?
Thank you! Mirko.
|