SELECT ERROR: select `activity`.*
from activity
inner join
activity_theme on activity_theme.`newsid`=activity.`id`
inner join
themescat on themescat.id=activity_theme.`themeid`
where (activity_theme.`themeid`='e'')
and activity.`id`<>0
and activity.enabled=1 and LangType=2 and (view_status=0 or view_status='') order by news_date desc LIMIT 0,10
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''e'')
and activity.`id`<>0
and activity.enabled=1 and' at line 7
SELECT ERROR: select `activity`.*
from activity
inner join
activity_theme on activity_theme.`newsid`=activity.`id`
inner join
themescat on themescat.id=activity_theme.`themeid`
where (activity_theme.`themeid`='e'')
and activity.`id`<>0
and activity.enabled=1 and LangType=2 and (view_status=0 or view_status='') order by news_date desc
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''e'')
and activity.`id`<>0
and activity.enabled=1 and' at line 7
News ()
SELECT ERROR: SELECT docfiles.* FROM docfiles inner join
activity_theme on activity_theme.`newsid`=docfiles.`activityid`
inner join
themescat on themescat.id=activity_theme.`themeid`
where (activity_theme.`themeid`='e'')
and docfiles.`activityid`<>0
and docfiles.enabled=1 and (view_status=0 or view_status='')
order by indate desc
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''e'')
and docfiles.`activityid`<>0
and docfiles.enable' at line 5