October 20th, 2005, 02:15 PM
|
#3 (permalink)
|
| Junior Member Verified Customer
Join Date: Apr 2005
Posts: 25
| Re: Gallery down. This is the error. Quote:
4256 // parse PHP include ##################
4257 if (!is_demo_mode())
4258 {
4259 ($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
4260 }
if ($vbulletin->options['gzipoutput'] AND !headers_sent())
{
$output = fetch_gzipped_text($output, $vbulletin->options['gziplevel']);
if ($sendheader AND $vbulletin->donegzip)
{
@header('Content-Length: ' . strlen($output));
}
| |
| |