Members unable check new PMs unless they first select and mark them read. When they click on a private message that is not marked as unread the following error message is displayed:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in ~/forums/includes/functions.php on line 6560
I also get a similar error when I try to access my own member page:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in ~/forums/includes/class_bbcode.php on line 1280
I searched around and found a post recommending that the person ask his host to allot more memory for php in the php.ini file, but it wasn't for the exact same error and it was for an old 3.4 version of vBulletin thread. I just don't think that is the solution. It's never been an issue before the upgrade.
Another post in the same thread mentioned adding this line to the begginning of the config.php file:
I did this and it did not help. 
The website is http://www.thetangledweb.net
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes) in ~/forums/includes/functions.php on line 6560
I also get a similar error when I try to access my own member page:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in ~/forums/includes/class_bbcode.php on line 1280
I searched around and found a post recommending that the person ask his host to allot more memory for php in the php.ini file, but it wasn't for the exact same error and it was for an old 3.4 version of vBulletin thread. I just don't think that is the solution. It's never been an issue before the upgrade.
Another post in the same thread mentioned adding this line to the begginning of the config.php file:
Code:
ini_set('memory_limit', 32 * 1024 * 1024);

The website is http://www.thetangledweb.net
Comment