When using thinkphp, the following code is written to the portal ,? Php farmer Management Platform
When using thinkphp, the following code is written to the portal ,? Php // farmer management platform-box system defined ('root _ path') or define ('root _ path', dirname (_ FILE __)); define ('app _ debug', TRUE); define ('Think _ path ','. /system/core/ThinkPHP/'); define ('app _ name', 'farm'); define (
In thinkphp, write the following code into the portal,
If any error is found:
The reason is that the debug mode is enabled in 3.0, and the case-Sensitivity Check is enabled by default. To disable this, add the debug. php configuration file in config, as shown in
Code:
False, // check whether the file's case sensitivity is valid for Windows );
In this way, the Case sensitivity problem is solved. For detailed configuration of debug, view debug. php In the Conf folder of the thinkphp core library.
Recently, I have been studying the problem of communication between android and php, so blog updates are slow ....
Original article address: Case sensitivity of the module in thinkphp debugging mode. Thank you for sharing it with the original author.