vbSEO Fatal Error

Onoredone

New Member
After installing vbSEO when i tried to go to profile of a member i got this error
Code:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 874464 bytes) in /home/domain/public_html/forum/includes/class_profileblock.php on line 1393

So what i understood from this error is that some memory size exceeded. Any way to fix this? Now i cannot go to any user profile of any member. Any help will be greatly appreciated.

Because of this i wanted to disable vbSEO from mydomain.com/forum/x2yzseocp.php but i dont see any button to save the changes :S.

-Odo
 
This could be a corrupted file causing a bogus error condition or race condition. You can disable hooks and run the suspected file utility to see if one of the vbulletin files is hosed.

Personally I have removed that vbseo pos from my system, its over rated vapor ware that doesn't do what it says and even if it did, the "experts" are saying it really doesn't help PR in any significant way.
 
You can ask your ISP to bump the memory for you or you can try :

Code:
ini_set("memory_limit","80M");

in the config.php file on the 2nd line after <?php
 
Back
Top