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
1.6 Joomla and Phoca Gallery
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.6 Joomla and Phoca Gallery
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
Try to see this:
https://www.phoca.cz/news/30-phoca-news/ ... 6-released
Jan
If you find Phoca extensions useful, please support the project
-
smartino
- Phoca Member

- Posts: 36
- Joined: 21 Jul 2010, 19:52
Re: 1.6 Joomla and Phoca Gallery
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
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
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: 1.6 Joomla and Phoca Gallery
Great to hear it, I am still testing why Joomla! does not create menu links while installation of component, maybe some bug, ...
Jan
Jan
If you find Phoca extensions useful, please support the project