[Zope] Catalog mystery
Francois-regis.Chalaoux@sanofi-synthelabo.com
Francois-regis.Chalaoux@sanofi-synthelabo.com
Tue, 14 Jan 2003 16:10:10 +0100
Hi All,
Trying to Catalog object of "DTML Document" type I got this error. It seems
to work with other type of object.
My config : Zope 2.5.1 + Windows NT4.
Any idea ?
FR
Zope Error
==========
<h2>Zope Error</h2>
<p>Zope has encountered an error while publishing this resource.</p>
<p>
<strong>Error Type: AttributeError</strong><br>
<strong>Error Value: __call__</strong><br>
</p>
<hr noshade>
<p>Troubleshooting Suggestions</p>
<ul>
<li>The URL may be incorrect.</li>
<li>The parameters passed to this resource may be incorrect.</li>
<li>A resource that this resource relies on may be encountering an
error.</li>
</ul>
<p>For more detailed information about the error, please
refer to the HTML source for this page.
</p>
<p>If the error persists please contact the site maintainer.
Thank you for your patience.
</p>
</td></tr>
</table>
</BODY></HTML>
<!--
Traceback (innermost last):
File C:\PROGRA~1\WEBSIT~1\lib\python\ZPublisher\Publish.py, line 150, in
publish_module
File E:\ZopeHome\Products\Localizer\__init__.py, line 65, in new_publish
File C:\PROGRA~1\WEBSIT~1\lib\python\ZPublisher\Publish.py, line 114, in
publish
File C:\PROGRA~1\WEBSIT~1\lib\python\Zope\__init__.py, line 159, in
zpublisher_exception_hook
(Object: Catalog)
File C:\PROGRA~1\WEBSIT~1\lib\python\ZPublisher\Publish.py, line 98, in
publish
File C:\PROGRA~1\WEBSIT~1\lib\python\ZPublisher\mapply.py, line 88, in
mapply
(Object: manage_catalogFoundItems)
File C:\PROGRA~1\WEBSIT~1\lib\python\ZPublisher\Publish.py, line 39, in
call_object
(Object: manage_catalogFoundItems)
File C:\PROGRA~1\WEBSIT~1\lib\python\Products\ZCatalog\ZCatalog.py, line
330, in manage_catalogFoundItems
(Object: Catalog)
File C:\PROGRA~1\WEBSIT~1\lib\python\Products\ZCatalog\ZCatalog.py, line
697, in ZopeFindAndApply
(Object: Catalog)
File C:\PROGRA~1\WEBSIT~1\lib\python\Products\ZCatalog\ZCatalog.py, line
480, in catalog_object
(Object: Catalog)
File C:\PROGRA~1\WEBSIT~1\lib\python\Products\ZCatalog\Catalog.py, line
310, in catalogObject
File C:\PROGRA~1\WEBSIT~1\lib\python\Products\ZCatalog\Catalog.py, line
423, in recordify
AttributeError: (see above)
-->