You are not logged in.
Just a copy/past from sql-errors.log
185985 2015-04-30 16:59:10 [26@PLAGLPI001]
185986 *** MySQL query error:
185987 SQL:
185988 SELECT glpi_computers.name AS name, count( glpi_tickets.id ) AS conta, glpi_tickets.items_id, glpi_computers.id AS cid
185989 FROM glpi_tickets, glpi_computers
185990 WHERE glpi_tickets.itemtype = \'computer\'
185991 AND glpi_tickets.items_id = glpi_computers.id
185992 AND glpi_computers.is_deleted = 0
185993
185994 GROUP BY items_id
185995 ORDER BY conta DESC , name ASC
185996 Error: Unknown column 'glpi_tickets.items_id' in 'field list'
185997 Backtrace :
185998 ...ugins/dashboard/front/assets/comp_ticket.php:15
185999 ...i/plugins/dashboard/front/assets/assets.php:292 include()
Offline