Warning: [mysql error 1054] Unknown column 'user_agent' in 'SELECT'
SELECT
user_agent,
COUNT(*) AS counter,
MIN(occured_on) AS first_encounter,
MAX(occured_on) AS last_encounter
FROM piwigo_activity
WHERE user_agent NOT LIKE 'Mozilla/5%'
GROUP BY user_agent
; in /home/hendrix1/public_html/piwigo/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/hendrix1/public_html/piwigo/include/dblayer/functions_mysqli.inc.php:913
Stack trace:
#0 /home/hendrix1/public_html/piwigo/include/functions.inc.php(2873): query2array('\nSELECT\n use...')
#1 /home/hendrix1/public_html/piwigo/include/page_tail.php(58): send_piwigo_infos()
#2 /home/hendrix1/public_html/piwigo/index.php(464): include('/home/hendrix1/...')
#3 {main}
thrown in
/home/hendrix1/public_html/piwigo/include/dblayer/functions_mysqli.inc.php on line
913