[Zope] Catalog Program

Randall F. Kern randy@spoke.net
Sun, 13 May 2001 15:21:11 -0700


FWIW, our servers have been rock stable (on 2.3.1) since I fixed the
lost transaction bug in TM.py.  This bug only causes trouble if you use
non-ZODB transactions, like with an external RDBMS.  Before the fix
though, it would take our server down every few minutes.

-Randy

> -----Original Message-----
> From: Chris McDonough [mailto:chrism@digicool.com]
> Sent: Sunday, May 13, 2001 2:54 PM
> To: tane@zzict.com; zope@zope.org
> Subject: Re: [Zope] Catalog Program
>=20
>=20
> Where is "manage_editCataloger" supposed to be coming from?
>=20
> On Sun, 13 May 2001 19:18:04 +0200
>  tane@zzict.com wrote:
> > Hi,
> >=20
> > I am building a music database program, and I am having a
> > problem.
> >=20
> > First off, this is the structure:
> >=20
> > ZMusicBase---
> >                     |
> >                     zmbAlbum---
> >                                       |
> >                                       zmbTrack
> >=20
> > The catalog for the product is created in the ZMusicBase
> > directory.  When I
> > try to add a zmbAlbum (which has an Object Manager class)
> > I get an error:
> >=20
> > Error Type: NameError
> > Error Value: manage_editCataloger
> >=20
> > In the zmbAlbum_add file, the code looks like this:
> >=20
> > <dtml-call "REQUEST.set('zmb',
> > ZopeTime().strftime('%Y%m%d%H%M%S'))">
> > <dtml-call "REQUEST.set('id',_.str(zmb))">
> >=20
> > <dtml-with "zmbAlbum.createInObjectManager(REQUEST['id'],
> > REQUEST)">
> >=20
> >        <dtml-call
> > "propertysheets.zmbAlbumProperties.manage_editProperties(REQUEST)">
> >=20
> > <dtml-call "manage_editCataloger('zmbCatalog')">
> > <dtml-call reindex_object>
> >=20
> > </dtml-with>
> >=20
> > Can anyone see a problem in this?
> >=20
> > Tane Piper
> > Lead Designer - ZZICT Entertainment
> > http://www.legiongame.nl
> >=20
> >=20
> >=20
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -=20
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
>=20
>=20
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -=20
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>=20