Page 2 of 2

Re: Use without thumbanail

Posted: 06 Mar 2009, 10:42
by caro84g
Hi,

I'm out of ideas too.

You can create the thumbnails manually. Then add the images to Phoca Gallery, while having 'automatic thumbnails creation' off. Then upload the manual created thumbnails to the thumbs folder.

Naming of the thumbs:
large: phoca_thumb_l_image name.jpg
medium: phoca_thumb_m_image name.jpg
small: phoca_thumb_s_image name.jpg

where you have to replace 'image name' with the image name

Regards, Carolien

Re: Use without thumbanail

Posted: 19 Aug 2009, 16:56
by illusionicea
Hi,

I also have such issue. But i was using the Linux hosting.
1 thing I discover is that when create folder inside com_phocagallery it will set my directory permission to 0043.
I had try to print out the error and found that
administrator/components/com_phocagallery/controllers/phocagalleryu.php
line 40

Code: Select all

$folder_permissions = $paramsC->get( 'folder_permissions', 0755 );
It return 493 for me.
After that it will run

Code: Select all

$folder_permissions = octdec((int)$folder_permissions);
after octdec result will be 35

Do you have any idea why $paramsC->get( 'folder_permissions', 0755 ) will return 493??

Re: Use without thumbanail

Posted: 22 Aug 2009, 04:41
by illusionicea
Hi,

Problem solved.
I forgot to preset the folder permission at the beginning. :cry:

Now working fine.

Thx.

Re: Use without thumbanail

Posted: 24 Aug 2009, 13:49
by Jan
Ok