[TYPO3-linux] PLEASE HELP - IMAGEMAGICK NOT FOUND

Derik Kotze derik at basics4life.org
Fri Dec 9 01:39:55 CET 2011


Hi Roxanne

I also thought of using GraphicsMagick instead, but apparently only 
ImageMagick is installed on the server, do you think it will be 
worthwhile asking my host to install both?

D

On 9/12/2011 1:33 p.m., Roxanne wrote:
>
> Hi Derik,
>
> In the GFX configurations list:
>
> Maybe this other option will work for you:
>
> 'im_version_5' => 'im6', <--- use 'gm' instead of 'im6'
>
> That means using "GraphicsMagick" intead of "ImageMagick".
>
> Roxanne
>
>
> Setting this value On Fri, 9 Dec 2011, Derik Kotze wrote:
>
>> Hi,
>>
>> done, still same problem :'(
>>
>> D
>>
>> On 9/12/2011 12:43 p.m., Ki-Hyoun Kim wrote:
>>> Hi,
>>>
>>> you still need the forward slash "/usr/bin/", not "usr/bin/". And it
>>> is not "/usr/bin/convert" or "/usr/bin/combine".
>>>
>>> 2011/12/9 Derik Kotze<derik at basics4life.org>:
>>>> Hi Roxanne
>>>>
>>>> Thanks for your reply.  According to my hosting company it is 
>>>> installed at
>>>> usr/bin/convert/ on the server with my hosting company.  Just to be 
>>>> sure, I
>>>> suppose this is something my hosting company will be able to do 
>>>> alone or
>>>> will I be able to do it myself in typo3 somewhere or maybe cpanel on
>>>> hosting? (sorry still new to this :)
>>>>
>>>> Thanks for your time.
>>>>
>>>> Derik
>>>>
>>>>
>>>> On 9/12/2011 12:22 p.m., Roxanne wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> If you know where the installation of ImageMagick is, then you
>>>>> can edit the file "t3lib/config_default.php" at around line 38
>>>>> like so:
>>>>>
>>>>> 'im' =>  TRUE,            // Boolean: Enables the use of IM.
>>>>> 'im_path' =>  '/usr/bin/',     // Path to the IM tools 'convert',
>>>>> 'combine', 'identify'.
>>>>> 'im_path_lzw' =>  '/usr/bin/', // Path to the IM tool 'convert' 
>>>>> with LZW
>>>>> enabled!
>>>>>
>>>>>
>>>>> Roxanne
>>>>>
>>>>>
>>>>>
>>>>> On Fri, 9 Dec 2011, Derik Kotze wrote:
>>>>>
>>>>>> Just tried:
>>>>>>
>>>>>> /usr/bin/composite and /usr/bin/composite/ as well, nothing.
>>>>>>
>>>>>> Still get the message:
>>>>>>
>>>>>>
>>>>>>       No ImageMagick installation available
>>>>>>
>>>>>> It seems that there is no adequate ImageMagick installation 
>>>>>> available at
>>>>>> the checked locations (/bin, /opt/local/bin/, /usr/X11R6/bin/, 
>>>>>> /usr/bin,
>>>>>> /usr/bin/, /usr/local/bin/, usr/bin/, /usr/bin/composite)
>>>>>> An 'adequate' installation for requires 'convert', 
>>>>>> 'combine'/'composite'
>>>>>> and 'identify' to be available
>>>>>>
>>>>>> Thanks anyway.
>>>>>>
>>>>>> Derik
>>>>>>
>>>>>>
>>>>>> On 9/12/2011 10:42 a.m., Ki-Hyoun Kim wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> the commands you have to search for are "combine", "convert" and
>>>>>>> "composite". Try this first, and then ask for the next step. Hope,
>>>>>>> this is helpful.
>>>>>>>
>>>>>>> Best,
>>>>>>> Ki-Hyoun
>>>>>>>
>>>>>>> 2011/12/8 Ki-Hyoun Kim<kihyoun at googlemail.com>:
>>>>>>>> Hi,
>>>>>>>> did you search for "combine" and "convert"? These are the 
>>>>>>>> imagemagick
>>>>>>>> commands, which are used by Typo3.
>>>>>>>>
>>>>>>>> In a bash, type:
>>>>>>>> which combine
>>>>>>>>
>>>>>>>> This will give you the Path for the combine-command. It is usually
>>>>>>>> located in /usr/bin or /usr/local/bin on a linux Operating 
>>>>>>>> System. You
>>>>>>>> have to type this path in the Typo3 Install Tool under "path to
>>>>>>>> combine script"
>>>>>>>>
>>>>>>>> Best,
>>>>>>>> Ki-Hyoun
>>>>>>>>
>>>>>>>> 2011/12/8 Derik Kotze<derik at basics4life.org>:
>>>>>>>>> Hi, my name is Derik Kotze and I am a Pastor of a church in New
>>>>>>>>> Zealand.
>>>>>>>>>
>>>>>>>>> I've came across a website (Web Empowered church) who uses 
>>>>>>>>> Typo3 and
>>>>>>>>> created a package for free download to help churches in 
>>>>>>>>> building their
>>>>>>>>> own websites.  I've downloaded the package onto our server and 
>>>>>>>>> I have
>>>>>>>>> done the installation process.  Everything seems to work fine 
>>>>>>>>> except,
>>>>>>>>> for SOME reason I just cannot seem to get Typo3 to see 
>>>>>>>>> ImageMagick on
>>>>>>>>> our webserver and therefore none of our imaging is working 
>>>>>>>>> correctly.
>>>>>>>>>
>>>>>>>>> I've been struggling with this for almost two weeks now and would
>>>>>>>>> really
>>>>>>>>> like to get it to work.
>>>>>>>>>
>>>>>>>>> I will appreciate it enormously if anyone could help me please.
>>>>>>>>>
>>>>>>>>> What I've tried so far:
>>>>>>>>> 1. ImageMagick is definitely properly installed and working 
>>>>>>>>> (according
>>>>>>>>> to our hosting company) on the server (the latest version also).
>>>>>>>>>
>>>>>>>>> 2. I've upgraded first from Typo3 4.4.4 to 4.5.4 and I am now 
>>>>>>>>> on the
>>>>>>>>> latest 4.6.1 and still not working.
>>>>>>>>>
>>>>>>>>> 3. Under Basic Configiration in the install tool I keep on 
>>>>>>>>> getting the
>>>>>>>>> message: No ImageMagick installation available.
>>>>>>>>>
>>>>>>>>> 4. I've searched the path (which I got from my host) to search 
>>>>>>>>> for it,
>>>>>>>>> didn't work.
>>>>>>>>>
>>>>>>>>> 5. I've looked for a patch - thought I found one (not sure) 
>>>>>>>>> and now I
>>>>>>>>> am
>>>>>>>>> to new to Typo3 to understand how to apply .
>>>>>>>>> https://review.typo3.org/#change,3961
>>>>>>>>>
>>>>>>>>> I think this is probably enough for now.  If you need anymore 
>>>>>>>>> clarity
>>>>>>>>> on
>>>>>>>>> the situation - please ask I am happy to elaborate. I've even 
>>>>>>>>> deleted
>>>>>>>>> and re-installed but that doesn't seem to work either.
>>>>>>>>>
>>>>>>>>> PLEASE HELP!!!
>>>>>>>>>
>>>>>>>>> I honestly hope to hear from you and also hope someone could 
>>>>>>>>> help.
>>>>>>>>> Please keep in my I am a newbie and probably just need someone 
>>>>>>>>> with
>>>>>>>>> more
>>>>>>>>> knowledge than me to show me which box to click (or not)
>>>>>>>>>
>>>>>>>>> Thanks and hope to hear from you soon.
>>>>>>>>>
>>>>>>>>> Blessings.
>>>>>>>>>
>>>>>>>>> Derik
>>>>>>>>>
>>>>>>>>> ### DEBUG SYSTEM INFORMATION - START ###
>>>>>>>>> HTTP_HOST           : ackhawkesbay.co.nz
>>>>>>>>> TYPO3_HOST_ONLY     : ackhawkesbay.co.nz
>>>>>>>>> TYPO3_PORT          :
>>>>>>>>> PATH_INFO           :
>>>>>>>>> QUERY_STRING        : TYPO3_INSTALL[type]=phpinfo
>>>>>>>>> REQUEST_URI         :
>>>>>>>>> /typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
>>>>>>>>> HTTP_REFERER        :
>>>>>>>>>
>>>>>>>>> http://ackhawkesbay.co.nz/typo3/install/index.php?TYPO3_INSTALL[type]=about 
>>>>>>>>>
>>>>>>>>> TYPO3_REQUEST_HOST  : http://ackhawkesbay.co.nz
>>>>>>>>> TYPO3_REQUEST_URL   :
>>>>>>>>>
>>>>>>>>> http://ackhawkesbay.co.nz/typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo 
>>>>>>>>>
>>>>>>>>> TYPO3_REQUEST_SCRIPT:
>>>>>>>>> http://ackhawkesbay.co.nz/typo3/install/index.php
>>>>>>>>> TYPO3_REQUEST_DIR   : http://ackhawkesbay.co.nz/typo3/install/
>>>>>>>>> TYPO3_SITE_URL      : http://ackhawkesbay.co.nz/
>>>>>>>>> TYPO3_SITE_SCRIPT   :
>>>>>>>>> typo3/install/index.php?TYPO3_INSTALL[type]=phpinfo
>>>>>>>>> TYPO3_SSL           :
>>>>>>>>> TYPO3_REV_PROXY     :
>>>>>>>>> SCRIPT_NAME         : /typo3/install/index.php
>>>>>>>>> TYPO3_DOCUMENT_ROOT : /home/ackhawke/public_html
>>>>>>>>> SCRIPT_FILENAME     :
>>>>>>>>> /home/ackhawke/public_html/typo3/install/index.php
>>>>>>>>> REMOTE_ADDR         : 118.93.100.49
>>>>>>>>> REMOTE_HOST         :
>>>>>>>>> HTTP_USER_AGENT     : Mozilla/5.0 (Windows NT 6.0) 
>>>>>>>>> AppleWebKit/535.2
>>>>>>>>> (KHTML,
>>>>>>>>> like Gecko) Chrome/15.0.874.121 Safari/535.2
>>>>>>>>> HTTP_ACCEPT_LANGUAGE: en-GB,en-US;q=0.8,en;q=0.6
>>>>>>>>> CONST: PHP_OS       : Linux
>>>>>>>>> CONST: TYPO3_OS     :
>>>>>>>>> CONST: PATH_thisScri:
>>>>>>>>> /home/ackhawke/public_html/typo3/install/index.php
>>>>>>>>> CONST: php_sapi_name: cgi-fcgi
>>>>>>>>> OTHER: TYPO3_VERSION: 4.6.1
>>>>>>>>> OTHER: PHP_VERSION  : 5.3.6
>>>>>>>>> imagecreatefromgif(): 1
>>>>>>>>> imagecreatefrompng(): 1
>>>>>>>>> imagecreatefromjpeg(: 1
>>>>>>>>> imagegif()          : 1
>>>>>>>>> imagepng()          : 1
>>>>>>>>> imagejpeg()         : 1
>>>>>>>>> imagettftext()      : 1
>>>>>>>>> OTHER: IMAGE_TYPES  : 31
>>>>>>>>> OTHER: memory_limit : 48M
>>>>>>>>> SERVER: SERVER_PORT : 80
>>>>>>>>> SERVER: SERVER_SOFTW: Apache
>>>>>>>>> SERVER: GATEWAY_INTE: CGI/1.1
>>>>>>>>> SERVER: SCRIPT_NAME : /typo3/install/index.php
>>>>>>>>> SERVER: PATH_TRANSLA:
>>>>>>>>> T3CV_GFX: image_proc: 1
>>>>>>>>> T3CV_GFX: gdlib     : 1
>>>>>>>>> T3CV_GFX: gdlib_png : 1
>>>>>>>>> T3CV_GFX: im        : 1
>>>>>>>>> T3CV_GFX: im_path   : usr/bin/
>>>>>>>>> T3CV_GFX: im_path_lz: usr/bin/
>>>>>>>>> T3CV_GFX: im_version: im6
>>>>>>>>> T3CV_GFX: im_negate_: 1
>>>>>>>>> T3CV_GFX: im_imvMask:
>>>>>>>>> T3CV_GFX: im_combine:
>>>>>>>>> ### DEBUG SYSTEM INFORMATION - END ###
>>>>>>>>> _______________________________________________
>>>>>>>>> TYPO3-linux mailing list
>>>>>>>>> TYPO3-linux at lists.typo3.org
>>>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>>>>>> _______________________________________________
>>>>>>>> TYPO3-linux mailing list
>>>>>>>> TYPO3-linux at lists.typo3.org
>>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>>>>> _______________________________________________
>>>>>>> TYPO3-linux mailing list
>>>>>>> TYPO3-linux at lists.typo3.org
>>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>>>>>
>>>>>> _______________________________________________
>>>>>> TYPO3-linux mailing list
>>>>>> TYPO3-linux at lists.typo3.org
>>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>>>>
>>>>> _______________________________________________
>>>>> TYPO3-linux mailing list
>>>>> TYPO3-linux at lists.typo3.org
>>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>>>
>>>> _______________________________________________
>>>> TYPO3-linux mailing list
>>>> TYPO3-linux at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>> _______________________________________________
>>> TYPO3-linux mailing list
>>> TYPO3-linux at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>>
>>
>> _______________________________________________
>> TYPO3-linux mailing list
>> TYPO3-linux at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>>
> _______________________________________________
> TYPO3-linux mailing list
> TYPO3-linux at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-linux
>



More information about the TYPO3-linux mailing list