Ciao a tutti,
ieri ho combinato un macello...volevo fare alcune modifiche con firebug e ho peggiorato tutto.

In pratica se vado nella gestione articoli mi da questo errore:
"500 - E' avvenuto un errore
DB function failed with error number 145
La tabella '.\amnesty\jos_content' e` segnalata come corrotta e deve essere riparata SQL=SELECT c.*, g.name AS groupname, cc.title AS name, u.name AS editor, f.content_id AS frontpage, s.title AS section_name, v.name AS author FROM jos_content AS c LEFT JOIN jos_categories AS cc ON cc.id = c.catid LEFT JOIN jos_sections AS s ON s.id = c.sectionid LEFT JOIN jos_groups AS g ON g.id = c.access LEFT JOIN jos_users AS u ON u.id = c.checked_out LEFT JOIN jos_users AS v ON v.id = c.created_by LEFT JOIN jos_content_frontpage AS f ON f.content_id = c.id WHERE c.state != -2 ORDER BY section_name , section_name, cc.title, c.ordering LIMIT 0, 20"in sezioni e categorie mi da questo errore:
"DB function failed with error number 145
La tabella '.\amnesty\jos_content' e` segnalata come corrotta e deve essere riparata SQL=SELECT s.*, g.name AS groupname, u.name AS editor FROM jos_sections AS s LEFT JOIN jos_content AS cc ON s.id = cc.sectionid LEFT JOIN jos_users AS u ON u.id = s.checked_out LEFT JOIN jos_groups AS g ON g.id = s.access WHERE s.scope = 'content' GROUP BY s.id ORDER BY s.ordering , s.ordering LIMIT 0, 20"
Sapete che significano questi errori???
Spero che qualcuno possa aiutarmi!!Grazie in anticipo
Ah non so se serve come informazione, il sito è ancora in locale!