2007
06.21
06.21
Sometimes a simple problem has a simple solution.
My wiki, Webbcomic, could not be edited. The solution, though, was not to add a line to my .htaccess file or to modify my php.ini settings. It was rather to modify a simple line of code in the LocalSettings.php file.
#ini_set( ‘memory_limit’, ’20M’ );
The solution is to uncomment –as in remove the pound sign — and change 20M to 40M.
No Comment.
Add Your Comment