Home › Forums › General discussion › Took Forever error
- This topic has 4 replies, 3 voices, and was last updated 1 year, 4 months ago by Alexander Bautz.
-
AuthorPosts
-
-
May 29, 2018 at 04:04 #21030
Hi Alex,
We are getting “This Took Forever” message every time display, new and edit forms are being loaded. When we close the overlay, the form will just show the normal list form Is this a bug in the tool? We are currently using version 4.4.3.42
Thank you.
-
May 29, 2018 at 21:15 #21032
Hi,
Sorry for the late reply, can you please hit F12 to bring up the developer console and select the “Console” tab. Then reload the form and let me know if you see any error messages in the console.Is this happening in one list only, or in multiple lists?
Alexander
-
July 5, 2023 at 07:02 #36938
Hi Alex,
I know an old post but I have the same issue. It does happen randomly but once it happens to an item, we can’t get to display the item anymore.
Below error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading ‘hiddenBy’)
at HTMLTableRowElement.eval (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:115652)
at Function.each (JQuery.js:2:2881)
at n.fn.init.each (JQuery.js:2:846)
at Object.toggleVisibleFieldsByTab (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:115497)
at Object.do_toggleSelectedTab (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:119073)
at Object.initSelectedTab (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:129695)
at Object.applyRules (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:224393)
at Object.loadCustomJS (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:193763)
at Object.loadDependencies (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:195277)
at HTMLDocument.eval (eval at <anonymous> (DFFS_frontend.min.js:1:1), <anonymous>:1:168851)DFFS version: Dynamic Forms for SharePoint v4.4.5.5 – August 08, 2020|CSS version: 4.50 / |spjs-utility version: 1.348|Loader version: v1
If you could help me figure out what to do would be great!
-
July 5, 2023 at 07:28 #36939
Hi Alex,
some more info. The error message points to the below function on the hiddenBy.tab code:jQspjs(“.spjs_formtable_row”).each(function(i, a) {
var b = spjs.dffs.getFinFromTr(a);
if (b === undefined) {
return
}
index = jQspjs.inArray(b, d);
if (index === -1) {
spjs.dffs.data.hiddenColTrackerObj[b].hiddenBy.tab = true;
if (b.indexOf())
jQspjs(a).hide();
spjs.dffs.data.hiddenColTrackerObj[b].hidden = true
} else {
if (spjs.dffs.data.hiddenColTrackerObj[b].hidden && jQspjs.inArray(b, spjs.dffs.data.initialHiddenFields) < 0) {
spjs.dffs.data.hiddenColTrackerObj[b].hiddenBy.tab = false;
if (!spjs.dffs.data.hiddenColTrackerObj[b].hiddenBy.rule) {
jQspjs(a).show();
spjs.dffs.data.hiddenColTrackerObj[b].hidden = false
}
} else {
jQspjs(a).show()
}
}
if (!spjs.dffs.data.isSP07 && typeof spjs.vLookup !== “undefined” && b.indexOf(“vLookup”) === 0 && index > -1) {
spjs.dffs.loadTime(“Initiating vLookup on ” + b);
setTimeout(function() {
spjs.vLookup.renderField(b)
}, 100)
}
}); -
July 5, 2023 at 14:25 #36940
I’m pretty sure this is caused by a problem where a user has copy-pasted the HTML code from an entire form into a rich text field in the form.
I suggest you try to update to a later version of DFFS to see if it fixes the issue. (I have made an attempt to fix / prevent this in v4.4.5.27).
If that does not work you must temporarily uninstall DFFS in the EditForm and then use the default SharePoint form to clean up the rich text field to remove the HTML code that has been pasted to the rich text field.
You don’t have to back up your config – it is not affected by the uninstall / reinstall of DFFS.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.