MYSQL reported an error:
Query
SELECT c.ID, c.Name
FROM pp_newsletters n
INNER JOIN pp_spotlight_categories c ON c.ID = n.SpotlightCategoryID
INNER JOIN pp_x_clients_newsletters x ON x.NewsletterID = n.ID
WHERE n.NewsletterTypeID = 2 AND isSpotlightMainArchive = 1
AND n.is_both = 1 AND n.isSent = 1 AND x.TypeID = 2 AND x.FutureStatusID IN (2,4,5)
GROUP BY c.ID
ORDER BY c.Name ASC
Error: Unknown column 'n.is_both' in 'where clause'
Error code:0
File: /var/www/www.productionparadise.com/releases/20130221104810/classes/cSQL.php
Line: 61
Trace:
[file] => /var/www/www.productionparadise.com/releases/20130221104810/pages/spotlights.php
[line] => 14