Home > PHP Framework > ThinkPHP > What should I do if thinkphp cannot load the module?

What should I do if thinkphp cannot load the module?

爱喝马黛茶的安东尼
Release: 2019-08-22 14:48:45
Original
5316 people have browsed it

What should I do if thinkphp cannot load the module?

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

What should I do if thinkphp cannot load the module?

Related recommendations: "ThinkPHP Tutorial

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

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

As shown:

What should I do if thinkphp cannot load the module?

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

Related labels:
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
Latest Issues
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
ThinkPHP Why use composer?
From 1970-01-01 08:00:00
0
0
0
thinkphp versions supported by php6
From 1970-01-01 08:00:00
0
0
0
thinkphp upload files
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template