Search found 1 match

by Fisher
Mon Aug 27, 2018 1:48 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: debugging in Rapid PHP
Replies: 15
Views: 27431

Re: debugging in Rapid PHP

For syntax errors, you need to enable error display in the php.ini. By default these are turned off because you don't want a "customer" seeing the error messages. Check this page in the PHP documentation for information on the 2 directives: error_reporting and display_errors. display_errors is ...