3 Dec
2003
3 Dec
'03
7:26 p.m.
Roberto Campainha wrote at 2003-12-2 15:12 -0400:
My system is working fine so far, the only problem is the Events form, which crashed suddenly, with no apparent reason. Now, the colors are gray, the screen is weird, with calendar displayed over the form area. No user can add a new event, and an attempt is made to save a new event the following error message is displayed:
('failure', <PloneSite instance at 01D93368>, {'portal_status_message': 'Error saving event.'})
This looks like a form controller action return value. Maybe, a Python Script designed to be used as a form controller action is called directly. This may be caused by a wrong URL (not including "portal_form"). Check the URLs related to event handling. -- Dieter