Hi guys, I need some help.
I have this site on DNN 4.9.0. I have upgraded it to 7.4.2 following the suggested upgrade path. At first it seemed to have worked well. Upon closer inspection it turnes out I cannot save HTML module updates. When updating an edit nothing happens. In the log file I can see that HTML module key is not unique. Investigating further I can see that in the HMTLText table, the key is Module and I think it should be ItemID, to accomodate for version handling. It would be nice if I could only change the PK from ModuleID to ItemID. Possible?
Re-doing the entire process, I see that going from version 4.9.5 to 5.4.4 there is an error when upgrading the HTML module (could not find error log for this). So i run this upgrade manually from the install/modules folder. It worked fine. Then moving to 5.6.8 and then to 6.2.8. Then the ItemID should now be the primary key, but it is not.
May it be that the assembly distributed with 5.4.4 of HTML module is bad?
I would really appreciate some help to avoid rebuilding the entire site.
Or maybe some obvious stuff I didn't think about (probably)
Best regards
Pedro