[Zope-CMF] Data not being stored
seb bacon
seb@jamkit.com
Thu, 12 Jul 2001 09:29:58 +0100
Things to check which catch me out most times:
- Have you specified all the fields as parameters at the top of the
python script?
- Look out for rogue keyword arguments which overwrite the values
you've specified
- Try removing the try clause from the pythonscript to see if there's
any errors hanging around
- Failing that, use the debugger
http://www.zope.org/Members/klm/debuggingzope/#zserverdebugmode
http://www.zope.org/Wikis/klm/PDBTrack
seb
* Ian Ford <iford@US.NET> [010711 23:43]:
> > I have a product that I am working on that works in the same manor as
> > events but it stores members timecard information. I have reused most
> > of the code from the CMFCalendar item. But what is now happing is that
> > only 3 form fields are being stored and I really need all of them. I
> > am not getting any sort of error so debugging is not that easy.