[Zope] Squishdot

Howard Shaw howard@tyroldata.com
Tue, 21 Sep 1999 12:37:45 -0500


I am having a problem using Squishdot with Zope2. I just downloaded the
TinyTable product and the Squishdot product. Both show up as unbroken
products. (I put the TinyTable in after the Squishdot. Is that a problem?)
When I create a Squishdot site using the non-TinyTable example, it works.
When I try either of the other base sites, I get this traceback:

Traceback (innermost last):
  File /home/zope/zope2/lib/python/ZPublisher/Publish.py, line 214, in
publish_module
  File /home/zope/zope2/lib/python/ZPublisher/Publish.py, line 179, in
publish
  File /home/zope/zope2/lib/python/Zope/__init__.py, line 201, in
zpublisher_exception_hook
    (Object: ApplicationDefaultPermissions)
  File /home/zope/zope2/lib/python/ZPublisher/Publish.py, line 165, in
publish
  File /home/zope/zope2/lib/python/ZPublisher/mapply.py, line 160, in mapply
    (Object: manage_addSquishdot)
  File /home/zope/zope2/lib/python/ZPublisher/Publish.py, line 102, in
call_object
    (Object: manage_addSquishdot)
  File /home/zope/zope2/lib/python/Products/Squishdot/Squishdot.py, line
1489, in manage_addSquishdot
    (Object: ApplicationDefaultPermissions)
  File /home/zope/zope2/lib/python/Products/Squishdot/Squishdot.py, line
480, in __init__
    (Object: ElementWithAttributes)
  File /home/zope/zope2/lib/python/Products/Squishdot/Squishdot.py, line
230, in addArt
    (Object: ElementWithAttributes)
  File /home/zope/zope2/lib/python/Products/Squishdot/Squishdot.py, line
798, in addPosting
    (Object: ElementWithAttributes)
  File /home/zope/zope2/lib/python1.5/regsub.py, line 38, in gsub
AttributeError: (see above)


Please help.