You are using table columns, which are not included in the table "mugshot" structure. I personally added the "path_full" column, however there is some more non-existing columns required.
user warning: Unknown column 'm.goo_level' 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 C:\Program Files\xampp\htdocs\mugshot\includes\database.mysql.inc on line 172.
This module really needs more work on it.
Comments
Comment #1
bonvga commentedHi,
I've fixed this in this commit : http://drupal.org/cvs?commit=92442
Thanks.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.