This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I went to use Elephant today only to get the following error:Date: 2025-05-02 09:57:15ID: 1Error occured in: GlobalCount: 1Message: Interface/AddOns/Elephant/Broker.lua line 31: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)Debug: [Interface/AddOns/Elephant/Broker.lua]:31: in function 'OnClick' [Interface/AddOns/totalRP3/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua]:179: ...AddOns/totalRP3/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua:177Locals:self = LibDBIcon10_Elephant { fadeOut = AnimationGroup { } dataObject = <table> { } isMouseDown = false db = <table> { } icon = Texture { }}button = "RightButton"(*temporary) = nil(*temporary) = "Elephant"(*temporary) = "attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)"It looks like InterfaceOptionsFrame_OpenToCategory is depreciated API as it has been replaced with Settings.OpenToCategorySo line 31 of Broker.LUA should be replaced with:Settings.OpenToCategory("Elephant")
To post a comment, please login or register a new account.