That is from php loading up. In your university files there are 2 Lines loading the imagick extension
Assuming a Linux server it’s likely located /etc/php/conf.d
or similar.
Ubuntu server uses /etc/php7/apache/conf.d
for example assuming your using php as an Apache module
Inside there you should be able to grep for the word imagick
Just remove one of them
3
solved PHP Codeigniter Unexpected Error(Module ‘imagick’ already loaded)