ZenphotoCMS Forum
- Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: (/thread-12856.html)



- Guest - 21-06-2026

Hi,

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

When doing the setup, I got this message:

Quote: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!




- sbillard - 20-10-2008

Your best bet is to add the field to you database. it is INT(1) UNSIGNED DEFAULT '0'