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.
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); }
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...
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.
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.
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.
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