Printable Version of Topic

Click here to view this topic in its original format

Dumpshock Forums _ Community Projects _ SR wiki needs an active admin

Posted by: piotrus Nov 16 2009, 10:47 PM

http://wiki.dumpshock.com/index.php/Category%3a%50ages_for_deletion despite requests for months.

I may be not very active, but I have a lot of wiki experience and cat at least take care of such maintenance issues occasionally.

Also, somebody with an access to database should check http://wiki.dumpshock.com/index.php/Talk:Main_Page#Edit_problem.

Posted by: Wordman Nov 16 2009, 11:41 PM

QUOTE (piotrus @ Nov 16 2009, 10:47 PM) *
Also, somebody with an access to database should check http://wiki.dumpshock.com/index.php/Talk:Main_Page#Edit_problem.

MediaWiki comes preconfigured with a cap on memory usage. Lots of plugins (or certain plugins, such as the Semantic Wiki plugins) consume more than this. It probably just so happens that the wiki hits the cap when loading the UserMerge files.

Adding a line like the following to LocalSettings.php should help:

CODE
ini_set( 'memory_limit', '50M' );


Also, while the user merge plugin is useful, I'm not sure it needs to be loaded constantly. It http://wiki.dumpshock.com/index.php/Special:Version much else is loaded.

Posted by: hahnsoo Nov 26 2009, 10:26 PM

I keep running into the memory limit problem when trying to edit the most basic articles. Usually, its something with a lot of content (like the Corporations page) or some template on it (like some of the country entries). Ugh.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)