View Single Post
05/20/15, 11:51 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,015
Check the folders of the addons please.
In there there MUST NOT be another folder with the same name.

Example:
Folder's name is "AUI"

In there there shoudl not be another single folder called "AUI" but some more folder names or filenames with the ending .lua or .txt

If you extract the ZIP archives (e.g. AUI.zip) there is a foldername in the ZIP file called "AUI".
Some extraction tools like WinZip or WinRAR will create a folder with the name of the ZIP archive ("AUI") and put the content of the zip archive (the folder AUI) in there.
So you got ...Addons\AUI\AUI\aui.lua in the end.

It should be:
...Addons\AUI\aui.lua
  Reply With Quote