The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
When trying to Rebuild Post Cache im getting this error after it goes through a couple pages..
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 34138016 bytes) in /home/user/public_html/includes/class_core.php on line 408 What can be done for it to work again> |
#2
|
||||
|
||||
![]()
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 xxM (something larger than what you currently have) or to temporarily up your limits edit your includes/config.php file and add this line right under the <?php line:
Code:
ini_set("memory_limit", "xxM"); |
#3
|
|||
|
|||
![]()
Also, it will rebuilt itself over time. If there's a reason to want to delete the current post cache you can just truncate the postparsed table.
|
#4
|
|||
|
|||
![]()
seems everytime I need to do something regarding maintenance I always have to up the Limit. so picky :/
|
#5
|
||||
|
||||
![]()
That is a issue with the server not being able to handle the requires resources.
![]() |
#6
|
|||
|
|||
![]()
For some reason cant go more than 128 and thats what i have set.
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 4248 bytes) in /home/user/public_html/dbtech/dbseo/includes/class_core.php on line 137 --------------- Added [DATE]1408212756[/DATE] at [TIME]1408212756[/TIME] --------------- was trying this method <?php line: Code: ini_set("memory_limit", "xxM"); kept giving me the error above no mater what size i addded. |
#7
|
||||
|
||||
![]()
What does it say when you view your current memory_limit in Maintenance --> View PHP Info?
|
#8
|
|||
|
|||
![]()
it says 128m
|
#9
|
||||
|
||||
![]()
Then you will have to ask your host what the issue is, and ask in the thread for the DBSEO mod, and explain what you have tried so far.
|
#10
|
|||
|
|||
![]()
will do so. thanks a lot
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|