jbroadway / elefant

Elefant, the refreshingly simple PHP CMS and web framework.
http://www.elefantcms.com
MIT License
208 stars 39 forks source link

Clean install Error #232

Closed evan70 closed 9 years ago

evan70 commented 9 years ago

After clean new latest install login to admin > Blog upgrade notification

and error > Upgrading App: Blog Posts

Error: SQLSTATE[HY000]: General error: 1 duplicate column name: thumbnail

Install failed.

jbroadway commented 9 years ago

Just pushed an update to the schema that should fix this:

https://github.com/jbroadway/elefant/commit/33211ed8a60b994401416fe1ee2ad7ae965e5ad7

Just needs to mark version 1.1.4-stable of the blog app as installed, so it'll skip the upgrade script. Thanks for catching this.

evan70 commented 9 years ago

Thank You!