View Single Post
08-27-11, 02:47 AM   #2
dreamcatcher
A Black Drake
 
dreamcatcher's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2010
Posts: 82
So i finely got the GUI to show up but im getting lots of errors.

Code:
Message: Interface\AddOns\Tweaks\Core.lua:536: attempt to index upvalue 'db' (a nil value)
Time: 08/27/11 01:47:06
Count: 1
Stack: Interface\AddOns\Tweaks\Core.lua:536: in function <Interface\AddOns\Tweaks\Core.lua:534>
[C]: in function `UIParent_ManageFramePositions'
Interface\FrameXML\InterfaceOptionsPanels.lua:1284: in function `InterfaceOptions_UpdateMultiActionBars'
[string "*:OnLoad"]:4: in function `setFunc'
Interface\FrameXML\InterfaceOptionsPanels.lua:1253: in function <Interface\FrameXML\InterfaceOptionsPanels.lua:1246>

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index upvalue 'db' (a nil value)"
db = nil
Here is link to whole code.
http://www.wowace.com/paste/3784/
  Reply With Quote