Page 1 of 1

Adding new page --> error

PostPosted: Mon Jun 05, 2006 8:06 am
Author: redoox
Hi, I just want to add a new page, for testing firstly with the content of phpinfo(). In phpBB 2.0.19 it works fine, but with IM Portal, there is an error <img>
Fatal error: Call to a member function on a non-object in /srv/www/htdocs/web122/html/wow/includes/page_header.php on line 87


the listing of my phpinfo.php:
Code: Select all
<php>

Re: Adding new page --> error

PostPosted: Mon Jun 05, 2006 9:28 am
Author: Dragonsys
try this:

phpinfo.php
[code]<?php  define('IN_PHPBB', true);$phpbb_root_path = './';include($phpbb_root_path.'extension.inc');include($phpbb_root_path.'common.'.$phpEx);  //// Start session management//$userdata = session_pagestart($user_ip, PAGE_INDEX);init_userprefs($userdata);//// End session management//include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_banner.' . $phpEx);$page_title = 'PHP Info';    switch($mode){     default]