Page 1 of 1

Images on IE

Posted: Tue May 10, 2005 3:38 am
by ufa
My blog dont show images on IE, just on Firefox...does someone know what is it all about? I have just upgrade the blog to 0.8, but it didnt work

Re: Images on IE

Posted: Tue May 10, 2005 12:51 pm
by garvinhicking
Which IE version? Is your "Browser compatibility" plugin activated? Do you have JavaScript activated?

And what's the URL to your blog?

Regards,
Garvin

Posted: Tue May 10, 2005 2:41 pm
by ufa
Its the most updated IE..
http://www.ufa.kicks-ass.net/blog/

Posted: Tue May 10, 2005 2:45 pm
by ufa
Yes, the browser compatibility is enabled as the java script too

Posted: Tue May 10, 2005 6:06 pm
by garvinhicking
Inside your entries there is a "width=''" and "height=''" attribute for the <img> tags. Those may not be empty, they should reald like width="320" height="240".

This portion is inserted by the Media Selector; when the sizes are missing this can only mean that either the JavaScript did not work propery or that your database does not contain the right values.

Can you check your serendipity_images table and see if the images there have proper width/height attributes?

If not: Are you using GDLib or Imagemagick? Which PHP version? Which Operating System? Which version of gdlib/imagemagick?

Regards,
Garvin

Posted: Tue May 10, 2005 8:06 pm
by Guest
Hello
In the table images, everything seems to be fine the atributes are there: dimensions_width, dimensions_height has a value that indicates the dimensins of the images

I am using Apache/2.0.52 (Win32) PHP/5.0.2 Server at ufa.kicks-ass.net Port 80

imagemagick:Version: ImageMagick 6.2.0 02/27/05

Posted: Tue May 10, 2005 9:07 pm
by garvinhicking
Hm, that's strange. Try to insert another image in a new entry (you don'T need to save it) and look at the generated <img> code for that entry. And look if the dimensions are set properly?

Also try to insert an image WITHOUT a description, and see if then the image sizes get inserted?

Regards,
Garvin

Posted: Tue May 10, 2005 9:17 pm
by ufa
I created a topic with a image and without a description..even so, the dimensions is left blank... :(
The dimensions is always blank :(

Posted: Tue May 10, 2005 9:19 pm
by ufa
Oh, and theres a another bug, but it is completly correctabler by hand. its something i have lived with even in the beggining:
When a insert a image, in the code it is inserted with 2 dots, e.g. image..jpg
i dont know if there is something to do with the real problem, i just take out tje extra dot and everything is fine (for firefox)

solved

Posted: Tue May 10, 2005 9:29 pm
by ufa
I solved the puzzle
My imagemagick is not working ( i dont know why)
but everytime i add a image, the ootin to use a miniature is clicked and the dimensions get wrong...if i put to not use miniatures, the dimensions gets ok!
go figure :)