Cant View WebPage

Status
Not open for further replies.

liguehs

New Member
Messages
62
Reaction score
0
Points
0
Hi guys,
I have a problem....
http://liguedhockeysimule.x10hosting.com/site/index.php

This is my website, when I try to view it, I am able to see.

But 2 of my friends tried to see but all they get is a white page.

I can view it in IE8, but in Mozzilla I get a white page.

My friend is using IE8, but he cant see it.....
Edit:
Fixed
 
Last edited:

diamondpc

New Member
Messages
48
Reaction score
0
Points
0
I see the same thing a white page..

do you have it in the public_html folder?
 

nis-gens

New Member
Messages
15
Reaction score
0
Points
0
Hi guys,
I have a problem....
http://liguedhockeysimule.x10hosting.com/site/index.php

This is my website, when I try to view it, I am able to see.

But 2 of my friends tried to see but all they get is a white page.

I can view it in IE8, but in Mozzilla I get a white page.

My friend is using IE8, but he cant see it.....
Edit:
Fixed
how did you fix i have that too

-edit-

just tested html is working and php not
 
Last edited:

zen-r

Active Member
Messages
1,937
Reaction score
3
Points
38
I think index.html takes priority over index.php, so if you have both in the public_html folder, you need to delete index.html.
 

nis-gens

New Member
Messages
15
Reaction score
0
Points
0
I think index.html takes priority over index.php, so if you have both in the public_html folder, you need to delete index.html.
i have only a php index.php so not index.html :lol:
but i tested with a html file and that worked but php is just a blank screen:thefinger
 

liguehs

New Member
Messages
62
Reaction score
0
Points
0
There was a code at the beging of my page, which calls session, but if a user is not registered, the session is unable to call anything so it displays a white page.
 

Joshua203

New Member
Messages
194
Reaction score
2
Points
0
There was a code at the beging of my page, which calls session, but if a user is not registered, the session is unable to call anything so it displays a white page.

i m sorry to tell you but i still get a white page on that link
 
Last edited:

liguehs

New Member
Messages
62
Reaction score
0
Points
0
thats beacause, you dont have a account in teh forums, and you dont have a team...

Without these 2, you can view the site...
 

zapzack

New Member
Messages
606
Reaction score
19
Points
0
liguens, maybe you need to do a
Code:
} else { die ("You do not have permission to view this page"); }
or something similar.. This way, people know why they are getting the white page :)
 

liguehs

New Member
Messages
62
Reaction score
0
Points
0
Thanks!!!
I am so dumb sometimes...
I was thinking:
Too bad I cant tell them why they cant view the page!!
lol

Thanks again
 
Status
Not open for further replies.
Top