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
migration to Joomla 2.5
- Benno
- Phoca Hero

- Posts: 9967
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: migration to Joomla 2.5
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:
Kind regards,
Benno
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` = '*';
queries:If access was not set in Phoca Gallery in Joomla! 1.5 and all categories are public, likely, you need to run the following
Code: Select all
UPDATE `jos_phocagallery_categories` SET `access` = '1';Benno
