PDA

View Full Version : imagick.so problem after upgrade


hhhhhh
26th February 2009, 21:32
Hi folks!

I upgraded my Ubuntu 8.04 yesterday and after that I get the following error:

PHP Startup: Module 'imagick' already loaded in Unknow on line 0

How can I fix it?

Thank you very much!

TheRudy
27th February 2009, 00:15
You are probably loading module twice. Check in your php.ini file if there are two uncommencted lines of: imagick.so

To find php.ini do: locate php.ini

hhhhhh
27th February 2009, 15:54
Hi, Thanks for your reply.

I located here:

/etc/php5/apache2/php.ini

But there is only one line.

I wait your news

King regards!!

TheRudy
27th February 2009, 19:56
Maybe its built-in..
What happens when you comment out imagick.so in php.ini?

falko
28th February 2009, 16:01
What's the output of ls -la /etc/php5/conf.d/?