PDA

View Full Version : Admin panel works, but no thumbnails or main page


Anonymous
12-20-2004, 08:20 PM
I got pixelpost installed, and the admin panel is working just fine. I can upload pictures, and they get put in the images folder "/var/www/html/pixelpost/images/". Unfortunately, thumbnails are not generated and the main page is blank.

Here is my general info:

Pixelpost Version
You are running version 1.3 of Pixelpost. Released 16 november 2004.
Latest pixelpost version: Check

Looking for help or want to give feedback, please step into pixelpost forum.
www.pixelpunk.se/software/forum/

Host information
PHP-version 4.2.2

MySQL version 3.23.58

GD-lib

Server software Apache/2.0.40 (Red Hat Linux)

EXIF Your php was compiled with exif-enabled. This means you can add additional exif-information to your images such as camera model, aperture, exposure time and more.
There are certain tags to add to your templates for this. Check pixelpost homepage to learn more.
Permissions
Images folder
Images folder is writable, which is a good thing.

Thumbnails folder
Thumbnails folder is writable.

Can anyone help?

pixelpunk
12-20-2004, 10:38 PM
This is due to your php version that is just slightly outdated.

What makes the front turn up blank is specifically the "file_get_contents" function that I use.

Have a look here:
http://pear.php.net/manual/en/package.php.php-compat.intro.php

It seems to be an easy way to add this extra function for older php-installs. I have not tested it myself and I have heard from none who have tried it, but that should work. At least for that function, I can't swear that I'm not using other functions that's not availabe for you, but it's all rather basic so I'll hope that one addition could solve it.

Please let me know if it did the trick, if you decide to go this route.

// punk

Anonymous
12-21-2004, 06:50 PM
Have a look here:
http://pear.php.net/manual/en/package.php.php-compat.intro.php

Thanks, but I already decided to upgrade PHP, since aside from this issue, there was a security hole in the PHP version I was using. Upgrading fixed it, and I won't bore you with the long and painful story of upgrading when Fedora Core 1 let me down. :)