weex / phpBMS

web-based, free, business management software
http://phpbms.org
BSD 3-Clause "New" or "Revised" License
24 stars 12 forks source link

Bug Fix - MySQL 5.5.8 Install Errors #22

Open jwjmurray opened 13 years ago

jwjmurray commented 13 years ago

Attempts to install on servers running MySQL 5.5.8 fail with numerous SQL errors during the install process. These stem from the changes made to the timestamp functionality in later versions on MySQL and are fairly easy to correct.

This will correct the install files and allow the installer to complete. Note this needs to be done in all install directories (including modules).

I have a full set of fixed install files available if needed, let me know.

Jim.

weex commented 13 years ago

Thanks for the description. Instead of the files, would you consider creating a pull request by forking, patching, etc?