Joomla.it Forum
Componenti per Joomla! => Gestione sito multilingua => : mpigio 03 Dec 2008, 20:40:50
-
Lavoro con J 1.5.8 e Joomfish 2.0 RC1 senza problemi sul server locale ma da quando ho pubblicato sull'host il sito è piantato a causa del plugin di joomfish, infatti se lo disattivo va che è un amore. Ho provato anche ad aumentare il memorylimit sul configuration ma non è cambiato nulla.
Altri consigli?
Grazie 1000
-
Dal sito inglese mi hanno risposto così e sembra funzionare, vi tengo aggiornati!
The problem is caused by non-optimal database indexes. We have fixed this for the Joomfish final release.
You can add the indexes running the following queries:
ALTER TABLE `#__jf_content` ADD INDEX `combo` ( `reference_id` , `reference_field` , `reference_table` );
ALTER TABLE `#__jf_content` ADD INDEX `jfContent` ( `language_id` , `reference_id` , `reference_table` );
ALTER TABLE `#__jf_content` ADD INDEX `jfContentLanguage` (`reference_id`, `reference_field`, `reference_table`, `language_id`);
-
Nulla ha rallentato di nuovo...
Sapete se è possibile spegnere la cache di Joomfish?