Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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?

0
Posted

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?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123