imagemagick missing in phpbb 3.1.9

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
paulvill
Posts: 4
Joined: 2016-10-04T06:09:01-07:00
Authentication code: 1151
Location: czech republic
Contact:

imagemagick missing in phpbb 3.1.9

Post by paulvill »

Hello all. I'm newbie here too and wanted to have imagemagick installed as well on my server

Also I tried to download latest version So I can upload manually to my server.

Where should I i put it ? Default path is usr/bin according to PHPbb , but i believe i can't reach it

can I create a folder under public_html?

Any help would be greatly appreciated. :shock:

my site is www.elcluibdelc4.com.ar
Pablo Villaronga
Solution Engineer
Site Admin
www.elclubdelc4.com.ar
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: imagemagick missing in phpbb 3.1.9

Post by Bonzo »

Personally I get my hosts to install it as it is easier. Have you checked to see if it is already installed?
Just to confirm do you want Imagemagick or Imagick?

This is some php code to check Imagemagick version if it is installed:

Code: Select all

<?php
echo "<pre>";
system("convert -version");  
echo "</pre>";
?> 
paulvill
Posts: 4
Joined: 2016-10-04T06:09:01-07:00
Authentication code: 1151
Location: czech republic
Contact:

Re: imagemagick missing in phpbb 3.1.9

Post by paulvill »

I want ImageMagick , Its not installed, I checked and Asked the Hosting to do it (I doubt it)

When i run the query i have

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 1
STR: <?
SQL: <?php
echo "<pre>";<?php
echo "<pre>";<?php
echo "<pre>";<?php
echo "<pre>";<?php
echo "<pre>";

SQL query:

<?php echo "<pre>";

MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php
echo "<pre>"' at line 1
Pablo Villaronga
Solution Engineer
Site Admin
www.elclubdelc4.com.ar
paulvill
Posts: 4
Joined: 2016-10-04T06:09:01-07:00
Authentication code: 1151
Location: czech republic
Contact:

Re: imagemagick missing in phpbb 3.1.9

Post by paulvill »

I asked the hosting and was included in the hosting package , so i choose different version of php from 5.3 to 5.6 and now its working !
Pablo Villaronga
Solution Engineer
Site Admin
www.elclubdelc4.com.ar
Post Reply