Ho trovato questo problema sulla 4.6.2
Code:
DB function failed with error number 1146
La tabella 'tecno-lab.tecnolab_contacts' non esiste SQL=SELECT c.*, c.checked_out as checked_out_contact_category, g.name AS groupname, u.name AS editor,COUNT(DISTINCT s2.checked_out) AS checked_out FROM tecnolab_categories AS c LEFT JOIN tecnolab_users AS u ON u.id = c.checked_out LEFT JOIN tecnolab_groups AS g ON g.id = c.access LEFT JOIN tecnolab_contacts AS s2 ON s2.catid = c.id AND s2.checked_out > 0 WHERE c.section='com_contacts' AND c.published != -2 GROUP BY c.id ORDER BY c.ordering, c.name LIMIT 0, 50
lo si puo' provare cliccando su: component-> contacts -> manage contacts
e cliccare sotto la categoria potete vedere che se salvate vi esce l'errore, come se cerca una table ceh non esiste nel DB.
vi aggiorno se capisco il problema.