The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
error attachment again
i found some of attachment error like this :
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8192 bytes) in /home/name/public_html/forum/attachment_watermark.php on line 148 how i can fixed this? |
#2
|
||||
|
||||
file too large..
ask your host to increase memory |
#3
|
||||
|
||||
That error indicates that your php doesn't have enough memory allocated to complete the operation. You can either increase your memory_limit setting in php.ini to 32M 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', 32 * 1024 * 1024); If you still get the error, increase it to 64 or 128 (it must be a power of 2). |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|