'Home',"."/> 'Home',".">
Home > Article > Backend Development > What should I do if php cannot load the module?
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',".
thinkphp reports an error that the module cannot be loaded, as shown in the figure:
Solution: Just Just set the default directory in conf.php under common under the Application directory.
//设置默认目录 'DEFAULT_MODULE'=>'Home',
As shown in the picture:
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!