Phoca Image Module Is not showing images

Phoca Gallery modules - modules for Phoca Gallery extension
JohnSmithers
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 11 Jan 2015, 02:28

Re: Phoca Image Module Is not showing images

Post by JohnSmithers »

Hi

I do mean the plugin slider module, yes.

I "solved" my challenge. I hadn't set the image display properly within the module settings. I had set up to display categories, instead of "detail" view. It works now. Thank you, even just for this forum to think aloud.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Image Module Is not showing images

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
stusek
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Jan 2015, 10:21

Re: Phoca Image Module Is not showing images

Post by stusek »

Dobrý den,
mám stejný problém s Phoca Gallery Image modulem.

Mám poslední Joomlu 3.3.6, Phoca Gallery 4.1.2 a Phoca Gallery Image Modul 4.0.0. Žádná odpověď mi nepomohla zprovoznit zobrazvání fotek v modulu. Je zobrazen pouze titulek modulu a fotografie ne.

Phoca Gallery funguje. Byla nainstalována a po té v PHPMyAdmin naimportované záznamy ze staré verze z Joomla 1.5.

Náhledy jsou vygenerované pro všechny fotografie v kategorii a i když vyberu zobrazení fotek jen z jedné kategorie kde fotografie jsou, nic se nezobrazuje.

Děkuji za pomoc

-------------------------------------------------------------------------------------------------------------

Hello,
I have the same problem with Phoca Gallery Image module.

I have the latest Joomla 3.3.6, 4.1.2 and Phoca Gallery Phoca Gallery Image Module 4.0.0. No answer helped me put into operation zobrazvání photos in the module. It is only shown a photo caption module not.

Phoca Gallery works. Was installed and then in PHPMyAdmin imported records from the old version of Joomla 1.5

Thumbnails are generated for all photos in this category even though the view selection of photos from just one category where the photos are, nothing is displayed.

Thanks for your help
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Image Module Is not showing images

Post by Jan »

Hi, can I see the site where this problem occurs?

Are the images authorized, are they published? What about the parameters of the module? Check if there is not set e.g. category id which does not exist, etc. :idea:

Jan
If you find Phoca extensions useful, please support the project
stusek
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 22 Jan 2015, 10:21

Re: Phoca Image Module Is not showing images

Post by stusek »

Problém jsem již vyřešil. Musel jsem editovat každou kategorii a uložit. Nejspíše se zapsaly hodnoty v databázi, které nebyly po importu ze staré verze Phoca Gallery vyplněny. Lze toto udělat pomocí SQL dotazu? Nepřišel jsem na to, jaký je rozdíl mezi funkční kategorií a nefunkční. Kromě toho, že sloupce u funkční kategorie se lišily v těchto sloupcích: accessuserid`='-1', `language`='*'. I když jsem je hromadně vyplnil SQL dotazem, tato úprava nepomohla. Někde bude ještě něco dalšího.

------------------------------------------------------------------

I have solved the problem. I had to edit and save each category. Probably helped shape the values in the database that have not been imported from the old version Phoca Gallery completed. Can this be done using a SQL query? I can not figure out what is the difference between functional and nonfunctional categories. Besides, the columns in functional categories differ in the following columns: accessuserid` = '- 1', `language` = '*'. Even when I completed the bulk SQL query, this treatment did not help. Sometimes it will be something else.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Image Module Is not showing images

Post by Jan »

Hi, yes, see:
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25

This:

Code: Select all

UPDATE `jos_phocagallery_categories` SET `access` = '1';
should do the trick.

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