Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 30

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 Bugs

 
 
LinkBack (1) Thread Tools Display Modes
Old 26.10.2005, 05:54   #41 (permalink)
Baby Mamber
 
Join Date: Sep 2004
Posts: 10
krbmedia is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

This worked for me:

http://virtuemart.net/index.php?opti...sg9426#msg9426
krbmedia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 15.12.2005, 16:47   #42 (permalink)
Baby Mamber
 
Join Date: Dec 2005
Posts: 3
Chatlatina is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

Hi,
I have exactly the same problem in my website. I can login only if I set in my IE6 Options my web site as accepted by the privacy report. Do you think I can solve the problem with your tip? Can you help me doing it?

Thanks a lot.
Chatlatina is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 15.12.2005, 17:02   #43 (permalink)
Professional Mamber
 
crash777's Avatar
 
Join Date: Apr 2004
Location: North East USA
Posts: 931
crash777 will become famous soon enough
Default Re: One of the reasons people cannot login to mambo using IE

Quote:
Originally Posted by Chatlatina
Hi,
I have exactly the same problem in my website. I can login only if I set in my IE6 Options my web site as accepted by the privacy report. Do you think I can solve the problem with your tip? Can you help me doing it?

Thanks a lot.
Look at Berlin's post..
Add the code to the <head></head> section of your index.php in your template...
Notice that the mosShowHead line is AFTER the initEditor line.. this is important.
Code:
if ($my->id) { 
    include ("editor/editor.php"); 
    initEditor(); 
} 
?> 
<?php mosShowHead(); ?> 
__________________
www.crashgraphics.com
Aaron Monello
crash777 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 16.01.2006, 06:34   #44 (permalink)
Baby Mamber
 
Join Date: Sep 2005
Posts: 2
earthling is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

I had the same problem with IE not letting me log in, and Firefox was working fine. IE was working for me this morning, and then it stopped working. I'd log in and the member count would increase but I couldn't access the user menu. Then I saw the post about fixing the php code for the session cookie timestamp. I then realized my date had gotten set to Dec 2006 (this is Jan 2006), so after setting the date back correctly, the login problem went away.
earthling is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 15.02.2006, 18:56   #45 (permalink)
Baby Mamber
 
Join Date: Feb 2006
Posts: 1
MaZe04 is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

Thanks man, you are my hero
MaZe04 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 15.02.2006, 19:32   #46 (permalink)
Baby Mamber
 
Join Date: Sep 2005
Posts: 2
earthling is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

I am actually a "Wo" man ... and glad to help.
earthling is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.04.2006, 15:01   #47 (permalink)
Baby Mamber
 
Join Date: Apr 2006
Posts: 1
Tim777 is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

I'm also having this problem. I've tried deleting cookies - does not help. The only way I can stay logged in when using IE is to check "Remember me" check box. I also think a good idea could be to suggest your users an visitors to switch to FireFox.
Tim777 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.04.2006, 17:33   #48 (permalink)
Baby Mamber
 
Join Date: Apr 2006
Posts: 5
fib112 is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE

I did something different to get around this problem. First I added the following to my .htaccess file:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.yoursite.com
AuthUserFile /home/yoursite/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/yoursite/public_html/_vti_pvt/service.grp

And then I checked the radio box that say "remember me" in the login form. No problems. For further testing, I cleared my cookie cache and tried again without checking the "remember me" box and it worked. On this site, I can only log in if I check the "remember me" box. So it is definately cookie handling. As far as the .htaccess mod, I guess it works since I can login without having to check "remember me", but I have no idea what the code I added does.
fib112 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09.07.2006, 20:18   #49 (permalink)
Junior Mamber
 
Deaddog's Avatar
 
Join Date: May 2004
Location: Norway
Posts: 43
Deaddog is on a distinguished road
Default Re: One of the reasons people cannot login to mambo using IE: this is working script!

Quote:
Originally Posted by mfrasch
Hello dear Mamboers and thanks a lot for all your hints on this issue!

Indeed, the problem seems to be at least to big parts due to the template being used. I upgraded a mambo-driven website from Mambo 4.5.0 1.0.9 to 4.5.1.a and the IE login troubles started. The reason appears to me due to the continued use of the same old template. In this a few changes were needed in the header which I paste here for the community.

------

<head>

<?php
if ( $my->id ) {
initEditor();
}
?>

<title><?php echo $mosConfig_sitename; ?></title>

<?php mosShowHead(); ?>

<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />


<link href="<?php echo $mosConfig_live_site;?>/templates/sbsimbis/css/template_css.css" rel="stylesheet" type="text/css" />

</head>

----------


I hope this will be of some use to others!

What remains to be said here is: SPREAD FIREFOX!!! ;-)

All the best to all!

Martin
PS. if you're using mambelfish, don't forget to paste the necessary extra code prior to "</head>" tag.
This fix of mfrasch's worked great for me too.

All I did was put this:
<?php
if ( $my->id ) {
initEditor();
}
?>

Before this:
<?php mosShowHead(); ?>

for the template I'm using


Thanks again mfrasch
__________________
Mobile Logos and Ring Tones
Deaddog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.mambers.com/mambo-4-5-bugs/4685-one-reasons-people-cannot-login-mambo-using-ie.html
Posted By For Type Date
FIX! for login problem on sites in url cloaking frame - Mambo - A PHP & MySQL Content Management System This thread Refback 12.03.2008 23:27

Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin Login Problem, om all my Mambo sites!!! fissan Mambo 4.5 Bugs 24 06.10.2006 03:52
Mambo Open Source 5.0 Book Series mmx Community Announcements 13 19.09.2005 09:35
Mambo, Invision, seperate site with same login psychowolfman Mambo 4.5 General Talk 4 17.08.2005 17:08
Mambo 4.5 Stable (1.0.7) - Admin Login problem webdogg Mambo 4.5 Bugs 1 19.06.2004 20:51


All times are GMT +2. The time now is 18:50.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.