PHP Codeigniter意外错误(模块“ imagick”已加载) [英] PHP Codeigniter Unexpected Error(Module 'imagick' already loaded)

查看:287
本文介绍了PHP Codeigniter意外错误(模块“ imagick”已加载)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用PHP Codeigniter,并且意外地在实时服务器上发生此错误。谁能帮忙。

I am using PHP Codeigniter and unexpectedly this error is occur on live server. Can any one help.

严重性:核心警告

消息:模块'imagick'已加载

Message: Module 'imagick' already loaded

文件名:未知

行号:0

推荐答案

那是从php加载开始的。在您的大学文件中,有2行加载imagick扩展名

That is from php loading up. In your university files there are 2 Lines loading the imagick extension

假设使用Linux服务器,则很可能位于 /etc/php/conf.d 或类似。

Assuming a Linux server it's likely located /etc/php/conf.d or similar.

Ubuntu服务器使用 /etc/php7/apache/conf.d 例如,假设您使用php作为Apache模块

Ubuntu server uses /etc/php7/apache/conf.d for example assuming your using php as an Apache module

在其中,您应该可以对imagick
一词进行grep删除

Inside there you should be able to grep for the word imagick Just remove one of them

这篇关于PHP Codeigniter意外错误(模块“ imagick”已加载)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆