Page 1 of 1
migration to Joomla 2.5
Posted: 01 Apr 2014, 20:28
by licinio
I have successfully migrated, but the gallery has something wrong. I have a meny item set to display a category list, but the page is blank
http://www.licinio.altervista.org/index ... ia-gallery
What is wrong?
Also this link doesn't work (image list)
http://www.licinio.altervista.org/index ... &Itemid=44
Re: migration to Joomla 2.5
Posted: 01 Apr 2014, 21:37
by Benno
Hi,
did you use this guide for upgrade?
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25 And did you run the queries at the end of this guide:
Code: Select all
UPDATE `jos_phocagallery` SET `language` = '*';
UPDATE `jos_phocagallery_categories` SET `language` = '*';
UPDATE `jos_phocagallery_comments` SET `language` = '*';
UPDATE `jos_phocagallery_fb_users` SET `language` = '*';
UPDATE `jos_phocagallery_img_comments` SET `language` = '*';
UPDATE `jos_phocagallery_img_votes` SET `language` = '*';
UPDATE `jos_phocagallery_img_votes_statistics` SET `language` = '*';
UPDATE `jos_phocagallery_tags` SET `language` = '*';
If access was not set in Phoca Gallery in Joomla! 1.5 and all categories are public, likely, you need to run the following
queries:
Code: Select all
UPDATE `jos_phocagallery_categories` SET `access` = '1';
Kind regards,
Benno