Forum

MamboHacks.com => Mambo-SMF Forum 1.3.0 Support => Topic started by: Sonia on June 08, 2005, 05:10:22 PM



Title: FIX: can login mambo, connot login smf
Post by: Sonia on June 08, 2005, 05:10:22 PM
Hi there:
I have installed mambo 4.5.2 , smf 1.0.3(upgrade 1.0.4) and bridge 1.3.1.2 .
Now I can login mambo and jump to forum area, I can see my avatar and my name in smf. But if I jump to smf forum to login, it show me "please enter your username and password.".
Logout doesnot matter.
Anyone can help me? Thanks a lot! ;D
My web http://pccert.org/ 
This is traditional chinese web, I am a Taiwaness.


Title: Re: can login mambo, connot login smf
Post by: Torkil Johnsen on June 10, 2005, 03:10:02 AM
I had this problem too with the default mambo login module, but then I downloaded and started using the optional login module, my problems were solved.


Title: Re: can login mambo, connot login smf
Post by: kronky on June 19, 2005, 12:58:37 PM
Hello,

I have almost the same problem :
I cannot login from SMF, it says the same error message than those described by Sonia (even if I go through the login button).
When I try to login from the mambo login module, I get the error message nevertheless I'm logged.
The Optional login module works fine.

Mambo 4.5.1.3
SMF component 1.3.1.2
SMF module 1.3.1.1a


Title: Re: can login mambo, connot login smf
Post by: kronky on June 22, 2005, 09:44:04 AM
I upgraded to SMF component 1.3.1.3 and SMF mod 1.3.1b.

It solved the mambo login issue but I can't still login from SMF.


Title: Re: can login mambo, connot login smf
Post by: cowboy on June 22, 2005, 01:04:54 PM
Can you set a test account on your website.
thanks.


Title: Re: can login mambo, connot login smf
Post by: No Name on June 26, 2005, 01:51:13 PM
I solved it by deletin a _ in the SMF login source file ;)


Title: Re: can login mambo, connot login smf
Post by: kronky on June 28, 2005, 08:50:03 AM
Quote from: cowboy on June 22, 2005, 01:04:54 PM
Can you set a test account on your website.
thanks.

I sent a personnal message to you.
Try to login from here (http://www.home-guitariste.com/index.php?option=com_smf&Itemid=120)
Quote:
I solved it by deletin a _ in the SMF login source file

Where ?  :)


Title: Re: can login mambo, connot login smf
Post by: cowboy on June 28, 2005, 11:31:03 AM
kronky,

I don't understand the errors because it's in french.

But anyhow, you are fine when you log from Mambo. There's no error and you're logged both in mambo and smf. And like you said, it fails if you log in from SMF. Maybe you can translate the error to me in english.

I think you'll be fine if you will just remove the login form in SMF.


Title: Re: can login mambo, connot login smf
Post by: kronky on June 28, 2005, 03:34:00 PM
Quote from: cowboy on June 28, 2005, 11:31:03 AM
I don't understand the errors because it's in french.

It's the same error as the sonia's one : "please enter your username and password."


Title: FIX: Re: can login mambo, connot login smf
Post by: cowboy on June 28, 2005, 07:15:25 PM
I know the cause, it's because your websites are not english...

solution:
1. Edit functions.smf.php
2. Look for..
Code:
$temp = str_replace('<input type="submit" value="Login"'
3. In that line, replace the occurence of "Login" with "Identifiez-vous"

Sonia, just do the same in chinese.

I will just make the proper adjustments on the next release.


Title: Re: FIX: can login mambo, connot login smf
Post by: kronky on June 29, 2005, 12:26:51 PM
Thanks!  :)


Title: Re: FIX: can login mambo, connot login smf
Post by: killa4u on August 19, 2005, 03:26:11 AM
hi i have the same problem and i get this error:

Notice: Constant WIRELESS already defined in /usr/local/httpd/htdocs/1060/1001/Tennisclub/Mambo/SMF/index.php on line 83

whats on there cant logg in?
cmf 1.05
and the beta bridge from 1 august 2005 of here
greets
killa4u


Title: Re: FIX: can login mambo, connot login smf
Post by: killa4u on August 19, 2005, 04:25:12 AM
ok

i solved it myself i just installed the 1.1beta3 and then all was perfect so i guess that the new mod isnt compatible with 1.05 as it is written in the documentation :-)

greets
killa4u


Title: Re: FIX: Re: can login mambo, connot login smf
Post by: Sonia on August 28, 2005, 09:37:07 PM
Quote from: cowboy on June 28, 2005, 07:15:25 PM
I know the cause, it's because your websites are not english...

solution:
1. Edit functions.smf.php
2. Look for..
Code:
$temp = str_replace('<input type="submit" value="Login"'
3. In that line, replace the occurence of "Login" with "Identifiez-vous"

Sonia, just do the same in chinese.

I will just make the proper adjustments on the next release.


Sorry, a bad question.
What is "Identifiez-vous"? :o


Title: Re: FIX: can login mambo, connot login smf
Post by: jonesy on August 30, 2005, 05:21:57 AM
Quote:
Sorry, a bad question.
What is "Identifiez-vous"?


Identifiez-vous is french : it means Login
Quote:
solution:
1. Edit functions.smf.php
2. Look for..
Code:
$temp = str_replace('<input type="submit" value="Login"'
3. In that line, replace the occurence of "Login" with "Identifiez-vous"



I don't find that value in the functions.smf.php file.  just find it in th mod_sm_login
I 've modified this in "Identifiez-vous" (cause my site is in french) without a result.

My problem is quite similar : I can Login in mambo then in SMF i'm logged
but if I try to Log a user in the forum main page  it doesn't work.
It asks me to fill up the login and password fields.

Any idea ?

Thx


Edit : sorry : I didn't replace the correct word ! :/
Now it works

Thx a lot


Title: Re: FIX: can login mambo, connot login smf
Post by: Sonia on August 30, 2005, 03:20:47 PM
Quote from: jonesy on August 30, 2005, 05:21:57 AM
I don't find that value in the functions.smf.php file.  just find it in th mod_sm_login


functions.smf.php is in /administrator/components/com_smf/  ;D
I uninstall the version, then I reinstall the older version.
So no problem for this moment.


Forum | Powered by SMF 1.0.5 & Mambo-SMF.
© 2001-2005, Lewis Media. All Rights Reserved.