[Zope] Squishdot Error on Zope 2.6.0

Chris McDonough chrism@zope.com
27 Oct 2002 17:28:58 -0500


Zope used to create a bunch of indexes in the Catalog by default.  It no
longer does so.  Squishdot is likely relying on this behavior.  A
solution is to figure out the indexes that used to be "preinstalled"
with a catalog (by downloading and installing 2.5.1) and install them
manually in the Squishdot catalog.



On Sun, 2002-10-27 at 15:49, viriya wrote:
> 
> Hi,
> I install new Zope-2.6.0 on FreeBSD 4.6.2 and add Squishdot 1.4.1 products 
> with no error message found in control pannel but when I add new squishdot 
> site or zexp from my backup import a message show : 
> 
> Error Value: list.index(x): x not in list 
> 
> Site Error Log at  /error_log
> Traceback (innermost last):
> Module ZPublisher.Publish, line 98, in publish
> Module ZPublisher.mapply, line 88, in mapply
> Module ZPublisher.Publish, line 39, in call_object
> Module Products.Squishdot, line 49, in manage_addSquishdot
> Module Products.Squishdot.SquishSite, line 182, in __init__
> Module Products.Squishdot.SquishSite, line 155, in _buildIndexing
> Module Products.ZCatalog.Catalog, line 208, in delColumn
> ValueError: list.index(x): x not in list 
> 
> Do you have any suggestion to solve this problem? 
> 
> Thank, 
> 
> Viriya 
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )