From: Alfredo A. <alf...@li...> - 2006-03-07 01:32:45
|
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. -- Bye, Alfredo |