Home arrow Forum Help with Login Module / Integration
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 02:32:01 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Help with Login Module / Integration
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Help with Login Module / Integration  (Read 2817 times)
madd
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Help with Login Module / Integration
« on: January 17, 2006, 03:05:22 PM »

I have smf installed in joomla,  same DB.  The sync worked,  all users are synced.  My problem is I need a SINGLE logon.  I have CB also.  When I install the mod_smf_logon  ( latest version downloaded from here )  if I enable that mod,  I get this error,
Code:
Fatal error: Using $this when not in object context in c:\web\mimnocks\modules\mod_smf_login.php on line 56

I need a SINGLE logon solution.  Anyone know any?
I need to use CB for registration,  not SMF.

thank you for your help.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Help with Login Module / Integration
« Reply #1 on: January 17, 2006, 04:18:42 PM »

Bah!  I thought I fixed all of those.  Not for CB registration though.... First, make sure you are using version 1.3.2 and then update this section of code(around line 56):

Code:
if ($this->_result = $database->query()) {
$row = mysql_fetch_object($this->_result);
}

with this:

Code:
if ($result = $database->query()) {
$row = mysql_fetch_object($result);
}

Logged

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

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Help with Login Module / Integration
« Reply #2 on: January 17, 2006, 05:02:01 PM »

Ok great,  that makes it show up now,  and I can log in...  But,  it says my password is wrong, when I know its right..   That is 2nd problem..  Firstly,  everytime I try and login,  it takes me to the forum,  EVENTHOUGH i have it set in config to NOT redirect to the forum on login...

idea?
Logged
madd
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Help with Login Module / Integration
« Reply #3 on: January 17, 2006, 05:03:05 PM »

Code:
Joomla-SMF Forum 1.0.2a Patch is Now Available!


Joomla Tips #7 : Template Packaging
Joomla-SMF and the Latest Joomla 1.0.5 and SMF 1.1 RC2


Your Joomla-SMF Integration version is 1.0.2a
Latest Joomla-SMF Forum Version is 1.0.2a

If that helps ?
Logged
FerretLife
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 19


View Profile
Re: Help with Login Module / Integration
« Reply #4 on: January 17, 2006, 06:00:28 PM »

I need a SINGLE logon solution.  Anyone know any?
I need to use CB for registration,  not SMF.

thank you for your help.

And the search goes on.

I know Cowboy was going to look into this. It has been brought up over and over both here and on the Joomopolis board.

You really need to use the new CB RC2 login module with Community Builder. But the problem is you have to log into your site, then log into SMF, or if you log directly into your SMF forum, you get logged into Community Builder. If you log out of either it does log you out of the site. I have been so tempted to swich to Joomlaboard or phpbb, both which work with Community Builder with no issues. I had even built both boards for my site, but went back to SMF because I feel it is so much better. My users just have to deal with the dual log on, until someone (either here or at Community Builder) can figure out the problem.
Logged
madd
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Help with Login Module / Integration
« Reply #5 on: January 17, 2006, 06:29:20 PM »

im in the same position...   I couldn't get phpbb2 to integrate with cb though.  Had I been able,  thats what I would have stuck with..

SMF is better IMHO,  but the dual login is a PITA
Logged
DivinoAG
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: Help with Login Module / Integration
« Reply #6 on: January 26, 2006, 09:42:04 AM »

Just wanted to check if there is any change on the status of this bug. Did anyone made this work?

I'm putting up a new website and wanted to use SMF with CB, but I'll just use another solution if it's not possible.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Help with Login Module / Integration
« Reply #7 on: January 26, 2006, 09:47:27 AM »

we are currently investigating the new methods that Joomla 1.1 will offer us to replace the current method which obviously has seen better days.  No update yet, but hopefully soon.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Help with Login Module / Integration
« Reply #8 on: May 06, 2007, 06:28:41 AM »

Today my host upgraded from php&mysql 4 to php5. Now the login module doesn't work and I get the error PHP Fatal error:  Using $this when not in object context
I have joomla 1.0.12
SMF 1.1.2
SMF login module 1.4.1
MySQL 5.0.27
PHP 5.1.6.

Any suggestions?

Thanks for help...

Matej
« Last Edit: May 06, 2007, 07:16:06 AM by Matej » Logged
Matej
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Help with Login Module / Integration
« Reply #9 on: May 06, 2007, 07:20:58 AM »

Installed mod v. 1.4.2, now seems to work fine.

Greetings, Matej
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