During my recent upgrade from 5.8.1 to 6.1.5 everything went pretty well and everything seems to be working fine BUT.... I got this error during the upgrade
Executing Script: 06.01.05.SqlDataProvider Error! (see 06.01.05.log.resources for more information)
Looking at the log it seems to be caused by a third party module I was testing at the time.
System.Data.SqlClient.SqlException (0x80131904): Foreign key 'FK_EasyDNNNewsCalendarSettings_Portals' references invalid column 'PortalID' in referencing table 'EasyDNNNewsCalendarSettings'.
Could not create constraint. See previous errors.
Foreign key 'FK_EasyDNNNewsMenuSettings_Portals' references invalid column 'PortalID' in referencing table 'EasyDNNNewsMenuSettings'.
Could not create constraint. See previous errors....
I get a bunch of these errors
just under that I get a bunch of these...
Could not create constraint. See previous errors.
Table Name: AnonymousUsers Constraint:FK_AnonymousUsers_Portals
Table Name: Blog_Blogs Constraint:FK_Blog_Blogs_Portals
Table Name: Blog_Categories Constraint:FK_Blog_Categories_Portals
Table Name: Blog_Settings Constraint:FK_Blog_Settings_Portals
Table Name: Blog_Tags Constraint:FK_Blog_Tags_Portals.... and so on...
I started off by uninstalling the culprit module from my installation but is this enough?
Is this error something to worry about? Any suggestions as to what I should do from here?
Everything seems to work fine. Had a little problem with the File Manager not showing up but I solved it by adding a Try Catch section to the code as suggested by someone here in the forum but everyting else is in good working order.
I'd rather not restore the backup and re-update if possible since the process gives me the willies each and every time I do it!!
Something always seems to go wrong in the process. Plus during my previous restore of Database and Files something must have happened since the website I got as a result was a hybrid version between the 6 and 5 platform.
Any suggestions are welcome.