Hi,
I've got the latest stable versions of joomla (1.0.13) and of SMF (1.1.3) and I've installed the bridge properly (I hope so

).
I get these errors when I try to login:
Notice: Undefined variable: mos in /home/myhome/www/components/com_smf/smf.class.php on line 875
Notice: Undefined variable: mos in /home/myhome/www/components/com_smf/smf.class.php on line 877
Notice: Undefined variable: mos in /home/myhome/www/components/com_smf/smf.class.php on line 886
Notice: Undefined offset: 1 in /home/myhome/www/components/com_smf/smf.class.php on line 1046
I really don't know what's causing this...
Can anyone of you guys help me out?
Thanks a lot in advance!!
-Cadish
I know you've reinstalled, but I thought I'd post my research here as well in case it isn't found in the thread I started.
After exhaustive work, I've determined the passwords do not migrate from users who are registered with SMF before the bridge is installed. With everything installed properly (including the hidden update for 2.0.2.1 and the Joomla index.php patch), smf.class.php fails with unknown variable errors related to the password, as in this post.
The work around is to force the users to reset their passwords, either by the e-mail authentication or by using the secret question/answer method.
Apparently, the salt that SMF uses in the md5 hash prevents the passwords from being migrated properly. It would have been nice to have that information 20 hour of work ago... but hopefully this post will save somebody else that 20 hours.