MySqlIException

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 'and issue.start_date < 1283518960
order by
art.id desc limit 0, 5' at line 10


select
art.id, art.title_ro, art.handle_ro,
art.content_ro
from
tbl_articles art
inner join tbl_magazine_issues issue on art.issue = issue.id
where
art.id != 0
and art.author =
and issue.start_date < 1283518960
order by
art.id desc limit 0, 5

Article->Display('/ro/articole/%s/')
File: /sites/sapteseri.ro/Classes/WebPages/ArticlesWebPage.php, Line: 127
ArticlesWebPage->Main('')
ReflectionMethod->invoke(ArticlesWebPage, '')
File: /sites/sapteseri.ro/Arachnid/Core/Web/PlaceholderHandler.php, Line: 76
PlaceholderHandler->Invoke()
File: /sites/sapteseri.ro/Arachnid/Core/Web/Template.php, Line: 68
Template->Parse()
File: /sites/sapteseri.ro/Arachnid/Core/Web/WebDocument.php, Line: 51
WebDocument->Display()
File: /sites/sapteseri.ro/index.php, Line: 94