Hello,
I get an SQL error, when i sort the visits in the backend of the plugin cb last views.
Datenbankladefehler. Bitte Datenbank in Komponenten / Community Builder / Werkzeuge Überprüfen und Reparieren.
SQL Error (visible to super-admins only): Unknown column 'b.user' in 'order clause' SQL=SELECT b.`username` AS `user`, c.`username` AS `viewer`, a.`lastip`, a.`lastview`, a.`viewscount` FROM `#__comprofiler_views` AS a LEFT JOIN `#__users` AS b ON b.`id` = a.`profile_id` LEFT JOIN `#__users` AS c ON c.`id` = a.`viewer_id` ORDER BY b.`user` LIMIT 0, 100
I have no errors in my cb database. All tools show only green status.
I have the newest cb 2.0.14, Joomla 3.5.1 and cb last views 3.0.3.
Thank you for your help.