LetoDMS Community Forum
[letoDMS v2.0.2] Check configuration after an installation - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: Customization (https://community.letodms.com/forumdisplay.php?fid=5)
+--- Forum: Addons/Mods (https://community.letodms.com/forumdisplay.php?fid=14)
+--- Thread: [letoDMS v2.0.2] Check configuration after an installation (/showthread.php?tid=219)



[letoDMS v2.0.2] Check configuration after an installation - Doudoux - 01-10-2011

Put attachment file in root LetoDMS folder and launch it with an internet browser.
Example : http://localhost/letoDMS-2.0.2/check.php

Delete file after use

Code:
// Commands :
  //   check.php          -> launche check configuration
  //   check.php?debug    -> launche check configuration with debug PHP informations
  //                         use if the "END" is not displayed at the bottom of the page
  //   check.php?phpinfo  -> show only PHP informations
  //
  //  ------------------------------------
  //  Delete file after use
  //  ------------------------------------
  //
  // Historic
  //  2.02-04 : Add debug option : check.php?debug
  //            Add PHP informations may have an impact on the execution of LetoDMS
  //            Improve apache check : error message when no information
  //                        Improve database check
  //  2.02-03 : Add Cookies check
  //  2.02-02 : Add Apache check
  //  2.02-01 : Create for letoDMS 2.0.2
[/quote]



RE: [letoDMS v2.0.2] Check configuration after an installation - Doudoux - 01-11-2011

New version

2.02-03 : Add Cookies check
2.02-02 : Add Apache check
2.02-01 : Create for letoDMS 2.0.2





RE: [letoDMS v2.0.2] Check configuration after an installation - robshim - 01-13-2011

I get these errors:

LetoDMS 2.0.2 check configuration

Check Apache configuration

Apache version: Apache/2.2.11 (Win32) PHP/5.2.9-2
mod_rewrite : Error

Check PHP configuration

PHP version: 5.2.9-2
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

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

Check other configuration
Cookies : OK


RE: [letoDMS v2.0.2] Check configuration after an installation - Doudoux - 01-14-2011

Hy

You must activate rewrite_module in apache

See picture for wampserver configuration

doudoux