Support Forum

image doesn't insert with internet explorer

41 Answers

New Answer

MP Mr Papa
Mr Papa
Member

sorry, not at computer right now… does this new message only occur in IE… or all browsers…. trying to remember where we were with this… and just to be safe, can you give me a link? might be confusing this topic with another IE issue…

PE Petra
Petra
Member

www.capelle-fotografeert.nl sorry not tested yet! Get on to it right away…

But problem was never produced other then in IE

PE Petra
Petra
Member

Number of links allowed message same in Chrome. So obviously not the problem, sorry about that.

YS Yellow Swordfish
Yellow Swordfish
Member

The Get Image Size warning sort of mirrors the problem you had with saving images in posts in the first place. There is something odd about your server that is stopping SP tying to interrogate the image no matter what method is being used. So getImageSize() doesn’t work nor does the WP remote call routine work. It all seems to add u p (to my thinking) to the server missing something or having something closed down that would normally be turned on…

Steve – any thoughts?

MP Mr Papa
Mr Papa
Member

might be worth asking the host if GD is installed with php…  as Andy says, there is a fallback for that condition which should work too…

what about mod__security?  is it installed on your server?

PE Petra
Petra
Member

Reply ISP: GD is installed. mod_security not active, but suphp is. Does this answer your question or do I ask them for more info? 

They are also looking in to the problem, if it is something on their end… Well I’m waiting on a reaction from their side now :)

PE Petra
Petra
Member

Well that was a bit disappoining or not? The helpdesk can reproduce my problem, but don’t know where it comes from. They refer me to the person(s) who made it. So back again :) .

They did reffer me to my phpinfo for more info about what is on/off on the server. If you like I can mail you the address via PM. Still no solution on my end. Only more problems, because one of the other plugins is failing after the upgrade of WP :( . So still very busy trying to solve all the loose ends ;) . Can this also be related to the latest upgrade?

Waiting for you insight or suggestions and again thanks for your help :) .

MP Mr Papa
Mr Papa
Member

sure pm us (yellow swordfish and mr papa) the pminfo stuff…

can you explain what you mean by update of wp? from what version to what version?  and what is failing?

MP Mr Papa
Mr Papa
Member

nothing obvious in the phpinfo stuff… looks fine…

on our plate for this weekend!

MP Mr Papa
Mr Papa
Member

I dont think its a getimagesize issue…  that all seems working… the images are showing in the uploads viewer, it gets inserted… file is correct… viewing the file url directly works…  the uploads viewer does call getimagesize too, but it seems to work too as its displaying the image in the viewer okay…

‘something’ is just adding width and height constraints of 1px…  this is on insertion into the editor… before the post is ever saved… 

the insert content js call does pass a width and height…but not sure how that would be 1 if the image size was failing…

Petra, any chance we could get ftp access so we can try some debug code?

MP Mr Papa
Mr Papa
Member

so Petra, this is going to come down to your server configuration…  and you should talk to your host as you still have a couple things that are not working…

for example:  the php function getimagesize() is failing on your server…

this is why the image is getting a 1px height and width…

I have added some code specific to your install to adjust for this failing of getimagesize()… 

it should not require anything special from php or other…  so I would check with your host and see what is up…

anyway, its working now…  not optimally since we wont have height, width on the image but working none the less…