Page 1 of 1
Error 500 to see original image
Posted: 14 Jun 2008, 20:58
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...
Re: Error 500 to see original image
Posted: 14 Jun 2008, 23:54
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
Re: Error 500 to see original image
Posted: 18 Jun 2008, 23:14
by Nuzzina
and how I can create a menu link?
Re: Error 500 to see original image
Posted: 18 Jun 2008, 23:53
by Jan
Re: Error 500 to see original image
Posted: 19 Jun 2008, 12:46
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?
Re: Error 500 to see original image
Posted: 19 Jun 2008, 13:08
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}