LetoDMS Community Forum
Installation: ADODB Error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Installation: ADODB Error (/showthread.php?tid=454)



Installation: ADODB Error - jbkirby - 02-29-2012

I'm getting the following error upon clicking the apply button during installation.
ADOdb Path : Not found
=> Current value : C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/
=> Install ADOdb

I downloaded the file ADODB515.tar and untarred it in C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/

so I have the folder now C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/ADODB5

Please help me. Thanks!





RE: Installation: ADODB Error - steinm - 02-29-2012

(02-29-2012, 09:25 AM)jbkirby Wrote: I'm getting the following error upon clicking the apply button during installation.
ADOdb Path : Not found
=> Current value : C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/
=> Install ADOdb

I downloaded the file ADODB515.tar and untarred it in C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/

so I have the folder now C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/ADODB5

Make sure the path to adodb in your settings is correct.

Uwe


RE: Installation: ADODB Error - EricM - 03-01-2012

I ran into the same problem.

In your case, Leto will look for the file C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/adodb/adodb.php.

Change the install dir name from adodb5 to adodb. Then for the installation, enter the path to adodb as "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/".



(02-29-2012, 09:25 AM)jbkirby Wrote: I'm getting the following error upon clicking the apply button during installation.
ADOdb Path : Not found
=> Current value : C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/
=> Install ADOdb

I downloaded the file ADODB515.tar and untarred it in C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/

so I have the folder now C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS-3.3.0/ADODB5

Please help me. Thanks!




RE: Installation: ADODB Error - jbkirby - 03-01-2012

thanks. completed the installation but run into another problem launching the application.
completed the installation but run into another problem launching the application. I'll find other threads. thanks!
After installation, i Run out into a new problem launching the application:
my
root dir:C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS
core dir:C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS\letoDMS_Core
lucene : C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS\letoDMS_lucene

[Thu Mar 01 10:21:22 2012] [error] [client 127.0.0.1] PHP Warning: require_once(LetoDMS/Core.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\htdocs\\letoDMS\\inc\\inc.DBInit.php on line 27
[Thu Mar 01 10:21:22 2012] [error] [client 127.0.0.1] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'LetoDMS/Core.php' (include_path='C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS/;.;c:\\php5\\PEAR') in C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\htdocs\\letoDMS\\inc\\inc.DBInit.php on line 27


RE: Installation: ADODB Error - steinm - 03-01-2012

(03-01-2012, 07:43 AM)jbkirby Wrote: thanks. completed the installation but run into another problem launching the application.
completed the installation but run into another problem launching the application. I'll find other threads. thanks!
After installation, i Run out into a new problem launching the application:
my
root dir:C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS
core dir:C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS\letoDMS_Core
lucene : C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\letoDMS\letoDMS_lucene

[Thu Mar 01 10:21:22 2012] [error] [client 127.0.0.1] PHP Warning: require_once(LetoDMS/Core.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\htdocs\\letoDMS\\inc\\inc.DBInit.php on line 27
[Thu Mar 01 10:21:22 2012] [error] [client 127.0.0.1] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'LetoDMS/Core.php' (include_path='C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/letoDMS/;.;c:\\php5\\PEAR') in C:\\Program Files (x86)\\Apache Software Foundation\\Apache2.2\\htdocs\\letoDMS\\inc\\inc.DBInit.php on line 27

The error message is quite clear. LetoDMS_Core/Core.php cannot be found, probably because the path isn't set propperly.

Uwe