PDA

View Full Version : Help! thumbnail+library+unix+gd


jplotkin
08-09-2007, 07:15 AM
I try everything but i can't see thumbnails , they can't be create

I don't know what i have to do
Please! Some body help me with the exactly instructions and if it's possible the links to download in case.

I have the flog working, but ... the thumbnails can't be create

Thanks you.

Dennis
08-09-2007, 09:31 AM
Please post the information in the adminpanel under general info.

The translation stuff is not necessary, so please don't post that.

jplotkin
08-09-2007, 03:16 PM
You are running Pixelpost version: 1.6.0 (in the right direction) - April 2007
Latest Pixelpost version: You have the newest version of Pixelpost!
Looking for help or want to give feedback, please step into Pixelpost forum.: forum.pixelpost.org


Host Information

URL http://*.**.**.**/admin/index.php
PHP-version 4.4.7 (Pixelpost's min requirement: PHP version: 4.3.0 )

Session save path /tmp

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

GD-lib

File Uploads to Pixelpost site are possible.

Server Software Apache/1.3.37 (Unix) PHP/4.4.7

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

Guessed imagepath: /usr/local/apache/htdocs/images/
Configured Imagepath: ../images/

Image Directory: OK - Can we write to the directory? YES. Current CHMOD: 7777

Thumbnails Directory: OK - Can we write to the directory? YES. Current CHMOD: 7777

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

Dennis
08-09-2007, 07:59 PM
There you go, GD lib is not installed. So talk to your hoster about this.

jplotkin
08-09-2007, 08:07 PM
I'm my own hoster :P

I read this, its have to do php works

./configure --with-mysql --with-gd -with-png-dir=/root/fotolog/libpng-1.2.18 --with-jpeg-dir=/root/fotolog/jpeg-6b --with-zlib-dir=/root/fotolog/zlib-1.2.3

The problem is in the info (info.php, <? phpinfo(); ?>) GD isn't there.

I have installed gd-2.0.35, jpeg-6b, zlib-1.2.3, but i can't do php recononize gd
i have alredy restart php and apache, and nothing works

GeoS
08-09-2007, 09:59 PM
Maybe this can be issue:
--with-jpeg-dir=/root/fotolog/jpeg-6b

There is missing space.

PS http://www.boutell.com/gd/faq.html

jplotkin
08-10-2007, 06:11 AM
Well, i have fixed the problem

And it was the bad instalation of Apache + Php, i will show you, then u can learn from my mistakes

"Alternatively, to install PHP as a static object" This is a topic in "INSTALL" help file from PHP, it works for me.

In php, ./configure --with-apache=/root/fotolog/apache_1.3.37 --with-mysql --with-gd --with-png-dir=/root/fotolog/libpng-1.2.18 --with-jpeg-dir=/root/fotolog/jpeg-6b --with-zlib-dir=/root/fotolog/zlib-1.2.3

Well, i spend around 12 hours or more trying and trying ...

I hope you can use my work.

Peace.