I've recently updated Phoca Download and have found the following error message when accessing the downloads page.
Code: Select all
1054 - Unknown column 'c.c.date' in 'order clause' SQL=SELECT c.*, cc.id AS categoryid, cc.title AS categorytitle, cc.alias AS categoryalias, cc.access as cataccess, cc.accessuserid as cataccessuserid FROM jos_phocadownload AS c LEFT JOIN jos_phocadownload_categories AS cc ON cc.id = c.catid WHERE c.catid= cc.id AND ( (unaccessible_file = 1 ) OR (unaccessible_file = 0 AND c.access IN (1,1,5) ) ) AND ( (unaccessible_file = 1 ) OR (unaccessible_file = 0 AND cc.access IN (1,1,5) ) ) AND c.published = 1 AND c.approved = 1 AND cc.published = 1 AND c.textonly = 0 AND ( c.publish_up = '0000-00-00 00:00:00' OR c.publish_up <= '2015-12-07 20:20:24' ) AND ( c.publish_down = '0000-00-00 00:00:00' OR c.publish_down >= '2015-12-07 20:20:24' ) ORDER BY c.c.date DESC LIMIT 0, 10Many thanks


