PDA

View Full Version : Missing image notes in simple template :(


obelix
03-17-2006, 03:40 AM
Hi

I run pixelpost 1.4.3 in this setup.

PHP-version 5.1.2 (Pixelpost's min requirement: PHP version 4.3.0)

MySQL version 4.1.15-standard-log (Pixelpost's min requirement: MySQL 3.23.58)

GD-lib bundled (2.0.28 compatible) with JPEG support

Server software Apache/1.3.33 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7e

EXIF Pixelpost is using exifer v1.5 for EXIF information.

My pixelpost installation with simple template was working flawlessly until today.

Suddenly the image notes area [under the photo] is showing up empty. Please check that out here.

http://blog.anands.net

This is the segment that is supposed to dump it in image_template.html
and it looks good to me.

Any ideas why this happens?

<td id="image-notes">
<IMAGE_NOTES>
</td>

The data is still present, since I can see it in the admin page. Any idea why this happens?

se.nsuo.us
03-17-2006, 03:46 AM
If you have not changed any code in the index.php then please ask your ISP if anything was recently upgraded

obelix
03-17-2006, 03:56 AM
Thanks, I just figured out that PHP was upgraded. And turns out that I have to upgrade to PHP 1.5 beta to fix it.

I updated to 1.5 beta and it works. [Even though the admin page is broken in firefox now :(]

se.nsuo.us
03-17-2006, 04:11 AM
I updated to 1.5 beta and it works. [Even though the admin page is broken in firefox now :(]

1.5B is supposed to be the latest and the greatest - whats broken in the admin page?

GeoS
03-17-2006, 03:07 PM
@obelix: Please clear your browser's cache!

obelix
03-17-2006, 05:25 PM
@obelix: Please clear your browser's cache!

Thanks a lot, GeoS. This worked. Appreciate this help.