As one of the uninitiated, I don't understand what this message really means.
Message:.....terface\Addons\GathererDB_Wowhead\DB_WowheadMain.lua:106:attempt to index global 'this' (a nil value)
The program is searching for an impossible value? The download stops at 95.1% even with every other addon disabled. Is there a fix for this out there in the ether? Thanks for any help available.
it's a programmer problem. "this" used to be something that the developers could count on always pointing to the current control. with a recent wow patch they eliminated that part of the language. so any old addon that refers to it will now return that error, until the developers update the addon to no longer refer to that variable name any longer.