PDA

View Full Version : Browser Problem?


radar71
01-24-2008, 09:38 AM
on window ome days ago I updated pixelpost to 1.7.
Everything it's ok, but today some daily visitors tell me that they don't see the image page (archive page it's ok).
I use a mac and everything it's ok with safari and firefox. Is it a problem with the cache of explorer with window users?

Somebody can check?
Many thanks




INFO VIEW

URL http://lnx.andreadarra.it/admin/index.php

PHP-version 4.4.7 (Requisiti minimi di Pixelpost: versione PHP: 4.3.0 )

Percorso per il salvataggio della sessione /tmp

MySQL version 5.0.45-community-log (Requisiti minimi di Pixelpost: MySQL: 3.23.58 )

GD-lib bundled (2.0.28 compatible) con supporto JPEG

Gli Upload al sito Pixelpost sono possibile.

Server Software Apache/2.0

EXIF Pixelpost usa exifer v1.5 per i dati EXIF.

Dkozikowski
01-24-2008, 09:44 AM
Please see this thread, http://www.pixelpost.org/forum/showthread.php?t=7769

You seem to be experiencing the same issue.

austriaka
01-24-2008, 07:55 PM
Since you seem not to have followed dwilkinsjr's link, here it is again:
your image width and height is empty.
Please confirm that you've set images and thumbnails folder correct (../images and ../thumbnails)
If this is ok, check if you have the actual index.php

If all failes (and only then), just delete the width and height attributes for main image on your image page (this is no perfect solution but it will work then):
<img src="...." width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>">
change it to
<img src="....">