Shiz
New Member
Posts: 47
inherit
goofy_foot_sk8er@yahoo.com
200106
0
Sept 5, 2018 13:51:32 GMT -8
Shiz
47
September 2013
goofyfootsk8er
|
Post by Shiz on Jan 10, 2014 14:46:43 GMT -8
Sorry for the double post.
I've had to disable the Gold Shop for now. Using 2.0.8, the plug in seemed to cause issues that broke some Monetary System features as well as regular forum features. For the Monetary System, I was getting errors about the bank being set to null and was unable to access either the Stock Market or the Bank. For the forum, the error blocked me from being able to update a user's membership in any groups.
|
|
?e?a Morte
Junior Member
? Hello! I am Bella Morte! ?
Posts: 266
inherit
202268
0
Sept 5, 2014 14:44:46 GMT -8
?e?a Morte
? Hello! I am Bella Morte! ?
266
November 2013
youtube
|
Post by ?e?a Morte on Jan 10, 2014 15:33:39 GMT -8
Hey!, I was wondering is it possible to link the actual item in the gold shop An example:Red username > when purchased it turns that specific users username Red) Automatically Another: (member Group> when purchased put's member in the selected member group) Automatically
|
|
inherit
alghiery1102@gmail.com
199180
0
Nov 16, 2023 10:03:46 GMT -8
Asura
Admin of a forum
55
August 2013
mercenariespro
|
Post by Asura on Jan 11, 2014 23:28:08 GMT -8
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 12, 2014 15:16:01 GMT -8
Sorry for the double post. I've had to disable the Gold Shop for now. Using 2.0.8, the plug in seemed to cause issues that broke some Monetary System features as well as regular forum features. For the Monetary System, I was getting errors about the bank being set to null and was unable to access either the Stock Market or the Bank. For the forum, the error blocked me from being able to update a user's membership in any groups. The monetary system problems could be a result of my plugin. But I don't think it's possible for my plugin to prevent you from updating your users groups. I haven't done anything to any page that would have any affect on that part of the forum. That sounds more like a ProBoards issue. However, if the problem stopped occurring once you disabled the Gold Shop...I'm not quite sure what's wrong.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 12, 2014 23:30:57 GMT -8
possibly a duplicate function or variable name between your plugins. Might even be using multiple conflicting onload functions
|
|
inherit
alghiery1102@gmail.com
199180
0
Nov 16, 2023 10:03:46 GMT -8
Asura
Admin of a forum
55
August 2013
mercenariespro
|
Post by Asura on Jan 13, 2014 1:41:22 GMT -8
Texas do you know what's the problem?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 13, 2014 1:47:07 GMT -8
Sorry for the double post. I've had to disable the Gold Shop for now. Using 2.0.8, the plug in seemed to cause issues that broke some Monetary System features as well as regular forum features. For the Monetary System, I was getting errors about the bank being set to null and was unable to access either the Stock Market or the Bank. For the forum, the error blocked me from being able to update a user's membership in any groups. The monetary system problems could be a result of my plugin. But I don't think it's possible for my plugin to prevent you from updating your users groups. I haven't done anything to any page that would have any affect on that part of the forum. That sounds more like a ProBoards issue. However, if the problem stopped occurring once you disabled the Gold Shop...I'm not quite sure what's wrong. The issue wasn't with the Monetary System, it was with the data stored for your plugin (looked like shop quantities or might have been key data being too long, all I saw was a ton of "999","999","999"...) If the user can enable it again, you will see the problem is with an unterminated string literal, though it doesn't specify that in the console due to what follows after the break in the array of data (Monetary System data follows it).
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 13, 2014 1:49:37 GMT -8
possibly a duplicate function or variable name between your plugins. Might even be using multiple conflicting onload functions Not possible. I use my own namespace to prevent situations like this, and we all (I'm assuming we do) use the ready event to check when the DOM is loaded.
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Jan 13, 2014 8:49:08 GMT -8
I really hope you can fix the "Gold Shop Error: 102
You can't buy that amount!" since we still can't buy anything from the Gold Shop on my forum.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 13, 2014 14:28:25 GMT -8
I can only deal with on thing at a time guys, I'll try to get to you all soon though. Shiz: Could you enable the shop on your forum so I can take a look.
|
|
Shiz
New Member
Posts: 47
inherit
goofy_foot_sk8er@yahoo.com
200106
0
Sept 5, 2018 13:51:32 GMT -8
Shiz
47
September 2013
goofyfootsk8er
|
Post by Shiz on Jan 13, 2014 14:53:55 GMT -8
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jan 13, 2014 15:07:16 GMT -8
Thanks, The problem, as Peter correctly stated, is that the key has reached it's maximam capacity. This only happened because this user bought a zillion items. Sadly, the only way to fix this problem is to clear the shop key. There is no way to recover everyone else's data. I should probably have put a maximum amount a user can buy as that would have prevented this problem. I guess I just underestimated the size of a key.
|
|
Shiz
New Member
Posts: 47
inherit
goofy_foot_sk8er@yahoo.com
200106
0
Sept 5, 2018 13:51:32 GMT -8
Shiz
47
September 2013
goofyfootsk8er
|
Post by Shiz on Jan 13, 2014 15:23:44 GMT -8
I can't see the image, but I think I know who you're talking about.
If I have everybody return the stuff they currently have, including the user in question, could that fix it?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 13, 2014 22:20:59 GMT -8
His space is protected as a user key. If you could convince him to return the stuff it would work fine. But you would have better luck asking him for his login information and doing it yourself.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jan 13, 2014 22:25:19 GMT -8
Technically I think you could add a javascript to clear the user's key while viewing his page but it wouldn't be an easy thing.
|
|