What should I do if php cannot load the module?

藏色散人
Release: 2023-03-01 22:38:01
Original
5940 people have browsed it

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',
Copy after login

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!

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!