You enable error reporting in php.ini error_reporting = E_ALL display_error = On
If you have trouble with that, or simply seek more info, check http://blog.teamtreehouse.com/how-to-debug-in-php On Aug 14, 2016 1:11 PM, "Rich Shepard" <[email protected]> wrote: > If you're a PHP coder I'd want to learn how to find the source of what's > reported to be a syntax error in an adodb driver file. The latest adodb > does > not have a driver of the required name so I made a soft link to that name > from the available postgres driver: adodb-postgres7.inc.php. > > The program calls a file named adodb-postgresql.inc.php. When I grep for > that name from the source tree root nothing is returned. How do I identify > the calling file? > > My web searches tell me there's a PHP debug mode. How can I turn that on > for the driver file with the expectation that it will provide a more > informative error message? > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
