[Zope-dev] read-only ZPublisher.Publish
Chris Withers
chris at simplistix.co.uk
Wed Feb 25 10:41:15 EST 2004
Jeremy Tammik wrote:
> when i try to view a specific page, i get an error
>
> * Module ZPublisher.Publish, line 104, in publish
> * Module Zope.App.startup, line 221, in commit
> * Module ZODB.Transaction, line 232, in commit
> * Module ZODB.Transaction, line 340, in _commit_begin
> * Module ZODB.Connection, line 692, in tpc_begin
> * Module ZODB.BaseStorage, line 142, in tpc_begin
You forgot the exception type and value ;-)
Looks like this page is trying to commit something, if you're developign a
read-only version, it shouldn't...
That page's code would be a good place to look...
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Dev
mailing list