4/9/2007
-------------------------------------------------------------------------------------------------------------------------------
THIS HOTFIX IS FOR NEW INSTALLATIONS OF FORM MASTER IN
DOTNETNUKE 4.5.0 ONLY
-------------------------------------------------------------------------------------------------------------------------------
Issue:
A Fresh Form Master Install in 4.5.0 will result in a SQL Error for the 01.05.00.SqlDataProvider
Reason:
DotNetNuke Version 4.5.0 added two required fields to the Lists table which Form Master Uses.
The 01.05.00.SqlDataProvider file inserts values into this table, and thus fails as the two fields are
not present in the Insert Statement.
Result:
Even though the errors are shown on the install page, the remainder of Form Master does get installed properly.
Fix:
Follow these steps
1. Open SQLPatch.txt in notepad
2. Type Ctrl-A then Ctlr-C to copy the contents to the clipboard
3. In Host -> SQL Paste the text into the textbox
4. Make sure the "Run as Script" checkbox is checked
5. Click on Execute