Installation problem

Phoca Gallery - image gallery extension
riavanheerden
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 14 Mar 2011, 13:39

Installation problem

Post by riavanheerden »

I installed version 3.1.1, but the link in the backend of joomla under components is not there.

I looked in the database and under the #_extensions table i can see the entry for com_phocagallery but its not displayed in the drop down when i click on components

I am using Joomla 1.7 and I have SEF turned on

I can still access the component by using the actual address - administrator/index.php?option=com_phocagallery

but this is not the solution, I have searched but cant find the answer, I hope someone can help me.

Kind Regards
mar_ujita
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Nov 2011, 13:06

Re: Installation problem

Post by mar_ujita »

I think I have the same problem
When you installed phoca gallery you can see 'the component is correctly'? I don't received this message
When you access the component by using 'administrator/index.php?option=com_phocagallery' there is a message 'Error cargando Componente: com_phocagallery, 1'?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Installation problem

Post by Jan »

Hi, in some of RC of Joomla! there were some problems, see:
viewtopic.php?f=1&t=12837
If you find Phoca extensions useful, please support the project
riavanheerden
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 14 Mar 2011, 13:39

Re: Installation problem

Post by riavanheerden »

Thank you Jan your link solved my problem

I used this code in my database to update the tables

Code: Select all

UPDATE `jos_menu`
SET `published` =  '1',
`component_id` = ( SELECT extension_id
FROM `jos_extensions`
WHERE element = 'com_phocagallery' )
WHERE `title` LIKE '%Phoca Gallery%';
and now I have a menu option for phoca gallery under components

Kind Regards
Ria
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Installation problem

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply