PDA

View Full Version : GD- Lib - Thumbnail Issue


irobotx1
01-04-2006, 08:20 AM
Hi,

I installed Pixelpost on a windows machine & everything is working fine except for thumbails. I have downloaded Gdlib from boutell and am not sure what to do next, have gone through a lot of forum posts but no solution to my problem..

I understand that this version of PHP must have GD LIB Bundled rite...?

Help please

Info---

PHP-version 4.3.11 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.1.16-nt (Pixelpost's min requirement: MySQL 3.23.58)

GD-lib

Server software Microsoft-IIS/5.1

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


Paths
Guessed imagepath: /images/
Configured Imagepath ../images/

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

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

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

Connie
01-04-2006, 08:33 AM
well, the GDLIB which you installed seems to have no JPG-support and that is necessary

if it had JPG-support, it would be mentioned in the admin/ info-section

which Pixelpost version did you install?

irobotx1
01-04-2006, 08:35 AM
Pixelpost 1.4.3

Regards,
irobotx1

http://iclix.blogspot.com

eon
01-04-2006, 10:43 AM
On Windows I use WAMP http://www.wampserver.com/en/index.php with the Zend Engine v2.0.4-dev.

Apache/2.0.50 (Win32)
MySQL/4.1.7
PHP/5.0.4


Did you turnon the plugin in php.ini? This is (a part) of my PHP.ini.
;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;

;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_yaz.dll
;extension=php_zip.dll

Make sure that you deselect the right extentions. These systemsettings works great with Pixelpost 1.4.3 and 1.5.

When you going to use WAMP and use the same setting as I do you have to turnon the MySQL-extention. Also you have to change the startup order of the extentions.