Stefan Franke wrote:
Jim Fulton wrote: > Does the CD site have the same database and products as the hard disk site?
> Zope thinkgs that there are new products and is trying to update it's database to reflect the > change.
> Jim
No new products but one that was broken before. Thanks for the hint! The CD runs fine now. One last thing: Shutting down the database doesn't work. I get an error msg with the following traceback.
Ah, the save_index method in SimpleDB should check for read only mode. If you want to fix this, add: if self.read_only: return at the top of BoboPOS.SimpleDB.MultipleRevision.save_index method. I just checked in this change. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.