'Home',"."/> 'Home',".">

Home  >  Article  >  Backend Development  >  What should I do if php cannot load the module?

What should I do if php cannot load the module?

藏色散人
藏色散人Original
2020-07-06 09:29:006068browse

Solution to the problem that php cannot load the module: First find and open the "conf.php" file under common in the Application directory; then add the content "'DEFAULT_MODULE'=>'Home',".

What should I do if php cannot load the module?

thinkphp reports an error that the module cannot be loaded, as shown in the figure:

What should I do if php cannot load the module?

Solution: Just Just set the default directory in conf.php under common under the Application directory.

//设置默认目录
'DEFAULT_MODULE'=>'Home',

As shown in the picture:

What should I do if php cannot load the module?

For a lot of related knowledge, please visit PHP Chinese website!

The above is the detailed content of What should I do if php cannot load the module?. For more information, please follow other related articles on the PHP Chinese website!

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