Re: solgema.fullcalendar bug
dieter <[email protected]> Thu, 28 May 2015 08:02:18 +0200
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <[email protected]> |
Chuck Theobald <[email protected]> writes: > As I get an error when trying to log a bug report: > We’re sorry, but there seems to be an error… > > The error has been logged as entry number |1432760111.410.801480132488|. In your "error_log" object (--> "ZMI"), you will find the error details. > ... > Traceback (innermost last): > ... > Module z3c.form.term, line 38, in getTermByToken > Module zope.schema.vocabulary, line 133, in getTermByToken > LookupError: --NOVALUE-- I interprete this traceback as follows: Some data should be rendered under schema control. One of the schema's fields is a "Choice" with values defined by a vocabulary - however, the vocabulary does not know the current (data) value. This would mean your data got inconsistent with the interface it should satisfy. I would approach the analysis by debugging (e.g. by means of "Products.PDBDebugMode"). I would try to find out which field is affected and where does the current data comes from. Then, I would look for a way to fix the inconsitency. Finally, I would try to understand how the inconsitency could have been introduced. ------------------------------------------------------------------------------ _______________________________________________ Plone-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plone-users