PDA

View Full Version : Return of the Thumbnail Bug


EarlThorfinn
12-05-2005, 07:21 PM
Hi,

I had the white/blank index page & thumbnail generation problem a couple of weeks ago when my host upgraded to php 5. After following Raminia's advice in another thread (http://forum.pixelpost.org/showthread.php?p=16349#post16349) all was working fine again. Now my server has upgraded again and the thumbnail generation problem has come back. 12CropImage is also now saying "The layer does not exist" and the standard thumbnail regeneration doesn't work.

The newer version of 12CropImage which Raminia uploaded made the admin page not load (white/blank page). I've also tried bzhsteven's solution (http://forum.pixelpost.org/showthread.php?t=2736&highlight=php) to no avail.

What's the latest on the php 5 problem? Can this be solved? (bearing in mind I can edit files but I'm no php coder) Is there anything I should ask the hosts?

Thanks in advance for any replies!
www.davegifford.co.uk (http://www.davegifford.co.uk)


My general PP info:

PixelPost Version: 1.4.3

Host Information

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

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

GD-lib bundled (2.0.28 compatible)

Server software Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a PHP/5.0.4

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

Paths: all OK

Connie
12-05-2005, 07:27 PM
GD-lib bundled (2.0.28 compatible)what about GD LIB after upgrade?

I think you are missing JPG-support, because if JPG-support where there, the info would mention it!

I'm not a specialist in this PHP5 problem, but I noticed this.

Hope you will get help!

raminia
12-05-2005, 08:14 PM
if you still seeing blank page at front modify the index.php file at top where it reads
error_reporting(0);
to
//error_reporting(0);

then browse to the main page and tell us what error message it gives you. I need that to tell you what was wrong.

EarlThorfinn
12-05-2005, 08:43 PM
Many thanks for the quick replies! I'll get onto my host about the missing GD-lib JPEG-support.

PP normally rocks and I appreciate the work you put into it & the support :)