04-14-2023, 10:12 PM
To enable imagemagick and similar on your domains with open_basedir restriction enabled:
on server console,
<code>
cd /var/www/vhosts/ftpuser/domainname.com/
mkdir bin
cd bin
# this copies imagemagick binaries to your local bin directory..
for i in animate compare composite conjure convert display identify import mogrify montage stream ; do cp /usr/bin/$i ./; done
</code>
then use /var/www/vhosts/ftpuser/domainname.com/bin/ as "Directory to ImageMagick/GraphicsMagick binaries: " in gallery configuration..
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
on server console,
<code>
cd /var/www/vhosts/ftpuser/domainname.com/
mkdir bin
cd bin
# this copies imagemagick binaries to your local bin directory..
for i in animate compare composite conjure convert display identify import mogrify montage stream ; do cp /usr/bin/$i ./; done
</code>
then use /var/www/vhosts/ftpuser/domainname.com/bin/ as "Directory to ImageMagick/GraphicsMagick binaries: " in gallery configuration..
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.