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!
Cant view whoisonline
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Cant view whoisonline
Already seen this? knowledge/kb_show.php?id=3
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 9
- Joined: 21. March 2009 17:55
- phpBB.de User: vengeance
- phpBB.com User: vengeance
Re: Cant view whoisonline
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;