Page 1 of 1

Users have blank portal

Posted: 8. February 2010 15:39
by calvin
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.jazzcityunited.org

What have you done before the problem was there?
Updated from version 1.0.3 to 1.0.5

What have you already tryed to solve the problem?


Description and Message
When users are not logged in, the portal page is accessible... but when users log in, the portal page becomes blank.

In Internet Explorer, the error that comes up is 500 internal server error.

Re: Users have blank portal

Posted: 8. February 2010 16:41
by Marc
Please provide a demo account, so I can take a look at the issue (via PM please).
Make sure you saved all files as UTF8 without BOM.

Re: Users have blank portal

Posted: 8. February 2010 20:27
by Marc
Have you checked if all files have been saved as UTF8 without BOM? The normal windows editor is not capable of this, I suggest you use an editor like Notepad++.

Re: Users have blank portal

Posted: 8. February 2010 21:51
by calvin
Yes. I did use Notepad++

I am puzzled why portal becomes blank as soon as the user logs in.

Re: Users have blank portal

Posted: 1. June 2011 10:30
by calvin
This issue got fixed when I updated to the next version.

I now have the latest update. But yy problem now is after installing NV ADVANCED LAST TOPIC TITLES, the configuration settings in the ACP for portal went missing... but if I have a look at "Module Management", "Portal" is still under ".MODS"

When I tried uninstalling NV ADVANCED LAST TOPIC TITLES, the .MODS tab disappeared.

I've uninstalled and re-installed board3 Portal 3 times already and it still won't appear in the ACP.

Host is using PHP5 and MySQL5

Re: Users have blank portal

Posted: 1. June 2011 16:07
by Bischke
open .htaccess and check

Code: Select all

# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

DirectoryIndex portal.php index.php index.html index.htm
http://www.jazzcityunited.org not work

http://www.jazzcityunited.org/portal.php work

http://www.jazzcityunited.org/index.php work

I hope it work :-)