| Technical Difficulties |
|
|
| Written by Administrator | |
| Monday, 25 August 2008 | |
|
I've been doing a little behind-the-scenes work on the site, which has resulted in performance problems and site accessability issues with the forums in the past few days, but hopefully, the worst of it is over and things will be back to normal. I wanted to make a post here regarding a specific issue that I recently resolved that might come in handy for other web admins using the same content management components. The issue I was having was with the Joomlahacks SMF bridge. When users tried to use the forgotten password link to reset their password, the site generated an SQL error something like this...
JSMF CB Plugin error::Failed to update password to SMF:: Table XXXXXX.members doesn't exist
Here is the solution...
Open up this file... \administrator\components\com_smf\admin.smf.class.php Find the function called "updatePass" and add the following line after "global $database;"... global $jsmfConfig; Then change the query code from "Where id" to "WHERE ID_MEMBER"
Voila! Problem solved. |
|
| Last Updated ( Monday, 25 August 2008 ) |
| < Prev | Next > |
|---|








