I have throuble getting the thumbnails created with my large files. 3872 x 2592. When i first shrink the image, then upload it en let the script create the thumbs is goes well. With the large files the script respond with 'done' but no images are created> Upload is no problem.
Whats the reason and can it be resolved.
thanx
No thumb creation with large images 3872 x 2592
-
marijn
- Phoca Newbie

- Posts: 2
- Joined: 27 Oct 2008, 19:39
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No thumb creation with large images 3872 x 2592
Hi, limitation of thumbnail creation depends on your server and GD library on your server which creates the thumbnails... so maybe the memory limit is to small to create thumbnails from images witch such resolution or your GD library has problems with this limitiation (e.g. not enough time)
If you find Phoca extensions useful, please support the project
-
marijn
- Phoca Newbie

- Posts: 2
- Joined: 27 Oct 2008, 19:39
Re: No thumb creation with large images 3872 x 2592
That's what i thought and read somewere in this forum. I allready updated all the index.php files with the line to increase the allocation of memory. Even to a 150mb. And no succes. I didn't find an entry for the time to adjust. Perhaps you can tell me where i can find the settings you think are my problem>
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: No thumb creation with large images 3872 x 2592
- memory limit
- time limit in php (increasing of 30 sec)
- CPU ???
- upload and post limits if problems with uploading ...
Jan
If you find Phoca extensions useful, please support the project