Problem: Getting Errors

Error 1 : Failed Process to create tables in the database failed. It could be because of incompatible type or insufficient space. If any tables are created, drop those tables. Please check and restart installation process

Error 2 : Inserting system data into newly created tables… Some error occured while inserting data into newly created tables. Please drop all original tables with “_bkp” extension (e.g. osdate_glblsettings_bkp means you should drop osdate_glblsettings). Then rename the “_bkp” tables back to original name (e.g. osdate_glblsettings_bkp to be renamed as osdate_glblsettings). Check the issue and restart installation process

Osdate installation returns these error message when it can’t create tables in your database or can’t populate them with Data.

Resolution : Open your tables.sql file ( Located in sql subdirectory of your osdate folder) and replace all the TYPE=MyISAM to ENGINE=MyISAM. You can open the file in Notepad, and use Find/replace ( Control+H)