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
