07-14-2012, 05:56 PM
Hello,
I want to add a lot of documents to the dms by a shell-script, so I found in the forum, there is a script in utils, but if I use letodms_adddoc like
I got an error
Does anybody know what that mean? I'm not firm in php-coding.
I use letoDMS in version 3.3.0
Thanks
Thomas
I want to add a lot of documents to the dms by a shell-script, so I found in the forum, there is a script in utils, but if I use letodms_adddoc like
Code:
utils/letodms-adddoc -F 68 -f /freigabe/Dokumente/installationsanleitung.pdf
I got an error
Code:
PHP Notice: Undefined property: LetoDMS_Core_Document::$_document in /var/www/letoDMS/LetoDMS_Core/Core/inc.ClassDocument.php on line 161
PHP Notice: Trying to get property of non-object in /var/www/letoDMS/LetoDMS_Core/Core/inc.ClassDocument.php on line 161
PHP Notice: Trying to get property of non-object in /var/www/letoDMS/LetoDMS_Core/Core/inc.ClassDocument.php on line 161
Could not add document to folder
Does anybody know what that mean? I'm not firm in php-coding.
I use letoDMS in version 3.3.0
Thanks
Thomas