Page 1 of 1

error with private (for registered only) subcategory

Posted: 03 Jul 2008, 13:59
by gray
Thanks for this great component! I like it but found a error.

I have one subcategory with "registered only" access level.

When I set SEF='no'
- no thumbnail in dispayed on the "private" subcatergry folder (image's URL is http://www.site/templates/template_name/images/)
- link goes to http://www.site/index.php?option=com_ph ... &Itemid=10
- link opens a pop-up image "phoca_thumb_l_no_image.gif" with a error
"Warning: getimagesize(www.site/images/phocagallery/) [function.getimagesize]: failed to open stream: Permission denied in www.site\administrator\components\com_phocagallery\helpers\phocagallery.php on line 43"

When I set SEF='yes'
- again, no thumbnail
- link goes to www.site/index.php/galleries/category/3-cat_name.html
- link opens with a 404 error

I use Gallery 1.8.8 beta with Joomla 1.5.3

Actually, to have a message that only registered users (or selected) could access this folder would be great.

Re: error with private (for registered only) subcategory

Posted: 04 Jul 2008, 15:05
by Jan
hi, this is not about Phoca Gallery permissions:

Warning: getimagesize(www.site/images/phocagallery/) ... this is some kind of php (gd library) error, which cannot read the imformation from the server.

- permissions and categories ... now you can hide the private or registered categories... no message is implemented yet ... :(

Jan