I have a simple test file where the only php codes are:
if (isset($_REQUEST['back']) && ($back != '')) { $back = $_REQUEST['back']; }
$filename = 'images/'.$back.'.jpg';
$file = (file_exists($filename)) ? $back : 'back1';
Now each time I run the file, I get this line added PHP Warning: Module 'imagick' already loaded in Unknown on line 0
in my error log. Any suggestion please ?
open your php.ini file and comment this
;extension=imagick.so
this resolved my problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With