Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Calendar OK but cant' display images

More
11 years 5 months ago #1106 by admin
Replied by admin on topic Re: Calendar OK but cant' display images
Gilles,
it is one of those rare cases where there is trouble with the image creation. I don't think it is the temp directory's fault as the temp directory is used for the storing of the thumbnail images and the error you are getting is prior to that, in the 'get the real image and make a usable image for thumbnail creation' (imagecreatefromjpeg php function). This is a php error and there no way to tell what is the cause of the problem from my end. The php function returns 'false'. I will look into this function and see if I can make use of the documentation there is online about it and see if there is an extra step I need to do in my code to make this work for everybody.

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1107 by admin
Replied by admin on topic Re: Calendar OK but cant' display images
Can you tell me what is your php version?
Just making sure you have php > 4.3

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1108 by gg007
Replied by gg007 on topic Re: Calendar OK but cant' display images
Thanks again, Olivier.
I'm testing it at the root right now, just need to change my htaccess, etc.

I understand what you're saying. If you need backend access to my site to help resolve this. let me know. email me and I'll email you back some credentials.
Merci, j'apprecie tes efforts.
G

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1109 by gg007
Replied by gg007 on topic Re: Calendar OK but cant' display images
5.2.17

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago - 11 years 5 months ago #1110 by admin
Replied by admin on topic Re: Calendar OK but cant' display images
Also make sure PHP is set to 'allow url fopen'. I need to document this one, it slipped my mind.

Olivier.
Last edit: 11 years 5 months ago by admin.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1111 by gg007
Replied by gg007 on topic Re: Calendar OK but cant' display images
OK... you're onto something... it's off!
I'm trying to find out how to turn it on. Any ideas?
I've tried editing php.ini with
allow_url_fopen = ON
but no luck.

Please Log in or Create an account to join the conversation.