PDA

View Full Version : 2.0 error adding task


wyattn
01-04-05, 05:23 PM
I received the following error on a fresh 2.0 installation on a raq 550 with php version 4.3... . I have no idea what any of this means.

I was adding a task under a project, and when I saved it, I ended up with a screen that displayed the following text, and nothing else. The task appears to have been added correctly.

Any info on this is appreciated.


/home/.sites/106/site3/web/dotproject/modules/tasks/do_task_aed.php(47): No pre_save functions.

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/106/site3/web/dotproject/includes/main_functions.php:558) in /home/.sites/106/site3/web/dotproject/classes/ui.class.php on line 504

ajdonnison
01-04-05, 07:05 PM
You have show debug messages set in your system configuration, turn that off and the problem will go away. Show debug should only be used for developer assisted debugging.

wyattn
01-04-05, 10:49 PM
Problem solved. Thanks ajdonnison.