The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
More Problems with sortable.js: Not able to update or make changes to any form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: More Problems with sortable.js: Not able to update or make changes to any form (/showthread.php?tid=1746) |
More Problems with sortable.js: Not able to update or make changes to any form - Smmedia - Nov 11th, 2011 Webpage error details Javascript crashes on my system. Help! I would like to be able to use your program! User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; AskTbDIC3V5/5.9.1.14132) Timestamp: Sat, 12 Nov 2011 02:07:22 UTC Message: Expected identifier, string or number Line: 153 Char: 1 Code: 0 URI: http://allfloridanews.com/formtools/global/scripts/sortable.js UPDATE: Ok I did the fix for that line. Now I get: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C) Timestamp: Sun, 13 Nov 2011 19:45:58 UTC Message: Expected identifier, string or number Line: 541 Char: 5 Code: 0 URI: http://allfloridanews.com/formtools/global/scripts/sortable.js RE: Not able to update or make changes to any form created "internal" - Ben - Nov 12th, 2011 Ack! This is a bug with old versions of IE (8 and earlier). I'll include a fix for it in the next release. But in the meantime, just edit line 153 of your /global/scripts/sortable.js file and remove the comma. So change this: Code: row_offset: 0, To this: Code: row_offset: 0 Apologies! I've been waiting forever to get an old copy of XP delivered, so I can set up the Windows environments running the old IE versions. My last Mac (which had multiple VM's set up for testing the IE versions) died a while back and I've been without IE 7 & 8 since! (It's been wonderful. ) - Ben RE: Not able to update or make changes to any form created "internal" - Smmedia - Nov 13th, 2011 (Nov 12th, 2011, 11:35 AM)Ben Wrote: Ack! This is a bug with old versions of IE (8 and earlier). I'll include a fix for it in the next release. Thanks! Your product looks so great. I would like it to do so many wonderful things. Thanks for your quick response, even on a weekend! Regards, Dave |