qustion about creation thumbnails

Phoca Gallery - image gallery extension
tofrine
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 20 Aug 2008, 11:24

Re: qustion about creation thumbnails: i'm confused

Post by tofrine »

I really don't understand first why apache is the owner of all the thumbnails (that does not seem to bother phoca) and WHY somme files are chmoded 600 instead of 644...
and the files chmoded 600 are dispalyed in my gallery and have a thumbnaim

eh wait:2 of the files with chmode 600 (arghhhhhh ) have a blank in their name...some an undescore
i can't change the permissions as apache is the owner...

the phtos which are not dispaleed are chmoded 644 (and have no thumbnail created of course)

aaaaaaaaaaaaaaaaaaaaargh

if someone could explian those mysteries to me....
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: qustion about creation thumbnails

Post by Jan »

:( I think I am not able to explain this behaviour :(
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: qustion about creation thumbnails

Post by Jan »

if it is possible, the error reporting should be on and then you can see the error... Jan
If you find Phoca extensions useful, please support the project
markcrobinson
Phoca Member
Phoca Member
Posts: 29
Joined: 10 Apr 2008, 17:12
Location: United States of America

Re: qustion about creation thumbnails

Post by markcrobinson »

I'm also having the problem of Blank Screen "Stop Thumbnail Creation"
Used to work fine.
Version 2.0.
Reduced the file sizes - no help
This thread doesn't seem to be much help - are there suggestions of what to do in another thread?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: qustion about creation thumbnails

Post by Jan »

yes, there are some topics about this problem...

try to enable error reporting to see the error message (warning) in your php settings...

mostly there is a problem with php memory, sometimges with not working GD library (e.g. createimagefromjpeg function is not supported, etc.)

sometimes, there is a problem with writing images into the folder because of permissions on the server...

Jan
If you find Phoca extensions useful, please support the project
markcrobinson
Phoca Member
Phoca Member
Posts: 29
Joined: 10 Apr 2008, 17:12
Location: United States of America

Re: qustion about creation thumbnails

Post by markcrobinson »

Settings are currently
max_execution_time = 240
max_input_time = 120
memory_limit = 32M
post_max_size = 10M

Should this be sufficient?

Dont see a "warnings" setting in my php.ini file. Is it one of there?

error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: qustion about creation thumbnails

Post by Jan »

it seems like your server displays the erorrs, but in this case you should get some error message in case the script is stopped while image creating ??? do you have some error_log where you can see errors ?
If you find Phoca extensions useful, please support the project
Post Reply