Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
=======================
Installation Procedure:
=======================
Step 1 : Download files
-----------------------
- Download letoDMS files here : https://sourceforge.net/projects/mydms/files/LetoDMS/
- Download ADOdb files here : http://adodb.sourceforge.net/
- Download LOG files here : http://pear.php.net/package/Log/download/All
- Download Mail files here : http://pear.php.net/package/Mail/download/
Step 2 : Files Installation
---------------------------
- ungzip and untar LetoDMS-3.2.0.tar.gz in
- ungzip and untar LetoDMS_Core-3.2.0.tgz in /LetoDMS_Core ( Added default in version 5.1.9 )
- Move LetoDMS_Core to LetoDMS and Remove LetoDMS_Core
=> you must have /LetoDMS/Core.php
- Move LetoDMS_Lucene to LetoDMS and Remove LetoDMS_Lucene
=> you must have /LetoDMS/Lucene.php
- Move LetoDMS_Preview to LetoDMS and Remove LetoDMS_Preview
=> you must have /LetoDMS/Preview.php
- ungzip and untar adodbxxx.tgz in /adodb
- ungzip and untar Logxxx.tgz in /LetoDMS
=> you must have /LetoDMS/Log.php
- ungzip and untar Mailxxx.tgz in /LetoDMS
=> you must have /LetoDMS/Mail.php
Step 3 : Configuration
----------------------
- copy /conf/settings.xml.template to /conf/settings.xml
- edit settings.xml file, search dbDriver = "_DBC_DBTYPE_" ==> mysql
- create file /conf/ENABLE_INSTALL_TOOL
- launch /install/install.php
- set values
- Delete file ENABLE_INSTALL_TOOL if possible
- Edit file : inc/inc.LogInit.php and replace
include("Log.php");
=>
include("/LetoDMS/Log.php");
- Edit LetoDMS_Core/Core/inc.DBAccess.php
require_once "adodb/adodb.inc.php";
=>
include("/adodb/adodb.inc.php");
NOTE : LetoDMS requires Zend framework for Lucene Search. So you need to download the Zend framework here :
http://www.zend.com/en/community/downloads
Download the 1.12.x minimal build as the latest vesion i.e. 2.x does not include the search part.
Go to /ZendFramework-1.12.1/library/ copy Zend folder to Leto root folder and make leto.zip
No need to include_path in php.ini bcoz letoDMS makes its root directory as include_path