Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
3.3.0 Install Problems
#1
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,

Quote:Configure letoDMS Settings for database & directory
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";
I 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?

Searching the forum, I found reference to
Quote:- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_Core
I 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.
Reply
#2
First, which instructions are you following? I've been going through my own installation trials and have found various, conflicting installation instructions, probably for different versions.

Anyway, I'm just learning this myself, so this info might not be accurate...

Since you have check.php working, I think that means you must have conf/conf.settings.php configured correctly. You'll need those setting to fill in the fields in install/install.php page. Or, the values can be set in conf/settings.xml as a convenience, which will populate all those fields for you. I guess you probably knew that and did it correctly.

I had the same issue with pear/log.php. I asked my hosting company to install it, and to my surprise, they did. However, in the event that they would not install it for me, I was following these instructions for installing pear packages:
http://pear.php.net/manual/en/installation.shared.php.

HTH


(02-18-2012, 11:01 AM)gjturner Wrote: 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,

Quote:Configure letoDMS Settings for database & directory
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";
I 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?

Searching the forum, I found reference to
Quote:- ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_Core
I 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.

Reply
#3
You should first get Log from pear.php.net.
The README should explain it all.

Uwe
Reply


Forum Jump:


Users browsing this thread: