02-18-2012, 11:01 AM
Hi, I have been trying to install LetoDMS without success.
My system is as follows; Win7 pro (64bit), WAMP (V2.1).
I have followed the install instructions but get stuck at step 7,
Searching the forum, I found reference to
I am also having trouble with an error message when I try to run "install.php" indicating the following;
Here is a copy of the check.php output as well;
Any help is greatly appreciated, I have spent quite some time now trying to get this to work. Sorry if I have included too much info, I was just trying to cover all bases.
Thanks in advance.
My system is as follows; Win7 pro (64bit), WAMP (V2.1).
I have followed the install instructions but get stuck at step 7,
Quote:Configure letoDMS Settings for database & directoryI looked in the specified file but there is nothing like the above in there. Do I need to add it? If yes, where in the file does it need to be put?
Edit the <path to letoDMS>/inc/inc.Settings.php to match your preference and settings
$_rootDir = "path to where letoDMS is located";
$_httpRoot = "relative path to URL for letoDMS";
$_contentDir = "path to directory created in step 3 above";
$_ADOdbPath = "path to ADODB";
$_dbHostname = "hostname of database";
$_dbDatabase = "name of created database";
$_dbUser = "created user for database";
$_dbPass = "user password for database";
Searching the forum, I found reference to
Quote:- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_CoreI have searched but have not been able to find this file online or anywhere on my pc. Do I need it?
I am also having trouble with an error message when I try to run "install.php" indicating the following;
Quote:letoDMS Installation for version 3.3.0
Error
Pear package : Log : Not found
=> Install Pear package 'Log'
Warning
Pear package : HTTP_WebDAV_Server : Not found
=> Install Pear package 'HTTP_WebDAV_Server', if you intend to use the webdav interface
Warning
Zend Framework : Not found
=> Install Zend Framework, if you intend to use the full text search engine
Apache version: Apache/2.2.17 (Win32) PHP/5.3.4
PHP version: 5.3.4
PHP include path: .;C:\php\pear
Here is a copy of the check.php output as well;
Quote:LetoDMS 3.0.0 check configuration (check version : 3.00-06)
Check Apache configuration
Apache version: Apache/2.2.17 (Win32) PHP/5.3.4
mod_rewrite : Ok
Check PHP configuration
PHP version: 5.3.4
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->_ADOdbPath : Ok
database : Ok
LetoDMS version: 3.3.0 (2012-02-18 12:43:47)
database : Ok
Check other configuration
Cookies : OK
Informations
Limit size for uploading file (upload_max_filesize): 12M
Limit size for uploading file (post_max_size): 12M
SMTP server (SMTP): localhost
Limits of the execution time (max_execution_time): 30 s
Safe mode (safe_mode): OK
Open Basedir (open_basedir): OK
END
Any help is greatly appreciated, I have spent quite some time now trying to get this to work. Sorry if I have included too much info, I was just trying to cover all bases.
Thanks in advance.