Issue Details (XML | Word | Printable)

Key: GATH-45
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Esamynn
Reporter: Ch3vr0n
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Gatherer

Error: attempt to index local 'dataToImport' (a boolean value)

Created: 29/Feb/08 12:22 PM   Updated: 09/Apr/08 12:01 AM  Due: 29/Feb/08
Component/s: Storage
Affects Version/s: 3.0.5
Fix Version/s: 3.0.6


 Description  « Hide
Each time i log in on my char with herbalism i get the following error. Tried reinstalling 3.0.5, the database and deleting the saved variable. No use. Any help ?

Error: attempt to index local 'dataToImport' (a boolean value)
AddOn: Gatherer
File: GatherStorage.lua
Line: 884
Count: 1



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Esamynn added a comment - 29/Feb/08 12:23 PM
The problem here is that GatherStorage.lua:883 assigns dataToImport = true when it should be needImport = true

Nikk (Nechckn) added a comment - 09/Apr/08 12:01 AM
Verified in dev/Trunk- Change implemented, no errors thrown when logging in on an herbalist.