Thread: Addon problems
View Single Post
05/26/15, 04:01 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Please have a look over here and check, that your "documents" folder is the correct one:
http://www.esoui.com/forums/showthread.php?t=4576

If possible please make a screenshot of your folder where the addons are in ("...\live\AddOns\") and check if the addon folders do not have another sub-folder with the same name like the addon itsself.

Example

Wrong:
"...\live\Addons\Minimap\Minimap\minimap.lua"

-> Sometimes ZIP aor RAR extractors will create a foldername just like the filename of the zip/rar archive and thus you'll have "double folders" (foldername of the zip file + subfolder = name of the content folder INSIDE the zip archive)

Correct
"...\live\Addons\Minimap\minimap.lua"
  Reply With Quote