![]() |
Installation don't start 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 don't start Error (/showthread.php?tid=301) Pages:
1
2
|
Installation don't start Error - blogger - 05-05-2011 Hi all, I'm new here. I need a DSM like LetoDMS, but I'm unable to start the Installtion Procedure. I have extract the package ( both 2.0.2 and 3.0 ) and upload to my web-serv at www.mydomain.com/dms when i start the install i get follow error: Warning: include(/var/www/letoDMS-2.0.2/adodb/adodb.inc.php): failed to open stream: No such file or directory in /web/htdocs/www.mydomain.com/home/dms/inc/inc.DBAccess.php on line 20 Warning: include(): Failed opening '/var/www/letoDMS-2.0.2/adodb/adodb.inc.php' for inclusion (include_path='.:/php5.3/lib/php/') in /web/htdocs/www.mydomain.com/home/dms/inc/inc.DBAccess.php on line 20 Fatal error: Call to undefined function ADONewConnection() in /web/htdocs/www.mydomain.com/home/dms/inc/inc.DBAccess.php on line 83 My domain is a Linux HOST, whit MySQL and PHP 5.3 what i'm missing here ? any help would be appreciate thanks. RE: Installation don't start Error - Doudoux - 05-05-2011 Hi To help you, use this: [letoDMS v3.0 RC3 / RC4 / RC5] Check configuration after an installation or [letoDMS v2.0.2] Check configuration after an installation Doudoux RE: Installation don't start Error - blogger - 05-05-2011 (05-05-2011, 03:09 PM)Doudoux Wrote: Hi Hi, thanks for fast reply. please see attachment result 2.0.2 , is attachend here. how I can procede here before testing whit Ver. 3 ? Another question, v3, consist of 3 Package, must this all Uploded to Root ? let me know please. thanks. I Have edited now the inc.setting.php file in 2.0.2, Settings show to work fine, now, I'm unable to login. I try to login whit username = Administrator but the installer dont ask for password. is here any default password ? RE: Installation don't start Error - Doudoux - 05-05-2011 Quote:now, I'm unable to login. try admin / admin doudoux RE: Installation don't start Error - blogger - 05-05-2011 (05-05-2011, 04:38 PM)Doudoux Wrote:Quote:now, I'm unable to login. I've whit admin / admin, but not work. the check.php give follow output: database - table 'tblAcls' : Error table 'tblAcls' Table not found database : Error the table is available in SQL as "tblACLs" should i change the character from ACLs to Acls ? RE: Installation don't start Error - Doudoux - 05-05-2011 (05-05-2011, 04:47 PM)blogger Wrote: I've whit admin / admin, but not work. Password for admin must be "21232f297a57a5a743894a0e4a801fc3" in the database. (05-05-2011, 04:47 PM)blogger Wrote: the check.php give follow output: It's a bug in check.php script doudoux RE: Installation don't start Error - blogger - 05-05-2011 (05-05-2011, 08:15 PM)Doudoux Wrote:(05-05-2011, 04:47 PM)blogger Wrote: I've whit admin / admin, but not work. I have the same password string, but not work. RE: Installation don't start Error - Doudoux - 05-06-2011 Hi can you add this in settings file PHP Code: ini_set("html_errors", 1); These lines to see error messages doudoux RE: Installation don't start Error - blogger - 05-06-2011 (05-06-2011, 05:12 AM)Doudoux Wrote: Hi Hi, see the error below: Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in /web/htdocs/www.mydomain.com/home/dms/inc/inc.Settings.php on line 143 RE: Installation don't start Error - Doudoux - 05-06-2011 Hi Add lines at the end sample: PHP Code: } ==> PHP Code: } doudoux |