Home arrow Forum Failed login redirects to SMF forum
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 08, 2009, 09:00:02 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Failed login redirects to SMF forum
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Failed login redirects to SMF forum  (Read 2717 times)
Aux
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 14



View Profile WWW
Failed login redirects to SMF forum
« on: February 17, 2006, 01:14:45 PM »

Hi,

Joomla_1.0.7-Stable-Full_Package
SMF 1.1 RC2
smf_1-1-rc2_install


On the whole, no problems. All works well. Nice work :-) Thanks.

However, one issue. From the home page and using the Joomla login module, when I click the login button without entering any information, then I am routed to the SMF forum. In addition, there is no error message displayed. (This happens with both the standard Joomla login module and the Joomla-SMF_1.1RC1 login module.)

Integration mode: Wrapped
Hide emails: Yes
Always redirect to forum on login@ No
Reg module: Joomla

Further clues:

a)

I am using search engine friendly URLs. When in the SMF forum this looks like this:
http://.../component/option,com_smf/Itemid,32/

However, after the above mentioned failure, the URL looks like this:
http://.../index.php?option=com_smf&task=login&mosmsg=&mosmsg=%3A+
which is clearly wrong.

If I switch off search engine friendly URLs, then the corresponding URLs look like:
http://.../index.php?option=com_smf&Itemid=32
http://.../index.php?option=com_smf&task=login&mosmsg=&mosmsg=%3A+
and, as before, the forum is displayed when it shouldn't be.

b)

When I try to login with a user that exists, but I use the wrong password, then the usual "Incorrect username or password. Please try again." pop-up appears. So, that works okay.

c)

When I login with the correct information, everything works just fine: I remain on the HP, I can navigate to the forum and use it okay, and so on. The sun shines brightly.

Logged

Cheers,
Marc
Aux
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 14



View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #1 on: February 19, 2006, 12:35:05 PM »

Some additional information:

The URL for my forum is:
http://.../component/option,com_smf/Itemid,32/

After an incorrect login, the URL is:
http://.../index.php?option=com_smf&task=login&mosmsg=&mosmsg=%3A+

No login error is displayed. The page shown is that of the SMF forum. However, in normal use, there is no right hand column when I display the SMF forum - this column is visible on many other pages, but not all.

So, there are number of problems here:
  • there is no 'login failed' message
  • the Joomla content is changing to the SMF forum, instead of retaining the same content
  • the wrong columns are being displayed - they are not the ones associated with SMF forum
  • the URL is in an incorrect format - it is not 'friendly'
Logged

Cheers,
Marc
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #2 on: February 19, 2006, 10:13:37 PM »

Some additional information:

The URL for my forum is:
http://.../component/option,com_smf/Itemid,32/


I am looking into this, but just to be clear, this is NOT the URL you have in the SMF Administration, correct?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Aux
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 14



View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #3 on: February 20, 2006, 05:34:44 AM »

I am looking into this, but just to be clear, this is NOT the URL you have in the SMF Administration, correct?

No. If I bring up the site, thus I'm not logged in initially, then this is the  URL to the forum. So nought to do with admin.

The SMF admin URL is
http://.../component/option,com_smf/Itemid,32/action,admin

BTW, the '...' is just a pattern for <domain>, it's not actually '...'. The full URL is:
Code:
http://domainname/joomla/component/option,com_smf/Itemid,32/action,admin

As I say, it all works just fine except for failed logins, which redirect to the wrong content.
Logged

Cheers,
Marc
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #4 on: February 20, 2006, 08:41:15 AM »

No, that is not what I mean.  If you go into SMF administration your URL should NOT be what you posted.  If it is, then that can cause problems.  The forum URL for SMF should not be the joomla location with option,com_smf etc.  It should be the normal URL.  For example, if your joomla link is:

http://my.site.com/index.php?option=com_smf&ItemId=31

Your SMF forum should NOT be the same!  My forum link is:

http://my.site.com/forum/

The bridge will make the translation, you should never put the joomla link as the SMF forum URL. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Aux
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 14



View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #5 on: February 20, 2006, 01:13:20 PM »

Quote
No, that is not what I mean.  If you go into SMF administration your URL should NOT be what you posted.
Can you be more specific? When you say "go into SMF administration", do you mean the SMF forum admin or the Joomla-SMF Forum Configuration.

Quote
If it is, then that can cause problems.
Okay, but I can perform a clean install and recreate the problem quite easily.

Quote
The forum URL for SMF should not be the joomla location with option,com_smf etc. It should be the normal URL. For example, if your joomla link is:

http://my.site.com/index.php?option=com_smf&ItemId=31

Your SMF forum should NOT be the same!
My Joomla link is:
http://mysite.com/component/option,com_smf/Itemid,32/
because I am using Search Engine Friendly URLs. But I didn't create this link.

Quote
My forum link is:
http://my.site.com/forum/

The bridge will make the translation, you should never put the joomla link as the SMF forum URL.
Is this the "Forum URL" in the "Joomla-SMF Forum Configuration"?

I didn't create the link, it is automatically created during the installation process of the SMF bridge.

Actually - presuming that we are talking about the same thing - looking at the "Forum URL" in the "Joomla-SMF Forum Configuration", I see that it contains:
http://.../index.php?option=com_smf&Itemid=32&

However, this mismatches with the actual link - clearly, I must switch over to Search Engine Friendly URLs after installing SMF.

This seems like a likely candidate for the problem. It's certainly a bit of evidence to add to the pot.

Nevertheless, how does one create a forum link like yours within the bridge.  I can do this via aliases, but you seem to suggest that the bridge can do it.
Logged

Cheers,
Marc
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #6 on: February 21, 2006, 10:11:37 PM »

In the SMF administration, NOT JOOMLA_SMF configuration.  And yes, I have replicated this problem and am working on it.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #7 on: February 21, 2006, 10:33:15 PM »

Ok, this is fixed, will be in next release
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Aux
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 14



View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #8 on: February 22, 2006, 04:06:09 AM »

Ok, this is fixed, will be in next release

Excellent. Thanks a lot.

As mentioned elsewhere, if you need help testing, then just ping me.
Logged

Cheers,
Marc
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Failed login redirects to SMF forum
« Reply #9 on: February 22, 2006, 08:41:54 AM »

thx, I appreciate that, we most likely will.  Both Cowboy and my bandwidth is very limited these days so we are trying to get the few last things finished up here.   Wink
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
staps
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Failed login redirects to SMF forum
« Reply #10 on: March 04, 2006, 04:49:39 PM »

i have the same problem with joomla 1.0.8, community builder 1.0 rc2 and the com_joomla_smf_forum_1_1_RC1

I use CB fot the login and they're creation of a user in joomla but no in SMF
I'm oblige to synchronyse manualy the both forum with the administration of joomla-smf forum.

Thanks if you have a solution

Excuse me for my english i'm french....
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login