View Single Post
12-21-09, 05:14 PM   #1
thejoester
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 10
Error 'attempt to concatenate global'

ok I am getting this error in my addon

Date: 2009-12-21 16:09:03
ID: 1
Error occured in: Global
Count: 1
Message: ...terface\AddOns\JoesEclipseAlert\JoesEclipseAlert.lua line 84:
attempt to concatenate global 'SID' (a nil value)
Debug:
[C]: ?
...terface\AddOns\JoesEclipseAlert\JoesEclipseAlert.lua:84: JoesEclipseAlert_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
The line of code it is erroring on is

Code:
debugLog = "DEBUG: Spell ID:" .. SID;
I have delared this in my OnLoad() function and assigned it a value of one, but I still get this error.

any help?
  Reply With Quote