| Hey guy's! i was trying to know why the passwords wen stnch doesnt stay the saem. Logically if we aply a md5 over a sha1 well never get the correct encryption of the pass... so each user who was on joomla and goes to smf with the synch of JSMF bridge have to renew his password in order to synch it at joomla and SMF. whe i go to the "Forgot password" option, at CB login, an error was ocurred, saying that the table was not found! I correct that, but after i have another error saying that "id" colum doesnt exists! I fix this 2 issues editing the code of the file at te topic. It is located at /administrator/components/com_smf directory. And here are the lines: ( global $jsmfConfig; ) That global declaration was missing, i wrote it and now the query goes ok and take the "prefix" for the tables of smf at "UPDATE {$jsmfConfig->smf_prefix}members ". The other error was on the query, at WHERE clausure, i replaced the "id" with the correct "WHERE ID_MEMBER = '$smf_id' ";"; I dont know is this is fixed, i downloaded the component 2 days ago. Anyway i think is good to colaborate ![]() Thanks all, and sorry for my english!! |
Forum 





Author




Logged







