From: John C. <joh...@ya...> - 2004-02-26 22:27:56
|
I think this was mentioned a while back, but I pulled a fresh copy from cvs recently and noticed that this behavior is still there. When using PHP 4.3.4/Apache 2.0.48/WinXP and you try to edit a page, Apache crashes. It turns out to be a line in the themes/default/template/editpage.tmpl line 121 <?plugin IncludePage page=_("OldTextFormattingRules") section=_("Synopsis") quiet=1?> Removing this line solves the crashing problem (I do not know what other problems it causes however). If my memory serves, this was related to a bug ini PHP 4.3 and not the web server or OS type. Also, for whatever reason, I had to delete the line, commenting it out didn't work for me. John Cole |