phpBB Forum

It is currently Wed 23. May 2012, 01:23

All times are UTC + 1 hour

Forum rules


Hello dearest user and welcome to our EQDKP-Plus support forum.

Please read the following rules and terms before posting anything! Failure in doing so will result in being ignored or being banned. Posting in our boards means you have read, understood and accepted those rules.

English Board Rules – Click here



Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2, 3  Next
Author Message
Offline
 Post subject: Getdkp /w item problem
PostPosted: Fri 17. Jun 2011, 22:07 
User avatar

Joined: Fri 17. Jun 2011, 22:01
Posts: 20
Code:
Date: 2011-06-17 16:58:13
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\GetDKP\GetDKPCore\GetDKP.lua line 2011:
   attempt to index global 'gdkp_sets' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   GetDKP\GetDKPCore\GetDKP.lua:2011: get_Informations_of_Item()
   GetDKP\GetDKPCore\GetDKP.lua:256: GDKP_item_lookup()
   GetDKP\GetDKPCore\GetDKP.lua:1544: GDKP_Event()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1


I am getting this error when someone trys to wsp me Item. When they wsp dkp it reports back just fine. Posted is the most recent dkp file for the addon.

Please tell me what you need and I will get it for you.


Attachments:
dkp.log [22.48 KiB]
Downloaded 25 times


Image
PHP Safe Mode OFF
Register Globals OFF
CURL ON (7.21.4)
Fopen ON
PHP Version 5.3.6
Mysql Version Client(5.1.56)
Server(5.1.56)
Mysql Strict Mode NO
EQDKP-PLUS 0.6.3.5

Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Sat 18. Jun 2011, 21:40 
Developer
User avatar

Joined: Mon 30. Jul 2007, 11:27
Posts: 439
Location: Goodyear, AZ
dkp_list.lua looks good at first sight. Seems to be a problem ingame (GetDKP).

So I forward this question to the GetDKP developers, hoping they will be back soon :)



Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Sun 19. Jun 2011, 19:47 
User avatar

Joined: Fri 17. Jun 2011, 22:01
Posts: 20
Just an update, I tried to /w [name] item again, this time I disabled all add-ons except GetDKP and MRT this time it gave me a more clear view of the error.

Code:
Message: Interface\AddOns\GetDKP\GetDKPCore\GetDKP.lua:2011: attempt to index global 'gdkp_sets' (a nil value)
Time: 06/19/11 14:41:43
Count: 1
Stack: Interface\AddOns\GetDKP\GetDKPCore\GetDKP.lua:2011: in function `get_Informations_of_Item'
Interface\AddOns\GetDKP\GetDKPCore\GetDKP.lua:256: in function `GDKP_item_lookup'
Interface\AddOns\GetDKP\GetDKPCore\GetDKP.lua:1544: in function `GDKP_Event'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals: msg = ""
color = nil
item = nil
name = nil
itemlink = ""
aclassde = ""
aclasseng = ""
anamede = ""
anameeng = ""
atier = ""
adrop = ""
LLItemlinkText = ""
ItemName = nil
ItemValues = nil
flag = nil
itemtable = <table> {
}
i = nil
(*temporary) = nil
(*temporary) = ""
(*temporary) = ""
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'gdkp_sets' (a nil value)"


Not sure if this helps. In case you need to take a closer look at my GetDKP.lua it is posted.


Attachments:
File comment: I changed it to.txt
GetDKP.txt [90.53 KiB]
Downloaded 22 times


Image
PHP Safe Mode OFF
Register Globals OFF
CURL ON (7.21.4)
Fopen ON
PHP Version 5.3.6
Mysql Version Client(5.1.56)
Server(5.1.56)
Mysql Strict Mode NO
EQDKP-PLUS 0.6.3.5

Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Thu 30. Jun 2011, 07:59 
User avatar

Joined: Fri 17. Jun 2011, 22:01
Posts: 20
Any luck with this problem? Do you need anything else from me?


Image
PHP Safe Mode OFF
Register Globals OFF
CURL ON (7.21.4)
Fopen ON
PHP Version 5.3.6
Mysql Version Client(5.1.56)
Server(5.1.56)
Mysql Strict Mode NO
EQDKP-PLUS 0.6.3.5



Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Thu 30. Jun 2011, 16:04 
Developer
User avatar

Joined: Mon 30. Jul 2007, 11:27
Posts: 439
Location: Goodyear, AZ
It seems that our GetDKP developers are ... "away" ...



Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Mon 4. Jul 2011, 11:28 

Joined: Fri 12. Nov 2010, 23:03
Posts: 29
i watched the code and it seems that this error doesn't occur. it should only occur when you use the slash command /item with an item behind it, so that you can see all buyers from this item. why this error occur when everyone whisper you with an item i don't know at the moment. i try to follow the code so that i can solve your problem but it will need some time.



Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Mon 4. Jul 2011, 19:19 

Joined: Fri 12. Nov 2010, 23:03
Posts: 29
i found the problem why the error occur. "attempt to index global 'gdkp_sets' (a nil value)" occur because this index "gdkp_sets" doesn't exist anywhere.

i know what they should do, but i don't know how i should implement it and with which information. so only the lua developer from this addon can help you.

i try to help you, but i can't be sure that i can solve it!

please post your complete getdkp-addon with all packages as zip in this forum. i need it to think about a solution. all files need somebody so i can follow the code better!



Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Wed 6. Jul 2011, 03:23 
User avatar

Joined: Fri 17. Jun 2011, 22:01
Posts: 20
Here is my folder


Attachments:
GetDKP.rar [785.87 KiB]
Downloaded 20 times


Image
PHP Safe Mode OFF
Register Globals OFF
CURL ON (7.21.4)
Fopen ON
PHP Version 5.3.6
Mysql Version Client(5.1.56)
Server(5.1.56)
Mysql Strict Mode NO
EQDKP-PLUS 0.6.3.5

Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Sat 9. Jul 2011, 12:23 

Joined: Fri 12. Nov 2010, 23:03
Posts: 29
i commented a function out. now the problem should be solved. it is untested and i'm not sure that you don't will have another problem :)

replace only this file in the folder GetDKPCore.

When you have another problem write it here and i will look what i can do.


Attachments:
GetDKP.zip [16.6 KiB]
Downloaded 21 times

Top
 Profile  
 
Offline
 Post subject: Re: Getdkp /w item problem
PostPosted: Sat 16. Jul 2011, 18:43 
User avatar

Joined: Fri 17. Jun 2011, 22:01
Posts: 20
This is what I get
Code:
Date: 2011-07-16 13:40:50
ID: 1
Error occured in: Global
Count: 2
Message: ..\AddOns\GetDKP\GetDKPCore\GetDKP.lua line 1837:
   attempt to index global 'this' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   GetDKP\GetDKPCore\GetDKP.lua:1837: GDKP_Output()
   GetDKP\GetDKPCore\GetDKP.lua:268: GDKP_item_lookup()
   GetDKP\GetDKPCore\GetDKP.lua:1544: GDKP_Event()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1


Image
PHP Safe Mode OFF
Register Globals OFF
CURL ON (7.21.4)
Fopen ON
PHP Version 5.3.6
Mysql Version Client(5.1.56)
Server(5.1.56)
Mysql Strict Mode NO
EQDKP-PLUS 0.6.3.5



Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ]  Go to page 1, 2, 3  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

(C) The EQdkp-Plus Developer Team
EQdkp Plus Template by Ramon Kaes