View Single Post
07-27-18, 10:09 AM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
That error usually points to an xml file trying to access a frame by name but the name is incorrect. You might have to do a global search of your addon folder to see if that $parentDetails text appears anywhere amongst your addons. And then start looking at Blizzard frames to see if it is an error there from one of the addons.

This is a bookmark worth keeping if you are intending more addon writing.
https://www.townlong-yak.com/framexml/live

Or use this guide to extract your own up to date version as and when you need it.
https://wow.gamepedia.com/Viewing_Bl...interface_code


Originally Posted by Chokobo View Post
Error:
Code:
Unknown: Couldn't find relative frame: $parentDetails
https://imgur.com/a/nxxqeSJ

I feel like I am missing something with the secure action template. I'm not sure what, it's probably simple, but is just going over my head currently.
__________________
  Reply With Quote