Author Topic: Hopefully a simple question  (Read 2797 times)

0 Members and 1 Guest are viewing this topic.

Offline Parker

  • Pre-Newbie
  • Posts: 3
    • View Profile
Hopefully a simple question
« on: April 10, 2003, 03:31:15 AM »
I'm trying to use Imagemagik (provided by my host) to create thumbnails.

I'm using the location  /usr/local/bin/display   Is display the correct setting?

Anyway, I get through the thumbnail find part, but when I create the image, I get this error.

Create thumbnail for: CBR (cbr_aerial_2.jpg) ....  
Warning: system,exec,dl() has been disabled for security reasons in /home/disney2/public_html/4images/includes/image_utils.php on line 90

   Error creating thumbnail!


I'm guessing this has something to do with CHMOD?  

What can I change to get this to work?

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
Hopefully a simple question
« Reply #1 on: April 10, 2003, 03:58:23 AM »
it should be /usr/local/bin/convert

and about the error message read here:
http://www.4homepages.de/forum/viewtopic.php?t=3540
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 Parker

  • Pre-Newbie
  • Posts: 3
    • View Profile
Hopefully a simple question
« Reply #2 on: April 10, 2003, 04:49:07 PM »
Thanks.  I found that out from the host too (about exe).

I managed to get around it by using GD.  I did have to change the 0, 1 in one file and now it's working great.