I use vBulletin as forums on my site and also a portal for it called vbAdvanced which provides for the integration the site’s header etc.
When I do this I get a memory error of:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/xxxx/public_html/shop/core/fn.common.php on line 1103
I have set the max memory limit in config.local.php to 64meg which I thought would be enough.
So I increased it to 128meg and then got this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 50 bytes) in /home/xxxx/public_html/shop/core/fn.log.php on line 67
Can any one perhaps suggest what I can do about these errors?
[quote name=‘ibaker’]I use vBulletin as forums on my site and also a portal for it called vbAdvanced which provides for the integration the site’s header etc.
When I do this I get a memory error of:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/xxxx/public_html/shop/core/fn.common.php on line 1103
I have set the max memory limit in config.local.php to 64meg which I thought would be enough.
So I increased it to 128meg and then got this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 50 bytes) in /home/xxxx/public_html/shop/core/fn.log.php on line 67
Can any one perhaps suggest what I can do about these errors?[/QUOTE]
Change the limit to 256. If that doesn’t work then change host.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20502 bytes) in /home/xxxx/public_html/shop/core/fn.log.php on line 73
at 256meg - works all ok as stand alone but not integrated with vbAdvanced