LetoDMS Community Forum
Problem installing 3.3.0 - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Problem installing 3.3.0 (/showthread.php?tid=453)

Pages: 1 2


Problem installing 3.3.0 - SSI-CG - 02-28-2012

Having install issues...

I have filled out all the server settings and click Apply. I am just sent to a page with the following:

letoDMS Installation for version 3.3.0
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


What am I missing??


RE: Problem installing 3.3.0 - steinm - 02-29-2012

(02-28-2012, 11:56 PM)SSI-CG Wrote: Having install issues...

I have filled out all the server settings and click Apply. I am just sent to a page with the following:

letoDMS Installation for version 3.3.0
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

What am I missing??

Both are warnings. They should not keep you from installing letodms.

Uwe


RE: Problem installing 3.3.0 - SSI-CG - 02-29-2012

Cleared out all my folders, tried installing it again and it just sits at those warnings. Goes no further.

Any ideas?
Seeing the following issues in the Apache log

[Tue Feb 28 14:01:48 2012] [error] [client] PHP Warning: require_once(LetoDMS/Core.php): failed to open stream: No such file or directory in /var/www/letoDMS/inc/inc.DBInit.php on line 27
[Tue Feb 28 14:01:48 2012] [error] [client] PHP Fatal error: require_once(): Failed opening required 'LetoDMS/Core.php' (include_path=':.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS/inc/inc.DBInit.php on line 27



RE: Problem installing 3.3.0 - steinm - 02-29-2012

(02-29-2012, 01:27 AM)SSI-CG Wrote: Cleared out all my folders, tried installing it again and it just sits at those warnings. Goes no further.

Any ideas?
Seeing the following issues in the Apache log

[Tue Feb 28 14:01:48 2012] [error] [client] PHP Warning: require_once(LetoDMS/Core.php): failed to open stream: No such file or directory in /var/www/letoDMS/inc/inc.DBInit.php on line 27
[Tue Feb 28 14:01:48 2012] [error] [client] PHP Fatal error: require_once(): Failed opening required 'LetoDMS/Core.php' (include_path=':.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS/inc/inc.DBInit.php on line 27

Is LetoDMS_Core installed? Did you install it where php can find it or did you set the path to LetoDMS_Core in the settings?

Uwe




RE: Problem installing 3.3.0 - SSI-CG - 02-29-2012

LetoDMS_Core is under my LetoDMS folder.




RE: Problem installing 3.3.0 - SSI-CG - 02-29-2012

Worked through the issues but now getting this when trying to do anything admin side with the full text index


[Tue Feb 28 16:35:02 2012] [error] [client] PHP Warning: require_once(Zend/Search/Lucene.php): failed to open stream: No such file or directory in /var/www/letoDMS/data/Lucene.php on line 22, referer: http://server/letoDMS/out/out.AdminTools.php
[Tue Feb 28 16:35:02 2012] [error] [client] PHP Fatal error: require_once(): Failed opening required 'Zend/Search/Lucene.php' (include_path='/var/www/:.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS/data/Lucene.php on line 22, referer: http://server/letoDMS/out/out.AdminTools.php



RE: Problem installing 3.3.0 - steinm - 02-29-2012

(02-29-2012, 04:36 AM)SSI-CG Wrote: Worked through the issues but now getting this when trying to do anything admin side with the full text index


[Tue Feb 28 16:35:02 2012] [error] [client] PHP Warning: require_once(Zend/Search/Lucene.php): failed to open stream: No such file or directory in /var/www/letoDMS/data/Lucene.php on line 22, referer: http://server/letoDMS/out/out.AdminTools.php
[Tue Feb 28 16:35:02 2012] [error] [client] PHP Fatal error: require_once(): Failed opening required 'Zend/Search/Lucene.php' (include_path='/var/www/:.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS/data/Lucene.php on line 22, referer: http://server/letoDMS/out/out.AdminTools.php

You have the fulltext search enabled but didn't install LetoDMS_Lucene.

Uwe




RE: Problem installing 3.3.0 - SSI-CG - 02-29-2012

I do have LetoDMS_Lucene on my webserver.
What is the proper way to install LetoDMS_Lucene? What files need to be edited?


RE: Problem installing 3.3.0 - steinm - 02-29-2012

(02-29-2012, 02:14 AM)SSI-CG Wrote: LetoDMS_Core is under my LetoDMS folder.

But what about our include path or the path to letodms in the settings?
Is that set propperly?

Uwe


RE: Problem installing 3.3.0 - SSI-CG - 02-29-2012

settings.xml or conf.Settings.php?