10-15-2012, 05:54 PM
(10-15-2012, 05:05 PM)fmm Wrote:Code:Error
ADOdb Path : Not found
=> Current value : /home/frankmattes/dms.myvirology.net/adodb/
=> Install ADOdb
If I change the path to adodb just to the root of the of the webdirectory with
Code:/path to web_webdirectory/
receive the following error messages.
Code:Warning: require_once(adodb/adodb.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/frankmattes/dms.myvirology.net/LetoDMS_Core/Core/inc.DBAccess.php on line 22
Fatal error: require_once() [function.require]: Failed opening required 'adodb/adodb.inc.php' (include_path='.:/home/frankmattes/pear/php::.:/home/frankmattes/pear/php:.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/frankmattes/dms.myvirology.net/LetoDMS_Core/Core/inc.DBAccess.php on line 22
In both cases as you pointed out, the installed adodb is not recognized. I would very much appreciate any help.
Your php include path doesn't contain /home/frankmattes/dms.myvirology.net. What is the value of ADOdbPath in your configuration?
Uwe