[eluser]JeremyL[/eluser]
None of my primary keys have the name 'ID'. They all are unique to make it easier on my end. Every time I try and load CE for one of those tables, I get the following looking for 'ID' as the primary key. How do I change this?
Quote:A Database Error Occurred
Error Number: 1054
Unknown column 'id' in 'field list'
SELECT `comment_user_id`, `comment_howto_id`, `comment_content`, `comment_karma`, `comment_date`, `id` FROM (`comments`) ORDER BY `id` desc