I am trying to install an application on CentOS, and see this error in my apache log.
If any can help me understand what exactly is the case, I can try to work on a solution for the error.
This is what i see in the logs:
[20131010 16:23][notloggedin]: Database error: Invalid SQL: SELECT DISTINCT c.name AS category_name, c.acl_id, b.*
FROM bm_categories c
INNER JOIN bm_bookmarks b ON c.id = b.category_id
LEFT JOIN go_acl a ON a.acl_id = c.acl_id
LEFT JOIN go_users_groups ug ON ( a.group_id = ug.group_id ) WHERE
(c.user_id= 0
OR ug.user_id = 0
OR a.user_id = 0) ORDER BY category_name ASC , b.name ASC MySQL Error: 1054 (Unknown column 'c.acl_id' in 'field list')