简体   繁体   English

严重性:核心警告消息:模块“ mysqli”已加载

[英]Severity: Core Warning Message: Module 'mysqli' already loaded

I was developing a website via localhost, everything was working well, but I just uploaded the website online, everything else seems to work well except this sticky message below my footer : ` 我正在通过localhost开发一个网站,但一切正常,但是我只是在线上传了该网站,除了脚注下方的此粘性消息外,其他一切似乎都运行良好:

 A PHP Error was encountered

Severity: Core Warning

Message: Module 'mysqli' already loaded

Filename: Unknown

Line Number: 0

Backtrace:

` `

Its showing line number 0, I have no idea what this means. 它显示的行号为0,我不知道这是什么意思。 If this can be fixed, How? 如果可以解决,怎么办? and if so, is the problem from my side or my hosting providers? 如果是这样,是我这边还是托管服务提供商的问题?

Follow these steps: 跟着这些步骤:

1) Controller class name should start with capital. 1)控制器类别名称应以大写开头。

2) Filename name should start with capital. 2)文件名应以大写字母开头。

Because Linux is case sensitive. 因为Linux区分大小写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM