I have been trying to set up some user contributed areas on my intranet site, using the webdav support, but I kept getting errors, so I tried uploading using the mgmt interface and I get this for any file that is over about 80k. Error Type: AttributeError Error Value: commit_sub Traceback (innermost last): File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 214, in publish_module File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 179, in publish File G:\SHARED~1\E-INTR~1\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 169, in publish File G:\SHARED~1\E-INTR~1\lib\python\ZODB\Transaction.py, line 246, in commit AttributeError: (see above) Does anyone have any idea why/how this is happening? Did I do something wrong? I am running 2.1.4 on NT Adrian...
I can't reproduce this with 2.1.4 on windows, I used a 2MB file and it uploaded fine. subtransactions were added several version ago, so I'm at a loss. This is just a straight upload? nothing fancy? no hacks or patches? Do you have enough hard drive space? -Michel Adrian Hungate wrote:
I have been trying to set up some user contributed areas on my intranet site, using the webdav support, but I kept getting errors, so I tried uploading using the mgmt interface and I get this for any file that is over about 80k.
Error Type: AttributeError Error Value: commit_sub
Traceback (innermost last): File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 214, in publish_module File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 179, in publish File G:\SHARED~1\E-INTR~1\lib\python\Zope\__init__.py, line 202, in zpublisher_exception_hook File G:\SHARED~1\E-INTR~1\lib\python\ZPublisher\Publish.py, line 169, in publish File G:\SHARED~1\E-INTR~1\lib\python\ZODB\Transaction.py, line 246, in commit AttributeError: (see above)
Does anyone have any idea why/how this is happening? Did I do something wrong?
I am running 2.1.4 on NT
Adrian...
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Michel Pelletier schrieb:
I can't reproduce this with 2.1.4 on windows, I used a 2MB file and it uploaded fine. subtransactions were added several version ago, so I'm at a loss.
Hi Michel, see also: http://lists.zope.org/pipermail/zope/2000-March/019900.html and: http://lists.zope.org/pipermail/zope/2000-March/019909.html I can't reproduce this error, too, even on the same Zope installation but in a different container, though it happens.
This is just a straight upload? nothing fancy? no hacks or patches? Do you have enough hard drive space?
in my case: upload via html form, some conversions of the filename (converting special characters etc) in dtml and in an external method and a dtml-call for adding the file. Noch hack, no patches and enough drive space. thanks, Thomas
participants (3)
-
Adrian Hungate -
Michel Pelletier -
Thomas Weiner