Use without thumbanail

Phoca Gallery - image gallery extension
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Use without thumbanail

Post 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
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)
illusionicea
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Aug 2009, 16:45

Re: Use without thumbanail

Post 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??
illusionicea
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Aug 2009, 16:45

Re: Use without thumbanail

Post by illusionicea »

Hi,

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

Now working fine.

Thx.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Use without thumbanail

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply