Sorry I couldn't get back to this thread sooner - I've been crazy busy. Anyway, thanks for your help Marco! However, the following code still seemed to return a similar error.
PHP Code:
<?php
/**
* MonoBook nouveau
*
* Translated from gwicke's previous TAL template version to remove
* dependency on PHPTAL.
*
* @todo document
* @package MediaWiki
* @subpackage Skins
*/
if( !defined( 'MEDIAWIKI' ) )
die();
/** */
chdir('../forum');
require_once('./global.php');
chdir('../guides');
require_once('includes/SkinTemplate.php');
Quote:
Fatal error: Call to a member function on a non-object in /home/gtplanet/public_html/forum/includes/functions.php on line 1008
|
Any other ideas?