In the DATABASE ERROR emails, this is the first few lines.
I've posted the entire error report here if anyone can help, I'd appreciate it.
http://puffinspresentations.com/error/error.txt
Database error in
Query:
SELECT
`te`.`id` AS `id`,
`te`.`caption` AS `caption`,
`te`.`content` AS `content`,
`te`.`when` AS `when_uts`,
DATE_FORMAT(FROM_UNIXTIME(`te`.`when`), '%Y-%m-%d %H:%i:%S') AS `when`,
DATE_FORMAT(FROM_UNIXTIME(`te`.`when`), '%m.%d.%Y') AS `when_uf`,
`te`.`uri` AS `uri`,
`te`.`tags` AS `tags`,
`te`.`categories` AS `categories`,
`te`.`comment` AS `comment`,
`te`.`vote` AS `vote`,
`te`.`date` AS `date`,
`te`.`status` AS `status`,
`te`.`featured` AS `featured`,
`te`.`cmts_count` AS `cmts_count`
FROM `bx_arl_entries` AS `te`
WHERE 1 AND `te`.`status`='0' AND `te`.`featured`='1'
ORDER BY `te`.`when` DESC LIMIT 0, 10
Mysql error: Unknown column 'te.when' in 'field list'
Found error in the file '/home/****/public_html/gathering7/modules/boonex/articles/classes/BxArlDb.php' at line 159.
Called 'getAll' function with erroneous argument #0.