[Bug 496] Changed - Compose window contains no data, problem with php3 3.0.17

bugs@bugs.horde.org bugs@bugs.horde.org
Fri, 13 Oct 2000 09:52:08 -0300


http://bugs.horde.org/show_bug.cgi?id=496

*** shadow/496	Fri Oct 13 07:30:19 2000
--- shadow/496.tmp.22765	Fri Oct 13 09:52:08 2000
***************
*** 22,24 ****
--- 22,36 ----
  
  Quick fix: either downgrade back to php3 version 3.0.16 (not usefull due to
  security problems with formatted strings) or use php4 4.0.3 or later
+ 
+ ------- Additional Comments From liinu@uta.fi  10/13/00 09:52 -------
+ It would seem that problem is not in IMP's php code but in php3 Apache module.
+ Apache process with this php3 3.0.17 modules seems to die with Segmentation
+ Fault when any button is pressed within compose window.
+ 
+ Though minor typo in imp/templates/compose/compose.inc:
+ Line 48 or there abouts:
+ <input notab ... ... onClick="return submit_and_sign(document.compose)">
+ should be:
+ <input notab ... ... onClick="return submit_and_sign(document.compose);">
+