Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : bionefa 02 Sep 2010, 15:10:49
-
Salve a tutti, ho tre errori che compaiono nella sezione administrator del sito che funzionava fino alla scorsa settimana con joomla 1.5.0:
Nella Gestione Categorie compare:
DB function failed with error number 1030
Got error 127 from table handler 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 , z.title AS section_name 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_content AS s2 ON s2.catid = c.id AND s2.checked_out > 0 LEFT JOIN jos_sections AS z ON z.id = c.section WHERE c.section NOT LIKE "%com_%" AND c.published != -2 GROUP BY c.id ORDER BY z.title, c.ordering LIMIT 0, 20
Nella gestione articoli compare:
Got error 127 from table handler 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
e nella gestione prima pagina compare:
DB function failed with error number 1030
Got error 127 from table handler SQL=SELECT c.*, g.name AS groupname, cc.title as name, s.title AS sect_name, u.name AS editor, f.ordering AS fpordering, 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 = cc.section AND s.scope="content" INNER JOIN jos_content_frontpage AS f ON f.content_id = c.id INNER 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 WHERE c.state >= 0 ORDER BY fpordering , fpordering LIMIT 0, 20
Oltre aq questi tre errori il sito funziona bene, ma non si vedono articoli in home page...
Qualcuno può aiutarmi? Grazie
Considerate che ho tentato di riparare le tabelle con phpmyadmin ma con le tabelle riparate non sembra funzionare la stesso....
L'hosting dice che il disco è pieno ed è sicuramente un problema joomla, almeno credo, poiché gli errori sql eseguite da phpmyadmin funzionano perfettamente, quindi le tabelle dovrebbero essere a posto.
Spero anche di aver inserito questo post nella corretta sezione in caso contrario chiedo anticipatamente perdono.
-
Benvenuto nel forum di joomla.it bionefa,
L'hosting dice che il disco è pieno ed è sicuramente un problema joomla
Scusa ma se non sà lui dove operare...
Non è che fai parte di quei tanti utenti il cui hosting ha cancellato o corrotto i database l'altro giorno?
-
No, fortunatamente no, è andato in crash parte del jos_content che non riesce più ad interfacciarsi con joomla. I dati ci sono tutti solo che per qualche arcano motivo non riesco a rivederli. E in sql funziona tutto...
-
Ti avrei suggerito di provare a riparare le tabelle, cosa che hai già fatto.
Se hai un backup è ora di utilizzarlo, oppure aspetta se magari qualcuno più esperto di me ha qualche suggerimento migliore...
-
...quasi quasi ci riprovo...se magicamente funziona ti aggiorno, intanto aspetto altre possibili soluzioni