migration to Joomla 2.5

Phoca Gallery - image gallery extension
licinio
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 18 Sep 2010, 11:17

migration to Joomla 2.5

Post 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
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9967
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: migration to Joomla 2.5

Post 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
Post Reply