10-29-2012, 02:47 AM
(10-27-2012, 01:48 AM)fmm Wrote: Hi,
I still unable to finish the letodms installation. Whatever I do I get the error message:
Code:Error
ADOdb Path : Not found
=> Current value : /home/frankmattes/.php/5.3/adodb/
=> Install ADOdb
In the installation mask I point the path of adodb to the folder in which I have put adodb
In addition I have added the adodb to the php path with
Code:include_path = ".:/usr/local/lib/php:/usr/local/php5/lib/pear:/home/mydirectory/.php/5.3/adodb"
AdoDB is included as 'adodb/adodb.inc.php'. So could it be that your adodb path should rather be /home/frankmattes/.php/5.3/ ?
Uwe