Page 1 of 1
1.6 Joomla and Phoca Gallery
Posted: 23 Dec 2010, 21:29
by smartino
To the group,
I installed Joomla 1.6 and the Phoca Gallery 3.0. On the initial install I get the administration panel for Phoca Gallery, but when I look in components a link does not exist, can someone assist?
thanks
Steve
Re: 1.6 Joomla and Phoca Gallery
Posted: 23 Dec 2010, 22:41
by Jan
Hi, then seems like the menu link was not correctly created. I got some similar problem with some previous Joomla! 1.6 (some of beta version)
Try to see this:
https://www.phoca.cz/news/30-phoca-news/ ... 6-released
Jan
Re: 1.6 Joomla and Phoca Gallery
Posted: 23 Dec 2010, 22:52
by smartino
Jan,
thanks! Ran the following commands and they now appear under components.
UPDATE `jos_menu`
SET `published` = '1',
`component_id` = ( SELECT extension_id
FROM `jos_extensions`
WHERE element = 'com_phocagallery' )
WHERE `title` LIKE '%phocagallery%';
Steve
Re: 1.6 Joomla and Phoca Gallery
Posted: 24 Dec 2010, 15:15
by Jan
Great to hear it, I am still testing why Joomla! does not create menu links while installation of component, maybe some bug, ...
Jan