› Forums › General discussion › DFFS intall on SP 2007 list
- This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago by
Alexander Bautz.
-
AuthorPosts
-
-
March 23, 2016 at 21:04 #10881
Carl E Tippins
ParticipantOn our Dev site we have a list that was created when we were on SP 2007. The site has been updated to SP 2010. When I installed DFFS 4.365 I got an error message saying it looked like we were using SP 2007 and to add the List ID code to the DFFS_frontend_CEWP.html file.
I added the script — _spPageContextInfo={“pageListId”:”{64EFA99B-322A-49AD-AC5B-8B4F611F7969}”} — as indicated in the instructions, but the DFFS forms won’t load. (I had already updated the urls on the CEWP to the new links as indicated on the instructions.)
Short of rebuilding the list, is there anything else that can be done to fix the problem. -
March 25, 2016 at 09:43 #10903
Alexander Bautz
KeymasterIn SP 2010 the variable “_spPageContextInfo” should already be present in the page, and adding the SP2007 code example to the page would not work (and might interfere with other features)
Does the list have the default forms, or has it been modified in SharePoint Designer? Do you see any errors in the dev console (hit F12 > Console)?
Try typing this in the dev console and hitting enter:
_spPageContextInfo
How does the output look like?
Alexander
-
March 25, 2016 at 17:58 #10913
Carl E Tippins
ParticipantThe “_spPageContextInfo” did display the ListID information correctly.
After I verified the ListID was present, and while I still had the Console open, I opened DFFS edit mode and cancelled out of it again and I got the attached error.
I have another list using the same dffs files. I opened it with the Console open, and did not receive any errors.Attachments:
-
March 25, 2016 at 19:24 #10916
Carl E Tippins
ParticipantI’ve figured out the problem.
There was an issue with one of the Rules. DFFS v4.365 handled a rule differently than DFFS v4.2. After I fixed the rule, the forms loaded.Thank you for your help Alexander!!
-
March 30, 2016 at 06:58 #10938
Alexander Bautz
KeymasterI’m glad you figured it out.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.