![]() |
installation error/bug - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11) +--- Thread: installation error/bug (/showthread.php?tid=562) |
installation error/bug - fmm - 10-14-2012 Hi, I tried to install letoDMS 3.4RC1 on a shared hosting account (dreamhost). Like with the 3.3.9 version I was running into troubles. I'm not sure if this has something to do with the pear installation or a genuine letoDMS. During the installation process I get the following error message: 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 I'm not sure if this error is related to the pear installation. The dreamhost wiki says I have to include the following code in every php file using the pear package. from the deamhost wiki page Quote:To use local PEAR modules within your PHP, you need to alter the include_path setting to include your directory. This can be done as follows. This code has to go into every php script you write. If you have a bunch of pages, you should probably put it in a configuration file, which you include on every page. I hope someone with more knowledge could point me in the right direction. Many thanks frank RE: installation error/bug - steinm - 10-14-2012 (10-14-2012, 11:45 AM)fmm Wrote: Hi, As the error message says, adodb.php cannot be found. You should set the path to adodb in the configuration. I assume adodb is available on your system at all. Uwe RE: installation error/bug - fmm - 10-15-2012 Dear Uwe, Quote:As the error message says, adodb.php cannot be found. You should set the path to adodb in the configuration. I assume adodb is available on your system at all. I had also problems with the adodb path during installation of version 3.3.9. I have unpacked adodb package in my webserver directory where also letodms sits Code: /path to web_directory/letodms I addded the path into the installation mask during the installation. I thank get the following error: Code: Error 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 In both cases as you pointed out, the installed adodb is not recognized. I would very much appreciate any help. frank RE: installation error/bug - steinm - 10-15-2012 (10-15-2012, 05:05 PM)fmm Wrote: Your php include path doesn't contain /home/frankmattes/dms.myvirology.net. What is the value of ADOdbPath in your configuration? Uwe |