The PHP scripts don appear to be running properly, and I don get any output from a browser when requesting the pages manually. How do I troubleshoot this?
PHP ships with two ini files, php.ini-dist and php.ini-recommended. While php.ini-recommended is optimized for performance and security, for initial troubleshooting, php.ini-dist may be a better choice. This will configure PHP to display errors in the browser. You may also want to set “error_reporting = E_ALL”, which will display all errors and warnings.
Related Questions
- The PHP scripts don appear to be running properly, and I don get any output from a browser when requesting the pages manually. How do I troubleshoot this?
- The web pages don appear to load properly or the CPE does not appear to be operating correctly. Could it be my web browser that is causing the problem?
- Why doesn PDF output stream appear in Internet Explorer browser?