-
AuthorPosts
-
L John Friend
L John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 19, 2011 at 2:05 pm #166462In IE8 When a user tries to logon to the site the screen comes back for the user to try again. If the screen is switched to compatibility mode the user is shown a logged in. The number of logged on users is defferent between standard and compatibility mode. Is there an IE8 CSS adjustment for the compatibility issues?
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 20, 2011 at 11:42 am #402087Hi,
I checked your site and login worked properly in my IE8. I dont think the login issue is anyway related to the JA template / extensions being used. Can you please confirm that? I could nt check it cause your site loads very slowly at my end.
Please check if the issue is template specific or not ..
1 user says Thank You to himangi for this useful post
L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 20, 2011 at 2:22 pm #402109<em>@himangi 254377 wrote:</em><blockquote>Hi,
I checked your site and login worked properly in my IE8. I dont think the login issue is anyway related to the JA template / extensions being used. Can you please confirm that? I could nt check it cause your site loads very slowly at my end.
Please check if the issue is template specific or not ..</blockquote>
Here are my discoveries.
Your login was treated in the system as ghost login and would loop on the logout;The Configuration.php seem to be affecting this.
$livesite = ‘http://www.the…..’; does not quite work.
$livesite = ‘http://’. $_SERVER[‘HTTP_HOST’]; this works in Firefox but gives a PHP error in IE.Problem: users are logged into the system as a guest; and the login page loops. The user is not logged in as a registered user.
I would like all users to enter the system via http://www…..
Set $livesite= http://www.the…. firefox not responding/ IE works to a point.. still testing
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 21, 2011 at 11:17 am #402280Hi
I am sorry I am not sure exactly what is happening so I have asked othe JA team member to look at the issue but havent got any update for you right now. Please wait till I get some info on this.
Thank you for your patience!
1 user says Thank You to himangi for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 23, 2011 at 5:08 pm #402702<em>@dathq 255108 wrote:</em><blockquote>hi ljohn,
The problem maybe related to joomla core section, Could you let me know which joomla version you are running ? also you can post a question to joomla forum to get assistance as well.</blockquote>
I am on Joomla 1.6.4.
Will post the question in the Joomla Forum.L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 26, 2011 at 3:27 pm #403143OK; I found this in the Joomla Forum: http://forum.joomla.org/viewtopic.php?p=2506694
It seem to have the same problems:
– The users are logged in but the login screen does not re-direct them into the site; they are not aware that the login was successful
– The menus for registered users does not appear
– The user shows up in the back end as logged on.Does this have anything to do with the T3 Framework? – The test of Dev will reveal more.
Everything works fine in my test environment but I have all the cache turned off; I will turn cache on to see what happens.
L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 26, 2011 at 3:54 pm #403146<em>@ljohn 255739 wrote:</em><blockquote>OK; I found this in the Joomla Forum: http://forum.joomla.org/viewtopic.php?p=2506694
It seem to have the same problems:
– The users are logged in but the login screen does not re-direct them into the site; they are not aware that the login was successful
– The menus for registered users does not appear
– The user shows up in the back end as logged on.Does this have anything to do with the T3 Framework? – The test of Dev will reveal more.
Everything works fine in my test environment but I have all the cache turned off; I will turn cache on to see what happens.</blockquote>
My development system is a copy of the live site.
When all cache is turned on the menus for registered user is not available. When all cache is turned off they are available.
The login form looping does not occur in Dev.Which elements from cache & compression can be left out as a work around; I need to have some cacheing on the site for performane.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 27, 2011 at 2:24 pm #403328<em>@dathq 255837 wrote:</em><blockquote>Hi ljohn,
I think you can Exclude caching for the login module, go to your template setting >> Global tab there you enter
position=pos1
The pos1 here is the position where login module is assigned .</blockquote>dathq,
Any idea what the position for the menu cache is?
I beleive both the menu and login cache is at play here; I did the login cache exclusion but the menu is still a problem.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 28, 2011 at 2:24 am #403370Hi ljoin,
There are not menu caches, that is the module position where the login module is assigned.
if possible kindly attach here a screenshot describes your issue which will help preventing if we are referring to different issues.L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 28, 2011 at 3:51 pm #403459I have found the root cause for my login loop and missing registered user missing menu problems.
When native Joomla caching is turned on, the login screen loops; despite the users being logged onto the system.
Once in, the user will not be able to see any menu that is assigned to registered users.Caching is left turned on in the Template configuration; when both joomla native and template caching is turned on login etc.
fails.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 29, 2011 at 2:25 am #403520Hi ijohn,
Could you please let me know in details which steps I need to take to get out the problems (which menu items where the problem can be seen) ?
L John FriendL John
- Join date:
- September 2014
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 30
- Thanked:
- 5 times in 1 posts
July 29, 2011 at 2:56 am #403522<em>@Dat Hoang 256265 wrote:</em><blockquote>Hi ijohn,
Could you please let me know in details which steps I need to take to get out the problems (which menu items where the problem can be seen) ?</blockquote>
Here are the steps for the problem.
Turn on Joomla System Cache; then turn on the Template Cache.– The login will now start to loop
– The logout menu item will not appear ( for registered users only)
The user will be logged in but the system shows that user as a guest.Turn off the System cache.
– The login will work;
– The logout menu item will appearPlease use the dev site for testing. http://dev.sitenamXX
All cache is currently turned off in the system.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
-
AuthorPosts
This topic contains 19 replies, has 4 voices, and was last updated by L John 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum