#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Feb 28, 2013 9:43:08 GMT -8
1) The URL to the page you are on when the bug occurred. support.proboards.com/post/5194042/threadPlugin: Posting Templates2) What happened, in detail? The plugin can't store up to 4,000 bytes of data using a private user key. See the link above to see what I am talking about. 3) What do you think should have happened instead? Should allow me to store up to 4,000 bytes of data. 4) Can you reproduce this on every pageview? Yes 5) What browser, version, and operating system are you using? Lastest version of Chrome and Firefox, Windows 7
|
|
#e61919
Support Manager
154778
0
1
Nov 19, 2024 9:09:18 GMT -8
Michael
19,616
May 2010
wiseowl
|
Post by Michael on Feb 28, 2013 10:42:58 GMT -8
I asked around and nobody seems to come up with a plausible reason why it shouldn't allow more, so I'm creating a bug report for it.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Feb 28, 2013 11:08:21 GMT -8
Thanks.
You guys are storing the text with ASCII encoding, right? So one byte per character?
|
|
#e61919
Support Manager
154778
0
1
Nov 19, 2024 9:09:18 GMT -8
Michael
19,616
May 2010
wiseowl
|
Post by Michael on Feb 28, 2013 11:12:24 GMT -8
Thanks. You guys are storing the text with ASCII encoding, right? So one byte per character? As far as I remember, yes. Four thousand characters should be possible.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Feb 28, 2013 14:24:48 GMT -8
I'd like to add that the fail method is not being called when an attempt to set a private key fails. If "this.templates" is too long (such as 500 or so characters), I get a "Uncaught SyntaxError: Unexpected end of input" error in my console.
Seems like an error code of 1 should be returned, but something curious happens because the data actually still gets sent to the server. However, this ends up completely breaking the page because this happens. The JSON just gets cut off.
|
|
#e61919
Support Manager
154778
0
1
Nov 19, 2024 9:09:18 GMT -8
Michael
19,616
May 2010
wiseowl
|
Post by Michael on Feb 28, 2013 14:40:19 GMT -8
Hey Jordan, I went ahead and linked the devs to this thread in the bug report, so anything that you think is relevant you can post here for the devs to read when they get to this bug.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Feb 28, 2013 15:12:42 GMT -8
Awesome, thanks Michael.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 5, 2013 9:29:03 GMT -8
Just wondering if there has been any progress or news update on this subject. I've been using a 'thread' key and it seems to have the same problem.
proboards.plugin.keys.init(["preds",3]);proboards.plugin.keys.init_permissions(["preds",{3462:[1,1]}]);proboards.plugin.keys.init_values(["preds", 3462, {"predders":["biggatpne","burnleyfc1976","cartersrightpeg","clockworktangerine","deepdale10","deepedaleduck","dropout","prestonclaret","fenners","finneyfan","jas600","leylandlad","mooney","n7pne","northend","northenderontour","pnefromafar","pneskegs","dropout","prestonpete","proudpreston29","roadchefourstands","sherbetlemon","themaclad","whitepassion","jttt","minimooney"],"nowpreds":[5,0,0,0,0,0,0,0,0,0,0,9,1,1,1,1,1,1,1,1,1,1,8,2,2,2,2,2,2,2,2,2,2,7,3,3,3,3,3,3,3,3,3,3,6,3,3,3,3,3,3,3,3,3,3,nul]); The data just gets cut off and 'breaks'. Also, I can get an alert for when the key is saved successfully , but if it fails then there seems to no response.
If this is the limit, then I can split it into two seperate keys but would obviously prefer to keep it at one. Thanks, Pebble.
</pre>
|
|
#e61919
Support Manager
154778
0
1
Nov 19, 2024 9:09:18 GMT -8
Michael
19,616
May 2010
wiseowl
|
Post by Michael on Mar 5, 2013 10:28:48 GMT -8
This task has not yet been started yet, and I currently do not have an ETA yet. Sorry
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 5, 2013 14:06:13 GMT -8
Thanks for the reply Michael, Setting up another key doesn't work either as it lumps them both together, thus breaking it. I suppose this one goes on the back burner for a while....
|
|
inherit
170108
0
Sept 6, 2014 10:19:03 GMT -8
Michael Hill
I like smells
77
August 2011
mike
|
Post by Michael Hill on Mar 6, 2013 17:23:23 GMT -8
The key size limitation issue has been fixed for the current boards reported and should be fixed on all forums shortly. Thank you for the report!
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Mar 6, 2013 17:26:47 GMT -8
Awesome, thanks for getting this fixed.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 7, 2013 4:14:02 GMT -8
Excellent news Thanks.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Mar 13, 2013 11:43:38 GMT -8
Any idea when this is going to be pushed out to all live forums? It's still not working here. I don't really care about my forum, I just want to be sure it has been fixed for all forums so I can add it to the plugin database (so no need to fix it for my forum individually like you did to the other forum).
|
|
#e61919
Support Manager
154778
0
1
Nov 19, 2024 9:09:18 GMT -8
Michael
19,616
May 2010
wiseowl
|
Post by Michael on Mar 13, 2013 12:17:48 GMT -8
This has not yet gone live, despite my assumption to the contrary. I poked Martyn about this and he assured me that it would be taken care of soon. My apologies for the delay.
|
|