Thread: P99 wiki bug
View Single Post
  #12  
Old 08-26-2017, 06:57 PM
Ravhin Ravhin is offline
Sarnak

Ravhin's Avatar

Join Date: Jul 2010
Posts: 307
Default

Hi,

Thanks for the investigations - I looked again at this, but it seems still a mystery, i.e. not reproducible behavior. Some failure of the wiki I don't understand.

Anyways, I fixed it in the most hacky way possible, in keeping with the spirit of things!

Code:
  if( time() - $cacheTime < $fCreated ) { // show file from cache if still valid
    $output = file_get_contents($cacheFileName);

    // check for corrupt cache, if so, discard and remake now
    if (strpos($output, '"zoneTopTable"') === false)
      {
        $wgOut->addHTML( $output );
        return;
      }
  }
If anyone can now see a page which is still broken, let me know.
__________________
Ravhin - 56 Gnome Necro (Project 1999, Retired) <Divinity>
Contributor: Project 1999 Wiki
Ravhin incedo'Marduk - 60 Human Paladin (Live on E'ci, 1999-2001) <Destinati Conquerers>