Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation don't start Error
#1
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.
Reply
#2
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
Reply
#3
(05-05-2011, 03:09 PM)Doudoux Wrote: 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

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 ?
Reply
#4
Quote: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 ?

try
admin / admin


doudoux
Reply
#5
(05-05-2011, 04:38 PM)Doudoux Wrote:
Quote: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 ?

try
admin / admin


doudoux

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 ?
Reply
#6
(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:

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 ?

It's a bug in check.php script


doudoux
Reply
#7
(05-05-2011, 08:15 PM)Doudoux Wrote:
(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:

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 ?

It's a bug in check.php script


doudoux

I have the same password string, but not work.
Reply
#8
Hi

can you add this in settings file

PHP Code:
ini_set("html_errors"1);
 
ini_set("display_errors"1);
 
ini_set("error_reporting"E_ALL); 

These lines to see error messages

doudoux
Reply
#9
(05-06-2011, 05:12 AM)Doudoux Wrote: Hi

can you add this in settings file

PHP Code:
ini_set("html_errors"1);
 
ini_set("display_errors"1);
 
ini_set("error_reporting"E_ALL); 

These lines to see error messages

doudoux

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
Reply
#10
Hi

Add lines at the end

sample:
PHP Code:
}

$settings = new Settings();

?>


==>

PHP Code:
}

$settings = new Settings();

 
ini_set("html_errors"1);
 
ini_set("display_errors"1);
 
ini_set("error_reporting"E_ALL); 

?>

doudoux
Reply


Forum Jump:


Users browsing this thread: