User Statistics not working

Phoca Download - download manager
mdriess
Phoca Member
Phoca Member
Posts: 10
Joined: 09 Sep 2011, 10:09

User Statistics not working

Post by mdriess »

I was able to use user statistics for about 30 seconds, but when I tried to search for a user, it returned this message:

Code: Select all

500 - An error has occurred.

Unknown column 'a.title' in 'where clause' SQL=SELECT a.*,d.filename AS filename, d.title AS filetitle, a.date,ua.id AS userid, ua.username AS username, ua.name AS usernameno FROM `j16_phocadownload_user_stat` AS a LEFT JOIN j16_phocadownload AS d ON d.id = a.fileid LEFT JOIN j16_users AS ua ON ua.id = a.userid WHERE a.fileid = 1 AND ( a.title LIKE '%gayle%' OR a.filename LIKE '%gayle%') GROUP BY a.id ORDER BY a.ordering asc Unknown column 'a.title' in 'where clause' SQL=SELECT a.*,d.filename AS filename, d.title AS filetitle, a.date,ua.id AS userid, ua.username AS username, ua.name AS usernameno FROM `j16_phocadownload_user_stat` AS a LEFT JOIN j16_phocadownload AS d ON d.id = a.fileid LEFT JOIN j16_users AS ua ON ua.id = a.userid WHERE a.fileid = 1 AND ( a.title LIKE '%gayle%' OR a.filename LIKE '%gayle%') GROUP BY a.id ORDER BY a.ordering asc LIMIT 0, 20 Unknown column 'a.title' in 'where clause' SQL=SELECT a.*,d.filename AS filename, d.title AS filetitle, a.date,ua.id AS userid, ua.username AS username, ua.name AS usernameno FROM `j16_phocadownload_user_stat` AS a LEFT JOIN j16_phocadownload AS d ON d.id = a.fileid LEFT JOIN j16_users AS ua ON ua.id = a.userid WHERE a.fileid = 1 AND ( a.title LIKE '%gayle%' OR a.filename LIKE '%gayle%') GROUP BY a.id ORDER BY a.ordering asc Unknown column 'a.title' in 'where clause' SQL=SELECT a.*,d.filename AS filename, d.title AS filetitle, a.date,ua.id AS userid, ua.username AS username, ua.name AS usernameno FROM `j16_phocadownload_user_stat` AS a LEFT JOIN j16_phocadownload AS d ON d.id = a.fileid LEFT JOIN j16_users AS ua ON ua.id = a.userid WHERE a.fileid = 1 AND ( a.title LIKE '%gayle%' OR a.filename LIKE '%gayle%') GROUP BY a.id ORDER BY a.ordering asc

Return to Control Panel
after which I couldn't view user statistics at all, just the error.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: User Statistics not working

Post by Jan »

Hi, do you run the latest version?
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: User Statistics not working

Post by Jan »

Hi, found, will be fixed in 2.1.2

Thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
Post Reply