vBSEO 3.2 Patch for vBulletin 3.8 (File Edit)

Mr. C

New Member
Hello,

please try to modify vbseo.php file to resolve the issue:
FIND:
PHP:
return $outbuffer;
ADD ABOVE:
PHP:
@header ('Content-Length: ' . strlen($outbuffer));

There you go. Not hard to find. :)

I found it on the vBulletin Community Forums. XD
 
Top