Errore database artbannerplus
Ciao a tutti.
Dopo aver installato il componente Artbanner plus per Joomla ed essere andato nella sezione Gestione Clienti, Joomla mi ha dato questo errore:
DB function failed with error number 1146
Table 'my_aulamagnacafe.jos_artbanners' doesn't exist SQL=SELECT a.*, count(b.id) AS id, count(c.id) as attivi, count(d.id) as terminati, count(e.id) as non_publ, count(f.id) as in_attiv, u.name AS editor FROM my_artbanners_clients AS a LEFT JOIN my_artbanners AS b ON a.cid = b.cid LEFT JOIN jos_artbanners AS c ON a.cid = c.cid and c.state = 1 AND ('2006-08-09' <= c.publish_down_date OR c.publish_down_date = '0000-00-00') AND '2006-08-09' >= c.publish_up_date AND '21:40:51' >= c.publish_up_time AND ('21:40:51' <= c.publish_down_time OR c.publish_down_time = '00:00:00') LEFT JOIN jos_artbanners AS d ON a.cid = d.cid and d.state = 1 AND '2006-08-09' >= d.publish_down_date and d.publish_down_date != '0000-00-00' LEFT JOIN jos_artbanners AS e ON a.cid = e.cid and e.state = 0 LEFT JOIN jos_artbanners AS f ON a.cid = f.cid and f.state = 1 AND '2006-08-09' < f.publish_up_date LEFT JOIN my_users AS u ON u.id = a.checked_out GROUP BY a.cid LIMIT 0,30
Ho provato a svuotare le tabelle del database create per Artbannerplus ma non cambia niente.
C'è qualcuno che sà cosa vuol dire?
Grazie a tutti.