|
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 )
|
|
|
Wrath of the Lich King Beta Patch Notes |
|
|
Paladin related changes in patch 2.4.3 |
|
Written by Administrator
|
|
Wednesday, 14 May 2008 |
|
Paladin related changes in World of Warcraft Client Patch 2.4.3 (2008-07-15) The latest patch notes can always be found at http://www.worldofwarcraft.com/patchnotes/ General - Parry Rating, Defense Rating, and Block Rating: Low-level players will now convert these ratings into their corresponding defensive stats at the same rate as level 34 players.
- When a stun wears off, the creature that was stunned will prefer the last target with the highest threat, versus the current target.
Paladins - Greater Blessing of Light Rank 1: This spell will no longer overwrite Greater Blessing of Light Rank 2.
- Summon Warhorse is now available at level 30.
Items - Pendant of the Violet Eye: This item will again work correctly with Holy Light and Flash of Light.
Bug Fixes - Paladins: Righteous Defense will now properly check for range when a mob is selected.
- Taunts will now properly stick when a target is stunned while being taunted.
|
|
Last Updated ( Friday, 18 July 2008 )
|
|
|
|
<< Start < Prev 1 2 3 4 Next > End >>
|
| Results 1 - 4 of 16 |