Page 1 of 1

Cant view whoisonline

Posted: 22. March 2009 18:52
by vengeance
Your Portal Version: 1.0.2RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://armyofexcellence.net/forums

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
For some reason when i click whoisonline, it takes me to a blank page. Any ideas? I am using Black Pearl theme!

Re: Cant view whoisonline

Posted: 22. March 2009 22:26
by Kevin
Already seen this? knowledge/kb_show.php?id=3

Re: Cant view whoisonline

Posted: 22. March 2009 23:09
by vengeance
yes i did...thank you! The problem was in the viewonline.php file, i somehow had an extra $phpEx"); and break after the following code:

Code: Select all

		case 'portal':
			$user->add_lang('mods/lang_portal');
			$location = $user->lang['VIEWING_PORTAL'];
			$location_url = append_sid("{$phpbb_root_path}portal.$phpEx");
		break;