DB errors after the installation
jauzah - December 22, 2007 - 11:40
| Project: | Mugshot |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | bonvga |
| Status: | closed |
Jump to:
Description
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.

#1
Hi,
I've fixed this in this commit : http://drupal.org/cvs?commit=92442
Thanks.
#2
Automatically closed -- issue fixed for two weeks with no activity.