Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Not able to login with IE

Asked Modified Viewed 3,722 times
L
Lalle
L
Lalle 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 4 threads in the forums
  • Started this discussions
asked
Newbie

This problem started recently, when I try to login with a user on a PHP fusion site using IE it just returns to the mainsite and I am not logged in.

Ive tried to delete all cookies, set security to the lowest in IE, disabled firewall, disabled antivirus, deleted alle offline content, to accept all cookies.

Still none wont fix the problem, anyone got a possible solution for this?

Firefox it works fine.
0 replies

15 posts

B
baldcat
B
Jack of all trades, Master of none.
www.aussiesimplyliving.com.au
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 4 threads in the forums
answered
Newbie

I have same issues with a friends computer..
0 replies
K
kejonn
K
kejonn 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

URL? Always give a url on issues such as these...its like describing "this knocking noise from under my hood". We need to see what's going on. Or do you mean. logging into any Fusion based site with your copy of IE?
0 replies
M
mrkiller
M
mrkiller.avita.lt/../../images/my-works/20.jpg
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member



USE FIREFOX!!!
0 replies
B
baldcat
B
Jack of all trades, Master of none.
www.aussiesimplyliving.com.au
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 4 threads in the forums
answered
Newbie

hey,

yeah it is just her computer, with all fusion sites... there is nothing wrong with the site, as it works fine from any other computer... Just this one... goes to log on, and then it just returns it to the news.php without loging on !! It is very strange.. Have reset everything back to default, LOw securtiy everything, have upgraded toIE7 beta3 and rolled it back and still no joy, just have to try firefox and see whatthat does..
0 replies
T
tancurrom
T
i67.photobucket.com/albums/h286/tancurrom/sig_or_avatar/tancurromflash.jpg

The problems with minorities is disputing the reputation created by few.

.MY site.
.MY blog.
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member



I suggest that! And maybe a link on your site
0 replies
B
bertm
B
bertm 10
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

this is a cookie problem, i've had this problem too.
add the right P3P header on top of your news.php and setuser.php, and IE will accept your authentication cookie.
if you add the this code:
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"');

to your news.php and setuser.php, just after <?php, so your files look like this:
<?php
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"');
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the

... and so on

IE should accept all cookies from your site.

on http://p3ptoolbox.org you can find more information about P3P policies.
Edited by bertm on 24-07-2006 14:19,
0 replies
K
kejonn
K
kejonn 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Great find bertm! This will likely help all users...however, you need to keep one thing in mind (from php.net):

Quote

Remember that header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP.


I checked on this only because of this sticky thought in my mind about header info and W3. So it would be better to place this in subheader.php as this is the first file that starts sending code out to be parsed as output.

EDIT: Oops, wrong! News.php would be the first file to be called since it actually calls subheader.php! Sorry about that, bertm is right. I was thinking differently and his way would be correct.
Edited by kejonn on 24-07-2006 14:16,
0 replies
G
gren
G
gren 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

I have tried to follow the discribed method, but without result. I placed the code in news.php and setuser.php, but I still can't login with IE.
Works fine with Firefox.
I checked the p3p toolbox site but I have never heard of it before.

best regards Bjarne Gren
0 replies
K
kejonn
K
kejonn 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Saw this on another site because PF is not the only web software that IE chokes on for login/logout issues:

Quote

For Internet Explorer, follow these steps:

1. Select "Tools" > "Internet Options"
2. In the "Privacy" tab click "Advanced"
3. Select "Override automatic cookies handling" and set the options for Accepting First and Third Party cookies to Prompt
4. Select the option "Always allow session cookies"

5. Press "OK"


Don't believe I've seen #3 and #4 suggested before...

EDIT: Wrong, fetloser has suggested it on more than one occasion ;).
Edited by kejonn on 09-08-2006 14:17,
0 replies
D
dewa5227
D
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

same with my site. have inserted p3p in news.php and setuser.php. but still no luck . (even this problem occurs when i try to login in here x_x)

Note : all this problem only occurs in news.php/setuser.php . if you login in news.php then it just returns it to the news.php without login on, but the weird is although you see that you can't login in. if you click on forum index , it will automatically login as your first login ! (it show your member profile, etc. not username and password box x_x)

already try with using firefox x_x
0 replies
J
jimmy7c
J
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

I have approximate the same problem.When I try to login with a user on a PHP fusion site using Firefox or Opera it just returns to the mainsite and I am not logged in.
Works fine with Intrenet Explorer.

0 replies
S
stoxup
S
stoxup 10
WoW Guild Site
PHP-Fusion v6.01.5
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

Quote

jimmy7c wrote:
I have approximate the same problem.When I try to login with a user on a PHP fusion site using Firefox or Opera it just returns to the mainsite and I am not logged in.
Works fine with Intrenet Explorer.



Hmm, that is odd. I have no problems logging into my sites with either IE or Firefox. Have you tried completely clearing your cache?
0 replies
K
kejonn
K
kejonn 10
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

On the Opera, did you do a page refresh? Opera is bad about loading a page from browser cache and if that page happens to be one you last browsed while not logged in, it will apear that you aren't! I know because I use Opeara quite often.
0 replies
N
nerfmages
N
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
answered
Newbie

I have two installations of fusion.

i am able to login with firefox no problems. when i use IE i get the
very same problem. it is like this for a few of our clients as well.

i found that if i check the little box under the password entry it logs in OK.
0 replies
B
bertm
B
bertm 10
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

please see the following topic
http://php-fusion.co.uk/forum/viewthread.php?forum_id=38&thread_id=12630&pid=74700#post_74700
it's about how to enable the checkbox by default, or even hide it (while it's still checked)
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 11 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet