GeniusCart Upgrade Gotchas
Installation Gotchas
Be very sure magic_quotes_gpc=Off and register_globals=Off or chaos may ensure. If you can't turn off magic quotes and you're using a pre 2.14 version of config.inc you must disable the routine following the warning about it- it doesn't operate as expected on some servers.
Known Issues
Below will be a summary of outstanding issues and the fixes for them between releases.
V 2.10 through 2.13 SQL issue- the standard SQL setup file was missing a field in the products table that would cause problems when using product customization rules. Run the following on your database via your choice of mysql client:
ALTER TABLE `Products` ADD `Customization_Fields` TEXT NOT NULL ;
Report Bugs
To report a new issue, create a new account on this site, and then click the "Report Bug" link listed in the navigation box.
