Page 2 of 3
Re: Thumbnails won't work
Posted: 13 Feb 2010, 03:08
by vinset
I have changed the permissions but now I have this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 15552 bytes) in /home/robertaa/public_html/administrator/components/com_phocagallery/libraries/phocagallery/image/imagemagic.php on line 214
Re: Thumbnails won't work
Posted: 13 Feb 2010, 20:02
by Jan
Hi, then you should check your memory settings (php memory, cpu speed of the server) or use small images so the server and GD library can work with them ...
Jan
Re: Thumbnails won't work
Posted: 17 Feb 2010, 23:32
by ClausJepsen
Hi All
Had the same problem (with the white screen (backend), and just no thumbnails (frontend))
Took contact to my hostmaster.
It is a server error.
Where I have my site hostet it is not possible to uploade images over 1.2M due to some buffer-size with PHP and GD.
And that's it, they told me. DAMN !!!!!
So the problem is at the server.
Regards
Claus
Re: Thumbnails won't work
Posted: 17 Feb 2010, 23:39
by Jan
Ok
Re: Thumbnails won't work
Posted: 18 Feb 2010, 01:41
by vinset
I'm sorry but I can upload 64M of file... I have the same error with 3M file! There is an error in the component!
Re: Thumbnails won't work
Posted: 18 Feb 2010, 19:14
by ClausJepsen
Hi again
You upload one image 64M ?????
Sorry, know what you mean I think.
Problem is not the sice of the file when the original image is uploaded.
Problem comes when som php service (GD) is called on the server to create thumbnails.
My site is hosted for $2 per months (with free trafic) , so they put 1000-1500 sites on every server. Dooing this they have to put some lemitations, not to crash the server, and buffer-size of PHP (GD) must bee one.
I created images sizes 100K, 200K, 300K and up to find the limit, as my hostmaster could not tell, and 1.2M was
Regards
Claus Jepsen
Re: Thumbnails won't work
Posted: 18 Feb 2010, 22:29
by vinset
On my server:
memory limit = 64M
upload_max_filesize = 64 M
The version 2.6.0 worked fine
Re: Thumbnails won't work
Posted: 27 Feb 2010, 00:10
by vinset
Jan can you help me?
Re: Thumbnails won't work
Posted: 27 Feb 2010, 15:22
by Jan
Hi, I cannot help you because I don't know your server and don't know which error message you get?

Did you try to enable error reporting, did you try to see error log, did you try to enable debug mode?
https://www.phoca.cz/documents/16-joomla ... rs-on-site
If you get memory fatal error, then there is not other solution than:
- upload smaller files
- increase memory on server
Jan
Re: Thumbnails won't work
Posted: 27 Feb 2010, 16:26
by vinset
There is the same problem also with small files!!!