ERROR IN: SELECT * from phpkit_content LEFT JOIN phpkit_contenttheme ON phpkit_contenttheme.contenttheme_id=phpkit_content.content_themeid
,phpkit_contentcat
WHERE content_status=1
and content_time<'1337222618'
and content_option not in (2,3)
and content_cat = contentcat_id
and ( ((contenttheme_rights IS NULL or contenttheme_rights='') and content_rights='' and contentcat_rights IS NOT NULL and contentcat_rights!='' and ((contentcat_rights='guest')))
or(content_rights='' and contenttheme_rights IS NOT NULL and contenttheme_rights!='' and ((contenttheme_rights='guest')))
or(content_rights!='' and (content_rights='guest'))
)
order by content_time
DESC LIMIT 10
unknown column 'contenttheme_rights' in 'where clause'RosePage - erstellt mit PHPKIT