Trouble uploading with Netscape Composer
I'm trying to upload images to a ZClass that has inherited from ZObjectManager. I created a PUT_factory that assigns images to the ExtImage product. When I try to upload from Netscape Composer, it gives me this Zope error: Error Type: AttributeError Error Value: get and this traceback: Traceback (innermost last): File /data/local/Zope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /data/local/Zope/lib/python/ZPublisher/Publish.py, line 187, in publish File /data/local/Zope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: GeorgeTammy.jpg) File /data/local/Zope/lib/python/ZPublisher/Publish.py, line 171, in publish File /data/local/Zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: PUT) File /data/local/Zope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: PUT) File /data/local/Zope/lib/python/webdav/NullResource.py, line 188, in PUT (Object: GeorgeTammy.jpg) File /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtImage.py, line 361, in PUT (Object: CatalogAware) File /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtFile.py, line 411, in PUT (Object: CatalogAware) File /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtImage.py, line 441, in _get_ufn (Object: CatalogAware) File /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtFile.py, line 545, in _get_ufn (Object: CatalogAware) File /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtFile.py, line 560, in _get_new_ufn (Object: CatalogAware) File /data/local/Zope/lib/python/OFS/Traversable.py, line 107, in absolute_url (Object: CatalogAware) AttributeError: (see above) Can anyone help me figure out what's going on? __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com
George Nguyen writes:
I'm trying to upload images to a ZClass that has inherited from ZObjectManager. I created a PUT_factory that assigns images to the ExtImage product.
When I try to upload from Netscape Composer, it gives me this Zope error: Error Type: AttributeError Error Value: get and this traceback: .... /data/local/Zope-2.4/lib/python/Products/ExtFile/ExtFile.py, line 560, in _get_new_ufn (Object: CatalogAware) File /data/local/Zope/lib/python/OFS/Traversable.py, line 107, in absolute_url (Object: CatalogAware) AttributeError: (see above)
Can anyone help me figure out what's going on? Seems as if "ExtFile" had a broken "PUT" method.
Dieter
participants (2)
-
Dieter Maurer -
George Nguyen