Page 1 of 1

imagemagick missing in phpbb 3.1.9

Posted: 2016-10-04T07:06:35-07:00
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

Re: imagemagick missing in phpbb 3.1.9

Posted: 2016-10-04T07:35:30-07:00
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>";
?> 

Re: imagemagick missing in phpbb 3.1.9

Posted: 2016-10-05T07:12:43-07:00
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

Re: imagemagick missing in phpbb 3.1.9

Posted: 2016-10-11T02:05:10-07:00
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 !