After you download and uncompress the .zip or tar.gz files, before you run the http://127.0.0.1/ez to install the website.

 

1) Create the file of "/ez/settings/override/image.ini.append.php", insert the code as below:

<?php /* #?ini charset="utf-8"?
[ImageConverterSettings]
ImageConverters[]
ImageConverters[]=GD
ImageConverters[]=ImageMagick

[GD]
Name=GD
IsEnabled=true
Handler=eZImageGDFactory

[ImageMagick]
IsEnabled=true
ExecutablePath=/usr/local/bin
Executable=convert
*/ ?>

 

Then when you install the website, you can ignore the step to have to install the ImageMagick

相关文章:

  • 2022-02-09
  • 2021-06-01
  • 2022-02-15
  • 2021-09-03
  • 2021-09-08
  • 2021-06-19
  • 2022-12-23
  • 2022-01-17
猜你喜欢
  • 2021-12-14
  • 2021-06-09
  • 2022-03-05
  • 2022-12-23
  • 2021-11-08
  • 2021-05-30
  • 2021-11-28
相关资源
相似解决方案