Put attachment file in root LetoDMS folder and launch it with an internet browser.
Example : http://localhost/letoDMS-3.0.0b/check.php
Delete file after use
Example : http://localhost/letoDMS-3.0.0b/check.php
Delete file after use
Code:
// Commands :
// check.php -> launch check configuration
// check.php?debug -> launch 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
//
// Historic
// 3.00-06 : Add other PHP informations may have an impact on the execution of LetoDMS
// Check access on Content folder
// 3.00-05 : Improve adodb check + database check (pb with tblACLs table)
// 3.00-04 : Update for letoDMS 3.0.0 RC3
// Add letoDMS version in database
// Improve database check
// 3.00-03 : Improve apache check : error message when no information
// 3.00-02 : Add debug option : check.php?debug
// Add PHP informations may have an impact on the execution of LetoDMS
// Improve adodb check
// Improve $settings check
// 3.00-01 : Create for letoDMS 3.0.0 RC1