MeldCE / wp-gallery-hierarchy

A simplistic gallery plugin for Wordpress that stores images in a hierarchical folder structure.
GNU General Public License v2.0
1 stars 1 forks source link

Errors when updating from previous version #14

Closed bytesnz closed 9 years ago

bytesnz commented 9 years ago

WordPress database error Unknown column 'dir' in 'field list' for query SELECT id,file,dir,dir_id,updated FROM wp_gHierarchyImages made by do_action('wp_ajax_gh_scan'), call_user_func_array, GHierarchy::ajaxScan, GHierarchy::scan, WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PRIMARY KEY (id)' at line 1 for query ALTER TABLE wp_gHierarchyDirs ADD PRIMARY KEY (id)PRIMARY KEY (id) made by activate_plugin, do_action('activate_gallery-hierarchy/gallery-hierarchy.php'), call_user_func_array, GHierarchy::install, GHierarchy::installDatabase, dbDelta

bytesnz commented 9 years ago

Issue is fixed in 6cd5b8d1a9