On Sat, 13 Aug 2016, Rich Shepard wrote: > Missing file: /opt/xrms/include/adodb/drivers/adodb-postgresql.inc.php > ADONewConnection: Unable to load database driver '' > > Which tells me I need to find that file and add it to the old drivers/ > subdirectory.
All files in /opt/xrms/include/adodb/drivers date from 2006. The most current postgres adodb driver I have in /var/www/htdocs/adodb/drivers/ is adodb-postgres7.inc.php. All other postgres drivers have been mapped to this one. I deleted all files in /opt/xrms/include/adodb/drivers/ and copied all files from the drivers in /var/www/htdocs/adobe/drivers there. Then I made a softlink from adodb-postgres7.inc.php to adodb-postgresql.inc.php. Tried reloading the page and see this error: Syntax error in file: /opt/xrms/include/adodb/drivers/adodb-postgresql.inc.php ADONewConnection: Unable to load database driver As this is the newer file I assume the syntax error is caused by the calling function. I cannot find where that file is called by whatever is trying to load it: /opt/xrms]$ grep -R adodb-postgresql.inc.php * /opt/xrms]$ Please suggest how I find the source of this issue. Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
