Great idea but I'm getting the following error when trying to display the mugshot gallery.
user warning: Unknown column 'm.path_full' in 'field list' query: SELECT m.mid, m.path, m.path_full, m.timestamp, m.visible, u.uid, u.name AS registered_name, m.sid, m.user_name, m.goo_level FROM mugshot m INNER JOIN users u ON m.uid = u.uid WHERE m.preview = 0 ORDER BY m.timestamp DESC LIMIT 0, 24 in /home/jackrobinson/public_html/includes/database.mysql.inc on line 172.
It appears as if at least two fields are missing
a) m.path_full
b) m.goo_level
--
Ade Atobatele
Comments
Comment #1
bonvga commentedHi,
You must run the database update script before display the mugshot gallery.
Arnaud.
Comment #2
Nigeria commentedThat actually did not work...I had to go into the .install file, seek out the updates (all three of them) and apply them manually.
I think that you should NOT have to run the update when installing for the first time...it is sort of counter intuitive.
Having said all that once the module is working it's VERY good.
--
Ade Atobatele
Comment #3
bonvga commentedThis bug is fixed (issue #203199).
Thanks again.
Arnaud.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.