Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Magzen

    (@magzen)

    Thanks for your reply, i fixed it with a script from chatgpt.

    • This reply was modified 1 year, 2 months ago by Magzen.

    Thanks j2l, the imagick solved the problem for me to after trying everything else.

    The steps i took in WHM

    1.Go to “Software ?Module Installers”
    2.Click on “Manage” for “PHP Pecl”
    3.Search for “Imagick”
    4.Even if Imagick shows as not installed it can still be installed, so click on install, if it is installed it will tell you it is already installed, so when you search for it again it will show as installed this time, you click on uninstall.
    5.Restart Apache

    you can even see if imagick or other modules enabled in php by creating a file call it whatever.php and include the following line in it

    <?php phpinfo(); ?>

    upload it to the root of your WP domain and enter it through your browser, it will show you in detail everything in php, hope it helps.

    credit to the people who helped me solve this on the way in the forums ??

    Thanks j2l, the imagick solved the problem for me to after trying everything else.

    The steps i took in WHM

    1.Go to “Software ?Module Installers”
    2.Click on “Manage” for “PHP Pecl”
    3.Search for “Imagick”
    4.Even if Imagick shows as not installed it can still be installed, so click on install, if it is installed it will tell you it is already installed, so when you search for it again it will show as installed this time, you click on uninstall.
    5.Restart Apache

    you can even see if imagick or other modules enabled in php by creating a file call it whatever.php and include the following line in it

    <?php phpinfo(); ?>

    upload it to the root of your WP domain and enter it through your browser, it will show you in detail everything in php, hope it helps.

    credit to the people who helped me solve this on the way in the forums ??

Viewing 3 replies - 1 through 3 (of 3 total)