Phocagallery plugin not work

Phoca Gallery - image gallery extension
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Phocagallery plugin not work

Post by massikk »

Hi, I've installed phoca gallery plugin and button, but when I insert code in article not show image.
I have Joomla, phoca gallery and plugin at last version.
Can you help me?
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: Phocagallery plugin not work

Post by christine »

Hi,

sure, you have also: https://www.phoca.cz/documents/59-phoca ... ery-plugin ?
Phoca Gallery Button Plugin

Kind regards
Christine
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

Yes, I have
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

I can send you my admin login if you can help me :)
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9112
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phocagallery plugin not work

Post by Benno »

Hi,
can you please post the Code, you tried to insert into the article?

Kind regards,
Benno
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

{phocagallery view=category|categoryid=45|limitstart=0|limitcount=0}
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

I look that only some category not work... other work correctly
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

It's possibile that not work because file name contain space?
And if the problem is this, when I can correct?
I have more than 1000 images in phocagallery and change name of file in ftp and in component are hard.
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

I think that I can insert in extension a rule that replace space in filename with %20 .... but I don't know how do it.
massikk
Phoca Member
Phoca Member
Posts: 40
Joined: 09 Nov 2019, 14:39

Re: Phocagallery plugin not work

Post by massikk »

I have solved!!!

If anyone have some problem add this rule in htaccess
# Replace spaces with hyphens
RewriteRule ^([^\ ]*)\ (.*)$ $1-$2 [E=rspace:yes,N]
# Redirect to update URL in search engine listings and browsers
RewriteCond %{ENV:rspace} yes
RewriteRule (.*) http://%{HTTP_HOST}/$1 [R=301,L]
Post Reply