16
Still working on upgrading from 1.07 to 2.03. Which database schema is correct between the upgrade.php script and the wfchannel.sql file? There are slight differences.For instance the wfc_cid field in table wfcpages uses "default '0'" in the php script whereas in the sql file the same field uses "auto_increment". The field wfc_search in the same table is not defined in the php script yet it is in the sql file. The field wfcr_submenuitem for table wfcrefer exists in the php script yet not in the sql file. The placement for fields dohtml, doxcode, dosmiley and dobr for table wfcpages in the upgrade.php script appears to be using the old field name and not the renamed field name. Lastly, the proper indices are not created when performing the upgrade.