Page 1 of 1

Fatal error

Posted: 15 Oct 2008 19:01
by DaveF
All,

I'm getting the following:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 397473 bytes) in /home/chora2/public_html/wiki/includes/parser/Parser.php on line 399

when trying to add the following line to the Secular Music section of the Byrd page:
*[[In Crystal Towers (William Byrd)|''In Crystal Towers'']]{{LLink|BYRD-INC.pdf|BYRD-INC.mid}}

Something to do with the size of the Byrd page, possibly? This is the first time I've tried to add a new work since the upgrade.

DF

Re: Fatal error

Posted: 15 Oct 2008 20:55
by carlos
Hi Dave

Yes, this error is related to pages being too large for PHP to handle in memory. We've had a couple of these errors already after the upgrade, and had increased memory size available from 20MB to 32MB, then 40MB. It just happens that the new mediawiki software is consuming too many resources from the current server and they are complaining, so we're having to make a couple of tests too see what is impacting more, including reduce the memory size again. This is a temporary measure and we expect to have it fixed in a couple of days.

Regards

Re: Fatal error

Posted: 15 Oct 2008 21:13
by DaveF
OK - thanks, Carlos.