Error 500 to see original image

Phoca Gallery plugins - plugins for Phoca Gallery extension
Nuzzina
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 13 Jun 2008, 14:04

Error 500 to see original image

Post by Nuzzina »

When I click on the preview to view original image, I see error 500. But this problem is only with the phoca plugin, beacuse the normal phoca gallery work. You can see the problem there: http://www.shoujo-love.net/joomla/index ... mitstart=5 try to clik on a preview...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error 500 to see original image

Post by Jan »

Maybe the problems are caused by Itemid, try to create a menu link to Phoca Gallery categories, plugin will take the Itemid. Do you have the last version of plugin and component.

Jan
If you find Phoca extensions useful, please support the project
Nuzzina
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 13 Jun 2008, 14:04

Re: Error 500 to see original image

Post by Nuzzina »

and how I can create a menu link?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Error 500 to see original image

Post by Jan »

If you find Phoca extensions useful, please support the project
Nuzzina
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 13 Jun 2008, 14:04

Re: Error 500 to see original image

Post by Nuzzina »

I did that, but the problem is not disappeared... I use this code in the article:

Code: Select all

phocagallery view=category|categoryid=2|imageid=0|limitstart=0|limitcount=9|detail=1|displayname=1|displaydetail=1|displaydownload=0|float=right|detail=1}

What's wrong?
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Error 500 to see original image

Post by caro84g »

I'm just reading your code and I should remove 'imageid=0' and 'detail=1'. The first you don't need with limitstart and limitcount. The second is doubled in the code.

I should add this code:

Code: Select all

{phocagallery view=category|categoryid=2|limitstart=0|limitcount=9|detail=1|displayname=1|displaydetail=1|displaydownload=0|float=right}
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Post Reply