LetoDMS Community Forum
conf.Settings.php - 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: conf.Settings.php (/showthread.php?tid=257)

Pages: 1 2


RE: conf.Settings.php - gdeveer - 03-10-2011

(03-09-2011, 11:17 PM)Doudoux Wrote: Can you test it directly on the machine where you installed letoDMS? with http://127.0.0.1

No sorry that is not possible because the server is in Capelle aan de IJssel (Netherlands) and I working remote on it.
We have no people who can do that for me.

So is you have an other sugestion

Regards,

Gerard


RE: conf.Settings.php - gdeveer - 03-10-2011

(03-10-2011, 03:58 PM)gdeveer Wrote:
(03-09-2011, 11:17 PM)Doudoux Wrote: Can you test it directly on the machine where you installed letoDMS? with http://127.0.0.1

No sorry that is not possible because the server is in Capelle aan de IJssel (Netherlands) and I working remote on it.
We have no people who can do that for me.

So is you have an other sugestion

Regards,

Gerard

Dear Doudoux,

I think I found the error, now my check is good.
If you look in check.php you find by Core that check.php is looking for LetoDMS_Core.php in the latest revision the file name is Core.php.

I Changed it in Core.php and now the check is OK
I changed also User and Passwd for admin and I give my own useraccount and passwd for de database check Now is that also OK.

I'm testing furtheron and hope LetoDMS is running.

Cheers

Gerard

Output check.php

LetoDMS 3.0.0 check configuration

Check Apache configuration

Apache version: Apache/2.2.14 (Ubuntu)
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.2-1ubuntu4.7
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 2M

Limit size for uploading file (post_max_size): 8M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 30 s

END





RE: conf.Settings.php - gdeveer - 03-10-2011

(03-10-2011, 06:49 PM)gdeveer Wrote:
(03-10-2011, 03:58 PM)gdeveer Wrote:
(03-09-2011, 11:17 PM)Doudoux Wrote: Can you test it directly on the machine where you installed letoDMS? with http://127.0.0.1

No sorry that is not possible because the server is in Capelle aan de IJssel (Netherlands) and I working remote on it.
We have no people who can do that for me.

So is you have an other sugestion

Regards,

Gerard

Dear Doudoux,

I think I found the error, now my check is good.
If you look in check.php you find by Core that check.php is looking for LetoDMS_Core.php in the latest revision the file name is Core.php.

I Changed it in Core.php and now the check is OK
I changed also User and Passwd for admin and I give my own useraccount and passwd for de database check Now is that also OK.

I'm testing furtheron and hope LetoDMS is running.

Cheers

Gerard

Output check.php

LetoDMS 3.0.0 check configuration

Check Apache configuration

Apache version: Apache/2.2.14 (Ubuntu)
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.2-1ubuntu4.7
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 2M

Limit size for uploading file (post_max_size): 8M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 30 s

END

I have all done so as maked Users in Mysql and Grant All Privillage for them for the database letodms.

When I go to /var/www/mydms/out/out.Login.php and I try to login, the system returns with the message UserID Passwd incorrect.

What can I do more to solve the problem?

Regards Gerard




RE: conf.Settings.php - Doudoux - 03-11-2011

Hello

Quote:Error signing in. User ID or password incorrect.

your user login and password are bad.
should not take user/password of MySQL, but those of letodms : admin/admin


RE: conf.Settings.php - gdeveer - 03-11-2011

(03-11-2011, 01:02 AM)Doudoux Wrote: Hello

Quote:Error signing in. User ID or password incorrect.

your user login and password are bad.
should not take user/password of MySQL, but those of letodms : admin/admin

I changed it in /conf/conf.Settings.php and also in /inc/inc.Settings.php both are the same. admin/admin is not working to.
I thinking what are the group and owner of mydms?
I have now root root for all and the rights are 777.





RE: conf.Settings.php - Doudoux - 03-11-2011

in /conf/conf.Settings.php you must put Mysql login and password

in LetoDMS page web you must put admin/admin



RE: conf.Settings.php - gdeveer - 03-11-2011

(03-11-2011, 05:48 PM)Doudoux Wrote: in /conf/conf.Settings.php you must put Mysql login and password

in LetoDMS page web you must put admin/admin

No that is not working.
Where can I reset the password and the Username.

I have the same user and password in /conf/conf.Settings.php and in /inc/inc.Settings.php.

Sorry I don't understand that I can't connect.

Regards,

Gerard


RE: conf.Settings.php - gdeveer - 03-11-2011

(03-11-2011, 06:53 PM)gdeveer Wrote:
(03-11-2011, 05:48 PM)Doudoux Wrote: in /conf/conf.Settings.php you must put Mysql login and password

in LetoDMS page web you must put admin/admin

No that is not working.
Where can I reset the password and the Username.

I have the same user and password in /conf/conf.Settings.php and in /inc/inc.Settings.php.

Sorry I don't understand that I can't connect.

Regards,

Gerard

Hi Doudoux,

I was surfing over the internet and looked to the website LetoDMS for a sollution for my problem.

I started the demo version of LetoDMS user demo and password demo and do you think, the same problem as we have.
You can even not login into the demo version.


RE: conf.Settings.php - gdeveer - 03-14-2011

(03-11-2011, 10:55 PM)gdeveer Wrote:
(03-11-2011, 06:53 PM)gdeveer Wrote:
(03-11-2011, 05:48 PM)Doudoux Wrote: in /conf/conf.Settings.php you must put Mysql login and password

in LetoDMS page web you must put admin/admin

No that is not working.
Where can I reset the password and the Username.

I have the same user and password in /conf/conf.Settings.php and in /inc/inc.Settings.php.

Sorry I don't understand that I can't connect.

Regards,

Gerard

Hi Doudoux,

I was surfing over the internet and looked to the website LetoDMS for a sollution for my problem.

I started the demo version of LetoDMS user demo and password demo and do you think, the same problem as we have.
You can even not login into the demo version.

I looked at LetoDMS and discovered a new version (3.1)
Is this version solving our problems?

(03-11-2011, 10:55 PM)gdeveer Wrote:
(03-11-2011, 06:53 PM)gdeveer Wrote:
(03-11-2011, 05:48 PM)Doudoux Wrote: in /conf/conf.Settings.php you must put Mysql login and password

in LetoDMS page web you must put admin/admin

No that is not working.
Where can I reset the password and the Username.

I have the same user and password in /conf/conf.Settings.php and in /inc/inc.Settings.php.

Sorry I don't understand that I can't connect.

Regards,

Gerard

Hi Doudoux,

I was surfing over the internet and looked to the website LetoDMS for a sollution for my problem.

I started the demo version of LetoDMS user demo and password demo and do you think, the same problem as we have.
You can even not login into the demo version.

I looked at LetoDMS and discovered a new version (3.1)
Is this version solving our problems?