Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => : thenecromancer 22 Jul 2006, 17:47:26
-
Oltre ad avere un sito che gestisco con Joomla su AlterVista ne possiedo un'altro su un server A***a.it. Ho correttamente installato il componente per la gestione di eventi Events 1.2 ita b e il modulo Mod Events calendar 1.8 ita in entrambi i server. Quello su AlterVista funziona alla perfezione. Al contrario quello su A***a.it da un errore in seguito all'accesso a Componenti -> Eventi -> Gestione eventi, con il seguente testo:
DB function failed with error number 1054
Unknown column 'a.checked_out' in 'on clause' SQL=SELECT a.*, cc.name AS category, u.name AS editor, g.name AS groupname FROM DaGiuMa_events AS a, DaGiuMa_categories AS cc LEFT JOIN DaGiuMa_users AS u ON u.id = a.checked_out LEFT JOIN DaGiuMa_groups AS g ON g.id = a.access WHERE a.catid=cc.id ORDER BY a.catid LIMIT 0,30
-
A me in locale su Mac MAMP
DB function failed with error number 1054
Unknown column 'a.checked_out' in 'on clause' SQL=SELECT a.*, cc.name AS category, u.name AS editor, g.name AS groupname FROM jos_events AS a, jos_categories AS cc LEFT JOIN jos_users AS u ON u.id = a.checked_out LEFT JOIN jos_groups AS g ON g.id = a.access WHERE a.catid=cc.id ORDER BY a.catid LIMIT 0,10
Non capisco.