MightyGorgon / icy_phoenix_plugins

Plugins for Icy Phoenix
http://www.icyphoenix.com
7 stars 6 forks source link

Fresh install db errors. #2

Closed LostAnimal closed 12 years ago

LostAnimal commented 12 years ago

When run install for first time (Fresh Install), script is trying to DROP Tables that don't existing and this lead to error.

This fix correct this issue.

LostAnimal commented 12 years ago

Also there is a BIG issue with TYPE= value on SQL. This is NOT supported on newer versions of MySQL and we must create some extra coding which checks the Version of MySQL on the installed system and replace TYPE= with ENGINE= when needed.

MightyGorgon commented 12 years ago

Hi, thank you very much for addressing this.

I have checked and solved slightly differently.

Unfortunately I cannot automatically merge this, so I have fixed the file in Repository on my own.

LostAnimal commented 12 years ago

You welcome my friend. I found and many other Bugs on ICY which i will try to fix them and inform you probably with a new edit.

MightyGorgon commented 12 years ago

Thank you very much!