Home arrow Forum Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 09:40:52 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)
| | | |-+  Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 5 6 [7] 8 Go Down Print
Author Topic: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)  (Read 28517 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #90 on: May 03, 2006, 10:17:40 PM »

wait, are you seeing this error in the browser or in the SMF error log?
Logged

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

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #91 on: May 04, 2006, 01:58:25 AM »

The problem was solved when I reinstalled SMF.
Thank you for your cooperation!
Logged
Gabe
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #92 on: May 04, 2006, 11:20:32 AM »

Hi Wolverine,

pls find enclosed
Logged
Gabe
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #93 on: May 10, 2006, 11:25:32 AM »

Hi Wolverine,

have you find anything out?Huh
Logged
ozgur uzden
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3



View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #94 on: May 10, 2006, 05:37:04 PM »

Wolverine, i started to translate to turkish language. I'll try to send it tomorrow.

I am moderator at www.joomlaturkiye.org and i am tring to answer smf bridges there.

It is very nice to have a language support.

By the way are there any solution to solving session life time problem?
Logged
Siro
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #95 on: May 15, 2006, 01:45:29 PM »

Hi Wolverin i have a Problem,
if index.php is patched the useprofil,userlist and registration of CB doesn´t work anymore.It shows an Error that the page is not available
Logged
Phil Bauer
QA / Testers
Joomla Newbie
*****

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #96 on: May 28, 2006, 11:51:07 PM »

This is a long thread with a lot of the same issues I have been having TRYING to get the SMF bridge with mod_joomla_smf_login_1_4_1 working over the past THREE days.

Here is my configuration:

Joomla 1.0.8
SMF 1.1-rc2
joomla-smf 1.1.02
mod_joomla_smf_login_1_4_1
PHP 5.0.5
Apache/1.3.36 (Unix)
mysql 4.1.18

The patch and mod install run fine. But if I use the mod_joomla_smf_login_1_4_1 - I ALWAYS get the "Incorrect username or Password. Please try again." message when I try to login. (I can get to Administration GUI fine) I finally started looking into the code and right off see problems with the doMamboSMF() function in /administrator/components/com_smf/functions.smf.php.

I see 2 variables used within the function that are not declared. #1 is "$data" and the other is "$err". I thought it was a problem with my register_globals being set on - so i set them off - but still the same problem.

If you look at the switch case statements - how would any of them be executed if the switch statement itself (isValidUser($data, $username, $password)) ALWAYS returns false (because $data is unknown)Huh

That explains why I always get the _LOGIN_INCORRECT alert that is after all the switch options.

After 4 years of struggling with phpNuke and the zillions of bugs introduced by hundreds of mods and hacks to the core code over the years - and no one to step up and fix the core code - I switched to Joomla a few weeks back because I was impressed by the professionalism of what appeared to be an organized project team. I'm starting to have my doubts and fear it will be right there with phpNuke in no time - but that's another topic in itself. Roll Eyes

p.s. sorry for letting off steam - I'm just an old 50+ burned-out programmer who's sat in a house with broken AC all weekend in 85 degree weather trying to get the family website (that I promised would be running before the holiday) up and running again. Cry

Logged
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #97 on: May 29, 2006, 02:59:22 AM »

Aloha Phil - I noticed the same thing only after I updated to J!1.0.8

Hang in there - I'm sure a fix is coming shortly  Smiley
Logged
Patrick Johnson
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 43


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #98 on: May 29, 2006, 03:46:20 PM »

Hi,

I'm using CB Login, so I can't specifically address the problem you are having with smf_login; however, I did want to point out that, at least in my version (1.1.02) isValidUser($data, $username, $password) is passing the first ($data) argument by reference ... i.e. it is an OUTPUT parameter.

You might want to turn on debug mode in the admin config settings, or stick a few debug printouts in the isValidUser() function to see what is going on.

Hope that helps,
Patrick
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #99 on: May 29, 2006, 04:35:19 PM »

This is a long thread with a lot of the same issues I have been having TRYING to get the SMF bridge with mod_joomla_smf_login_1_4_1 working over the past THREE days.

Here is my configuration:

Joomla 1.0.8
SMF 1.1-rc2
joomla-smf 1.1.02
mod_joomla_smf_login_1_4_1
PHP 5.0.5
Apache/1.3.36 (Unix)
mysql 4.1.18

The patch and mod install run fine. But if I use the mod_joomla_smf_login_1_4_1 - I ALWAYS get the "Incorrect username or Password. Please try again." message when I try to login. (I can get to Administration GUI fine) I finally started looking into the code and right off see problems with the doMamboSMF() function in /administrator/components/com_smf/functions.smf.php.

I see 2 variables used within the function that are not declared. #1 is "$data" and the other is "$err". I thought it was a problem with my register_globals being set on - so i set them off - but still the same problem.

If you look at the switch case statements - how would any of them be executed if the switch statement itself (isValidUser($data, $username, $password)) ALWAYS returns false (because $data is unknown)Huh

That explains why I always get the _LOGIN_INCORRECT alert that is after all the switch options.

After 4 years of struggling with phpNuke and the zillions of bugs introduced by hundreds of mods and hacks to the core code over the years - and no one to step up and fix the core code - I switched to Joomla a few weeks back because I was impressed by the professionalism of what appeared to be an organized project team. I'm starting to have my doubts and fear it will be right there with phpNuke in no time - but that's another topic in itself. Roll Eyes

p.s. sorry for letting off steam - I'm just an old 50+ burned-out programmer who's sat in a house with broken AC all weekend in 85 degree weather trying to get the family website (that I promised would be running before the holiday) up and running again. Cry


$data is passed by reference and is set by the function isValidUser.
$err is also passed by reference and is also set by the called function only if there is an error. 

Both variables are valid and being used properly.  Without explaining the whole bridge I can assure you that neither $data nor $err affect the return of either function.

So your problem lies elsewhere.  Have you synchronized the users? 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #100 on: May 29, 2006, 06:16:47 PM »

I've synched them several times - even after reading this post and I still have the above issue that phil lists -- cannot log users in through the log-in mod (latest version) - they can only log-in from the forums.

The users that registered before the J!1.0.8 update can log-in from the log-in mod however.

J!1.0.8
SMF 1.1 RC2 + security patch
J!SMF 1.1.02
Log-in 1.4.1
« Last Edit: May 29, 2006, 06:19:22 PM by Old Blue » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #101 on: May 29, 2006, 06:27:05 PM »

send me a link to your site and I will try to login

which registration are you using?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #102 on: May 29, 2006, 06:44:43 PM »

Aloha!

http://www.thefold.org/joomlaski

Not sure I understand your registration question - I use the 1.4.1 log-in mod for J!SMF

I log-in via the log-in mod on the home page

Mahalos for looking at this!
« Last Edit: May 29, 2006, 06:49:31 PM by Old Blue » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #103 on: May 29, 2006, 08:03:45 PM »

you use smf registration.

Works just fine for me:

Aloha Wolverine!!
Total time logged in: 0 minutes.

If you check the known problems and solutions you will see that smf registration is difficult to synchronize with Joomla and because of that a user, once registered, must first login through the Joomla login or through the JSMF login.  Maybe this is the problem your users are reporting?  A subsequent login from Joomla should always work.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #104 on: May 29, 2006, 08:16:22 PM »

you use smf registration.

Works just fine for me:

Aloha Wolverine!!
Total time logged in: 0 minutes.

If you check the known problems and solutions you will see that smf registration is difficult to synchronize with Joomla and because of that a user, once registered, must first login through the Joomla login or through the JSMF login.  Maybe this is the problem your users are reporting?  A subsequent login from Joomla should always work.

Mahalos for checking  - I think I noticed something - which may be of note - after I upgraded to J!1.0.8 and RC 1.1 RC2 I had people who registered automatically activate - until recently (1 week ago) I switched it to send email to activate account.

Now w/ accounts made before I changed the settings to email activate they cannot log-in via the mod - only the forums.

After I switched the setting to activate via email, they have no issues w/ log-in from mod or forums.

Is there something I need to set to update the people who registered before the change to account activation via email?

Am I making sense?
Logged
Pages: 1 ... 5 6 [7] 8 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
Joomla Comment
Search Contact About Advertise Blogs Topsites Submit News Register Login