define('APP_DEBUG',false);
The above
The correct answer upstairs is that only by turning on the debug mode can you clearly see the location of the problem define('APP_DEBUG',true);
Turn on the debugging mode to see where the specific problem lies. The debugging mode is in the config configuration file, just turn it on.
The above
The correct answer upstairs is that only by turning on the debug mode can you clearly see the location of the problem define('APP_DEBUG',true);
Turn on the debugging mode to see where the specific problem lies. The debugging mode is in the config configuration file, just turn it on.