Thread Tools Display Modes
02-24-15, 01:15 PM   #1
Gardorian
A Deviate Faerie Dragon
Join Date: Sep 2014
Posts: 10
Mounts and Pets tab error

Every time I try to open the Mounts and Pets Tab I get the below error


4x nibRealUI\Modules\InfoLine.lua:211: attempt to call global 'TogglePetJournal' (a nil value)
nibRealUI\Modules\InfoLine.lua:211: in function `func'
FrameXML\UIDropDownMenu.lua:748: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

Locals:
self = DropDownList1Button10 {
0 = <userdata>
bottom = <unnamed> {
}
notCheckable = true
right = <unnamed> {
}
func = <function> defined @nibRealUI\Modules\InfoLine.lua:211
top = <unnamed> {
}
value = "Mounts And Pets"
left = <unnamed> {
}
bg = <unnamed> {
}
invisibleButton = DropDownList1Button10InvisibleButton {
}
}
checked = nil
playSound = true
func = <function> defined @nibRealUI\Modules\InfoLine.lua:211
  Reply With Quote
02-24-15, 02:02 PM   #2
kaytotes
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 18
TogglePetJournal() Has been removed, replace with ToggleCollectionsJournal()
  Reply With Quote
02-24-15, 02:05 PM   #3
TheDarkTroll
A Murloc Raider
Join Date: Feb 2015
Posts: 4
Originally Posted by kaytotes View Post
TogglePetJournal() Has been removed, replace with ToggleCollectionsJournal()
So how would you go about fixing this? Or does there need to be an update?
  Reply With Quote
02-24-15, 02:13 PM   #4
wazzak
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1
band aid fix until update:

addons -> nibRealUI -> Modules -> InfoLine.lua

line 211 replace

func = function() TogglePetJournal() end,

with

func = function() ToggleCollectionsJournal() end,

Last edited by wazzak : 02-24-15 at 02:15 PM.
  Reply With Quote
02-24-15, 02:18 PM   #5
TheDarkTroll
A Murloc Raider
Join Date: Feb 2015
Posts: 4
Originally Posted by wazzak View Post
band aid fix until update:

addons -> nibRealUI -> Modules -> InfoLine.lua

line 211 replace

func = function() TogglePetJournal() end,

with

func = function() ToggleCollectionsJournal() end,
Awe damn. Thanks! That worked perfect
  Reply With Quote
02-24-15, 04:35 PM   #6
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
I have this fixed in r11a.
__________________
Knowledge = Power; Be OP

  Reply With Quote

WoWInterface » Featured Projects » RealUI » Mounts and Pets tab error

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off