MyBB Community Forums

Full Version: member.php- white page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
In a forum the page member.php is completely white....Sad
How can i fix?
I think it is suppose to be white unless you pass it a parameter like member.php?action=register. What are you trying to access with member.php?
My friend that have that problem told me that some their users have member.php white sometimes...at the registration but not only....
Have you had that problem on you board?
It's a plugin that's conflicting with it - that is, if there is a parameter in the URL that MyBB understands, as Skywalker2208 says.

Which plugins do you have installed?

Also, which specific url are you trying to access?
I don't know the problem he is facing, but f I go to ./member.php is that supposed to be blank?
(2009-03-18, 10:07 PM)Elegant Totality Wrote: [ -> ]I don't know the problem he is facing, but f I go to ./member.php is that supposed to be blank?

From looking at the code it looks like it is suppose to be blank unless you pass it certain parameters like register.
(2009-03-18, 10:09 PM)skywalker2208 Wrote: [ -> ]From looking at the code it looks like it is suppose to be blank unless you pass it certain parameters like register.

Correct - it does go blank: http://community.mybboard.net/member.php

It's only when an action variable (such as profile) is passed to it should content be visible.
(2009-03-18, 10:49 PM)Tomm M Wrote: [ -> ]
(2009-03-18, 10:09 PM)skywalker2208 Wrote: [ -> ]From looking at the code it looks like it is suppose to be blank unless you pass it certain parameters like register.

Correct - it does go blank: http://community.mybboard.net/member.php

It's only when an action variable (such as profile) is passed to it should content be visible.
Like Tomm said, it IS SUPPOSED TO load blank if you just go to ./member.php

http://community.mybboard.net/thread-46888.html
yes it happened with me also.

when i try to login my nick, then a blank page appears in mysite.com/member.php

but not all time it happens,it happens about 2 times if i try to login 5 times that mean 3 times i can login successfully.

i do not know why this happens.
Pages: 1 2