(Untitled)

Hi,

I'm trying to upgrade Zenphoto from version 1.0.3 (I know...)

When doing the setup, I got this message:
La requête MySQL ( SELECT folder, sort_order, `title`, `show`, `dynamic`, `search_params` FROM `albums` WHERE `parentid` IS NULL ORDER BY sort_order ) a échoué. Erreur : Unknown column 'dynamic' in 'field list'
In fact, my "albums" table doesn't have any "dynamic" field How could I upgrade my database structure?

Thanks for your answer!

Comments

  • Your best bet is to add the field to you database. it is `INT(1) UNSIGNED DEFAULT '0'`
Sign In or Register to comment.