Author Topic: Sorry to say but another thumbnailer query ! 4 image Version 1.7.2  (Read 4439 times)

0 Members and 1 Guest are viewing this topic.

Offline farrington

  • Pre-Newbie
  • Posts: 2
    • View Profile
Hi,

I am struggling with the thumbnailer.  I have tried ImageMagick-6.2.8-0-Q16-windows-dll.exe (static & dynamic) & Netppbm 10.27.  I am running apache & PHP on win xp
sp2 box - the rest of the site works perfectly just when i try to maniplute images i get an error message error crreating thumbnail or resizing.

I have intsalled bothin standard dirs and this is the paths i entered for one i tried
C:\Program Files\ImageMagick-6.2.8-Q16  and i tie this C:\Program Files\ImageMagick-6.2.8-Q16\convert.exe
and
C:\Program Files\GnuWin32\bin

both different ones had the same error message

Create thumbnail for: Test 1 (02.jpg) ....   
   Error creating thumbnail!


Create thumbnail for: test 2 (munnycard2.jpg) ....   
   Error creating thumbnail!


Create thumbnail for: test mf (sweeper_light.jpg) ....   
   Error creating thumbnail!


Create thumbnail for: mf test 2 (Alexander_Wolf.jpg) ....   
   Error creating thumbnail!

This is my php version
PHP Version 4.3.8

System  Windows NT MOMONEY 5.1 build 2600 
Build Date  Jul 13 2004 17:31:56 
Server API  Apache 
Virtual Directory Support  enabled 
Configuration File (php.ini) Path  C:\WINDOWS\php.ini 
PHP API  20020918 
PHP Extension  20020429 
Zend Extension  20021010 
Debug Build  no 
Thread Safety  enabled 
Registered PHP Streams  php, http, ftp, compress.zlib 

Can you help ?

ta in advance
« Last Edit: June 19, 2006, 07:51:23 PM by farrington »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Sorry to say but another thumbnailer query ! 4 image Version 1.7.2
« Reply #1 on: June 20, 2006, 01:24:26 AM »
1) try use double backslashes: C:\\Program Files\\ImageMagick\\convert.exe (make sure you add the convert.exe at the end) or use single fowardslashes ( / )
2) try move ImageMagick folder to C:\ (basicaly install somewhere else, that doesnt have spaces in the path)

Good luck.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline farrington

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Sorry to say but another thumbnailer query ! 4 image Version 1.7.2
« Reply #2 on: June 20, 2006, 01:57:23 PM »
Thanks for that - i am off site today but will try it as soon as i get in tomorrow.

BW

Martin