The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fatal error: Allowed memory size of 12582912 bytes exhausted
When in try to reply a post...i get this message in a blank page:
Quote:
whats the problem? i?ve searched line 333 on class_bbcode.php and i only see: // parse visitor/group/picture message case 'visitormessage': case 'groupmessage': LINE 333 case 'picturecomment': |
#2
|
||||
|
||||
That error indicates that your php doesn't have enough memory allocated to complete the operation. You should increase your memory_limit setting in php.ini to xxM*** or to temporarily up your limits edit your includes/config.php file and add this line right under the <?php line:
ini_set('memory_limit', xx * 1024 * 1024); *** xx being the next step up in size... if you are currently set to 8MB, up it to 16. If you are set at 16, up it to 32, etc. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|