Home >Backend Development >PHP Tutorial >PHP Warning: Module 'modulename' already loaded in problem solution, modulenameloaded_PHP tutorial

PHP Warning: Module 'modulename' already loaded in problem solution, modulenameloaded_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:03:371032browse

PHP Warning: Module 'modulename' already loaded in Problem solution, modulenameloaded

The error with the title is probably:

1. The module is loaded twice, so php -i|grep Configure, take a look at the configuration file and the include directory to see if there is a module with the same name in these files

2. When loading a module dynamically, there is a so named so

in the module directory and in php.ini

It will be easier to solve the above problem if you know it. First, look at the php configuration file and the files in the include directory, and organize the contents first. Then check extension_dir to see if the files in this directory are consistent with the file reference paths in include.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/968268.htmlTechArticlePHP Warning: Module 'modulename' already loaded inProblem solution, modulenameloaded The error with the title is probably: 1 , the module is loaded twice, so php -i|grep Config...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn