Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LetoDMS 3.3.5 on Qnap 212
#1
Hi all
I've installed the LetoDMS on Qnap following this proccess
Hardware:QNAP 212 Frimaware 3.6.1 Build 0302T

1) Install phpadmin qnap package (QPKG).

2) Enable Mysql

3)Extract the sources:
adodb517.gz--->/letodms/adodb
LetoDMS_Core-3.3.5.gz --->letodms/LetoDMS_Core
LetoDMS_Lucene-1.0.1.gz---->letodms/LetoDMS_Core/php
Log-1.12.7.gz---->letodms/LetoDMS_Core/php
LetoDMS-3.3.5.tar.gz--->/letodms

The full path /share/MD0_DATA/Web/letodms.

4)Modify php.ini
include_path = /share/Web/letodms/LetoDMS_Core/php

5)create file share/Web/letodms/conf/ENABLE_INSTALL_TOOL
Open http://aaa.bbb.ccc.ddd/letodms/install/install.php

6) 2 warning are show (HTTP_WebDAV_Server and Zend Framework not found) , but you can fulfil the form and continue the installation.Dodgy

7)You did not get any message but looks badAngry

8)So I decide to do a manual installation
-create DB "LETODMS" from phpadmin
-import create_tables-innodb.sql file from phpadmin
-edit \conf\settings.xml adding the following info

Root directory: /share/MD0_DATA/Web/letodms/
Http Root: /letodms/
Content directory: /share/MD0_DATA/Web/letodms/data/
Directory for full text index:
/share/MD0_DATA/Web/letodms/data/lucene/
Directory for partial uploads:
/share/MD0_DATA/Web/letodms/data/staging/
Core letoDMS directory: /share/Web/letodms/LetoDMS_Core/
Lucene LetoDMS directory: <leave it blank>
ADOdb Path: /share/Web/letodms/
Database Type: mysql
Server name: 127.0.0.1
Database: LETODMS
Username: <database user name>
Password: <database user password>

-edit letodms/inc/inc.LogInit.php
Replace include("Log.php");
include("/share/Web/letodms/LetoDMS_Core/php/Log.php");
9)Finally log on in the system and looks good , it's works ,but without webdav feature .

Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul
Reply
#2
Hi,

I run LetoDMS with Zend Framework on a Synology machine and it works fine. The Zend Framework must not be installed within the console, you can just download and extract it to the root folder of the LetoDMS installation.

The HTTP WebDAV Server is an additional Pear package which can be grabbed from Pear's extension directory. To get it up and running i had to create a folder HTTP within my Pear folder and copy the WebDAV folder from the downloaded package into it.

Both has been recognized by LetoDMS and works fine.

Regards
Reply
#3
hi Daniel.
can you please take a look on my problem? is full text indexing working for you and how?
http://forums.letodms.com/showthread.php...64#pid2564

Reply
#4
(07-11-2012, 07:46 PM)rauL.alamo Wrote: Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul

Get the HTTP_WebDAV_Server PEAR package just like Log and install
in into you php include path.

Uwe
Reply
#5
(10-18-2012, 06:26 PM)steinm Wrote:
(07-11-2012, 07:46 PM)rauL.alamo Wrote: Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul

Get the HTTP_WebDAV_Server PEAR package just like Log and install
in into you php include path.

Uwe

Hello, same situation here:
QNAP 212,
letoDMS works,
fulltext indexing (pdf and word) is only running, when I restart my apache with the following comand: /etc/init.d/Qthttpd.sh restart

But webdav isn't working.
I have the HTTP_WebDAV_Server PEAR package installed, wondering if it is needed because WebDAV is allready running on my QNAP NAS.
Fault: if I point my browser to <my_address>/letodms/webdav/index.php
I allways get a blank page and I don't have to fill in my login data.

Any idea how to solve this problem?
Pear Package is installed with ipgk.

Regards
Michael
letoDMS 3.4 on QNAP TS-212 ;)
Reply
#6
(11-15-2012, 10:38 PM)MicheagleD Wrote:
(10-18-2012, 06:26 PM)steinm Wrote:
(07-11-2012, 07:46 PM)rauL.alamo Wrote: Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul

Get the HTTP_WebDAV_Server PEAR package just like Log and install
in into you php include path.

Uwe

Hello, same situation here:
QNAP 212,
letoDMS works,
fulltext indexing (pdf and word) is only running, when I restart my apache with the following comand: /etc/init.d/Qthttpd.sh restart

But webdav isn't working.
I have the HTTP_WebDAV_Server PEAR package installed, wondering if it is needed because WebDAV is allready running on my QNAP NAS.
Fault: if I point my browser to <my_address>/letodms/webdav/index.php
I allways get a blank page and I don't have to fill in my login data.

Any idea how to solve this problem?
Pear Package is installed with ipgk.

This is probably a php include path issue. Where is the PEAR package installed and what is your php include path?

Just because your QNAP NAS has webdav, doesn't mean letodms has it too. It's a different piece of software.

Uwe
Reply
#7
(11-15-2012, 10:38 PM)MicheagleD Wrote:
(10-18-2012, 06:26 PM)steinm Wrote:
(07-11-2012, 07:46 PM)rauL.alamo Wrote: Can someone help me with HTTP_WebDAV_Server and Zend Framework warning ? Just keep in mind that is not a full linux machine , I cannot install the pakg .
thanks in advance.
Raul

Get the HTTP_WebDAV_Server PEAR package just like Log and install
in into you php include path.

Uwe

Hello, same situation here:
QNAP 212,
letoDMS works,
fulltext indexing (pdf and word) is only running, when I restart my apache with the following comand: /etc/init.d/Qthttpd.sh restart

But webdav isn't working.
I have the HTTP_WebDAV_Server PEAR package installed, wondering if it is needed because WebDAV is allready running on my QNAP NAS.
Fault: if I point my browser to <my_address>/letodms/webdav/index.php
I allways get a blank page and I don't have to fill in my login data.

Any idea how to solve this problem?
Pear Package is installed with ipgk.

Regards
Michael

Hi Michael,

Please check if your Qnap is configured to display PHP errors. If not you will only see the blank page.

@Uwe: Can you let me know the features of the full text index? So far i meant that it just indexes the content of the database (what it does on my NAS) and not the content of the files. Is this assumption wrong?

Daniel
Reply
#8
Here my solution:
I have changed following values in my php.ini :
display_errors = On
display_startup_errors = On
log_errors = On

After that I restarted the apache and then the webdav index page posted some errors.
After copying the required data to my php include paths (I edited these again) my webdav Index is working for the first time.
Great. Now I can go on with webDAV work.

Thanks!
letoDMS 3.4 on QNAP TS-212 ;)
Reply
#9
Next problem:
After connecting to my webdav Folder I can Browse and open my documents.
Connecting: start mac finder, connect to server (CMD+K) and then use the Adress: http://<my_address>/letoDMS/webdav/index.php
Login needed after that.

But after editing a word document I could not save this, maybe because the system has no rights or s.th.
Here the german error Message:
Nicht genügend Speicherplatz. Machen Sie Speicherplatz auf diesem Laufwerk frei.
Versuchen Sie folgendes:
Schließen Sie nicht benötigte Dokumente, Programme und Fenster.
Speichern Sie das Dokument auf einem anderen Datenträger.

Any idea for that?
Do I have to install and use davfs (mounting with mount.davfs) ?
letoDMS 3.4 on QNAP TS-212 ;)
Reply
#10
(11-16-2012, 02:44 AM)MicheagleD Wrote: Next problem:
After connecting to my webdav Folder I can Browse and open my documents.
Connecting: start mac finder, connect to server (CMD+K) and then use the Adress: http://<my_address>/letoDMS/webdav/index.php
Login needed after that.

But after editing a word document I could not save this, maybe because the system has no rights or s.th.
Here the german error Message:
Nicht genügend Speicherplatz. Machen Sie Speicherplatz auf diesem Laufwerk frei.
Versuchen Sie folgendes:
Schließen Sie nicht benötigte Dokumente, Programme und Fenster.
Speichern Sie das Dokument auf einem anderen Datenträger.

Any idea for that?
Do I have to install and use davfs (mounting with mount.davfs) ?

The error message is probably misleading. Can you copy a file into LetoDMS via webdav? What about deleting files? webdav is often a bit picky about the client. So if you can, try a different webdav client just to make sure it is not related to the client.

Uwe
Reply


Forum Jump:


Users browsing this thread: