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
Use without thumbanail
- caro84g
- Phoca Hero

- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Use without thumbanail
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)
Backup before you do any major change to your website (and test first)
-
illusionicea
- Phoca Newbie

- Posts: 2
- Joined: 18 Aug 2009, 16:45
Re: Use without thumbanail
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
It return 493 for me.
After that it will run
after octdec result will be 35
Do you have any idea why $paramsC->get( 'folder_permissions', 0755 ) will return 493??
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 );After that it will run
Code: Select all
$folder_permissions = octdec((int)$folder_permissions);Do you have any idea why $paramsC->get( 'folder_permissions', 0755 ) will return 493??
-
illusionicea
- Phoca Newbie

- Posts: 2
- Joined: 18 Aug 2009, 16:45
Re: Use without thumbanail
Hi,
Problem solved.
I forgot to preset the folder permission at the beginning.
Now working fine.
Thx.
Problem solved.
I forgot to preset the folder permission at the beginning.
Now working fine.
Thx.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: