From: Reini U. <ru...@x-...> - 2006-03-07 11:48:12
|
2006/3/7, Alfredo Amontagna <alf...@li...>: > On Tue, Mar 07, 2006 at 07:25:58AM +0000, Reini Urban wrote: > >> 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 =3D false) > >> > >> please consider to add a note in the config-dist.ini file. > > > >Maybe it's just one of the TOOLBAR_*_PULLDOWN options? > > Are you speaking about AddCategory and AddPlugin buttons? > If you explain me how to disable them, I can make additional test. Disable those two options in config.ini: TOOLBAR_PAGELINK_PULLDOWN TOOLBAR_TEMPLATE_PULLDOWN You may also want to disable the plugin button. Comment out in lib/EditToolbar.php this line: //$sr_html =3D HTML($sr_html, $this->pluginPulldown()); Since these actions are cached they only require more memory the very first time and then once every 6 hours. -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ |