i upgrade my website j 1.5.26 to .2.5 version
using com_jupgrade
i reinstall com_pochagallery (3.2.
how fix this problem.. how replace a database fields to it!!!
thanks






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` = '*';
Kind regards,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';