On 09/12/17 15:38, Andreas Thulin wrote:
> Hi all!
> 
> This may be OT, and if so I apologise (and appreciate being pushed in the
> right direction). I'm trying to install and run kanboard (
> https://kanboard.net) on my 6.1-stable amd64 VPS using httpd + php 7.0.16 +
> php-fpm-7.0.
> 
> At first, the web GUI installer complained (Internal Error: PHP extension
> required: "gd"), so I installed php-gd, and
> 
> # rcctl restart php70_fpm
> as well as
> # rcctl restart httpd
> 
> but I still get the same error message. My php_info() page claims I have gd
> ("shared", whatever that means) support.
Extensions aren't loaded in by default.

# cp /etc/php-7.0.sample/gd.ini /etc/php-7.0
# rcctl restart php70_fpm
> 
> There are a few different components involved here, so I'm not sure where
> to start trouble-shooting. Any pointers would help.
> 
> BR
> Andreas
> 

martijn@

Reply via email to