PDA

View Full Version : Images wont display


georgie
07-20-2007, 12:53 PM
Hello, I just installed pp but when I upload new images.. they dont show up! only thumbnails do.. I think it's the GD-lib's problem but it says I have GD 2.0 or higher.. Anyone can help me?:) Thank you.

link: http://g-dross.com

PHP-version 4.4.4-8+etch4 (Pixelpost's min requirement: PHP version: 4.3.0 )

Session save path /var/lib/php4

MySQL version 5.0.30-Debian_3-log (Pixelpost's min requirement: MySQL: 3.23.58 )

GD-lib 2.0 or higher with JPEG support

File Uploads to Pixelpost site are possible.

Dkozikowski
07-20-2007, 01:43 PM
Is your images folder writable (777) ?

Dkozikowski
07-20-2007, 01:50 PM
Actually, you need an images folder before you can make it writable! ;)

http://g-dross.com/images/

If you follow that link you will see that your images folder does not exist.

You must create this folder and set the folder permissions to 755 if you can. If that does not work then use 777.

georgie
07-20-2007, 02:01 PM
ls -al
drwxrwxrwx 2 george george 4096 2007-07-20 11:46 images
drwxrwxrwx 2 george george 4096 2007-07-20 11:46 thumbnails

The directories exist and they are writable :S

EDIT: the image files are in the directory.

Dkozikowski
07-20-2007, 02:07 PM
If the directory exist then why does it say it does not when i go directly to it?

Do you or your server have some funny .htaccess code to make it look like it does not exist?

Can you provide me with a direct link to an image located within your images folder?

georgie
07-20-2007, 02:38 PM
erm no clue! I cant access the folder through http either.. and no there's no .httaccess in my directory.

Here's the path:
/home/george/www/images/20070720125812_img_1111.jpg

Dkozikowski
07-20-2007, 02:41 PM
Well if we cant access it via http then there is no way Pixelpost can display your images either!

I would suggest re-creating your images folder.
Your thumbnails folder works fine.

Delete your current images folder and re-create it setting the permissions to 777

georgie
07-20-2007, 03:09 PM
Well if we cant access it via http then there is no way Pixelpost can display your images either!

I would suggest re-creating your images folder.
Your thumbnails folder works fine.

Delete your current images folder and re-create it setting the permissions to 777


still doesn't work :(

Dkozikowski
07-20-2007, 03:13 PM
I'm not sure I can help you then.

You can private message me your FTP details and I can have a look myself or you can get in touch with your hosts support department.

georgie
07-20-2007, 03:17 PM
ok I renamed images to img and you can access it through http.. So I guess something's wrong with apache?

Dkozikowski
07-20-2007, 03:24 PM
Hmm. I would say so.

If you are sure there are no .htaccess files in your root or images folder denying access to it, I would get in touch with your hosting provider and have them fix the issue.

georgie
07-20-2007, 03:41 PM
ok fixed! the /images/ dir was aliased to some other directory.. I edited the apache conf and looks good now:)) thank you for your time!

Dkozikowski
07-20-2007, 03:47 PM
ok fixed! the /images/ dir was aliased to some other directory.. I edited the apache conf and looks good now:)) thank you for your time!

;)

That will do it.