Never seen this error

semerjeran

New Member
I'm extremely new here, and I don't exactly know if this is the right place for this, but can somebody please help?

Here is the picture of my issue.

All I did was refresh the page to see if there were any new posts on my forum and bam, this is what showed up.

Any idea on how to fix it?

24eqk2w.jpg
 
Is that so ? Looks to me like you installed kBank.. You even thought if kBank could cause that ? Also, on your place, i would use google if you cant find your answer here OR not patient enough.
 
Admin CP -> vBulletin Options -> Cookies and HTTP Header Options -> GZIP HTML Output -> No
Your server and vB have gzip turned on. Host probably just turned it on to conserve bandwidth.
 
Put this line in your config.php right under the <?php line.

Code:
define('DISABLE_HOOKS', true);
You should then be able to log into your admincp where you can undo your kbank install. Remove or comment out the line when you're done to re-enable your other mods.
 
Back
Top