A PHP Error was encountered

Severity: Warning

Message: Missing argument 2 for articles::index()

Filename: controllers/articles.php

Line Number: 10

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/drgeorge/public_html/system/libraries/Exceptions.php:166)

Filename: codeigniter/Common.php

Line Number: 360

Database Error

A Database Error Occurred

Error Number: 1054

Unknown column 'summer2008_htm' in 'where clause'

select article.*, coalesce(author.name,'') as author, coalesce(author.bio,'') as bio, coalesce(author.blurb,'') as blurb, coalesce(category.title,'') AS category, coalesce(category.showinrandom,0) as showinrandom from (article left join author on article.authorid = author.authorid) left join category on category.catid = article.catid where articleid = summer2008_htm