Un bel giorno il mio isp è andato down, al suo ritorno up funzionava tutto tranne i banner. Si, i banner non venivano più visualizzati sul sito.
Da backend, nella schermata categoria del componente banner ricevo questo errore:
DB function failed with error number 1030
Got error 134 from storage engine 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_count FROM jos_categories AS c LEFT JOIN jos_users AS u ON u.id = c.checked_out LEFT JOIN jos_groups AS g ON g.id = c.access LEFT JOIN jos_banner AS s2 ON s2.catid = c.id AND s2.checked_out > 0 WHERE c.section = 'com_banner' AND c.published != -2 GROUP BY c.id ORDER BY c.ordering , c.ordering LIMIT 0, 20
in clienti invece questo altro errore:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/htdocs/recredit/libraries/joomla/database/database/mysql.php on line 344
idee su come risolvere?
grazie