PHP Warning: Module already loaded in Unknown on line 0

前端 未结 15 1259
抹茶落季
抹茶落季 2020-11-27 16:38

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (everything runs fine it\'s just annoying)

PHP War         


        
15条回答
  •  长情又很酷
    2020-11-27 17:28

    Just for the record as it might help others who are on shared hosting (cPanel).

    I had error on shared hosting php7.2: Module 'imagick' already loaded in Unknown on line 0

    In the beginning hosting provider said it was my bad configuration (running Yii2.16). But after I showed them, that all Internet related this issue to server configuration -they started to listen to me. After I proved, that there was no error on php7.1 they started to search for the error.

    As they told to me - the error was due to configuration in PERL modules or PEAR package, but they did not told me the real issue.

    So, if you are on shared hosting - talk to you provider and experiment with PHP versions (if you can change them).

提交回复
热议问题