From: Reini U. <ru...@x-...> - 2006-03-07 07:26:08
|
Alfredo Amontagna schrieb: > On Thu, Mar 02, 2006 at 07:48:31AM +0000, Reini Urban wrote: >>> Sometime trying to modify a page, after giving "?action=edit" the >>> browser receive a blank (empty) page. >>> >>> This strange problem happens also with other backend type. >>> >>> Can someone point me to some setting or to something to check to give >>> more information? >> Yes, this was a known problem some years ago. >> Play with the redirect settings: DISABLE_HTTP_REDIRECT = true >> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > for the record: > > the problem is caused by a php memory limit. > we need to increase the "memory_limit" in the php.ini config file, or > disable the toolbar in the wiki editor (ENABLE_EDIT_TOOLBAR = false) > > please consider to add a note in the config-dist.ini file. Thanks. Maybe it's just one of the TOOLBAR_*_PULLDOWN options? These are known to need a lot of memory. ENABLE_EDIT_TOOLBAR per se is no memory hog. -- Reini Urban http://phpwiki.org/ http://helsinki.at/ http://spacemovie.mur.at/ |