hi is there any script in seeddms to upload file automatiquely in an existant folder? (without workflow) every day more than 1000 pdf are upload on a server with the name of the file i know in which folder it should be in seeddms this is for seeddms 5.1.21 ( on centos 7.8 with php 7.3 ) best regards and an happy nex year 2021 with the new covid ^^
it's ok for .pdf (and .rtf without accented characters) how can i try the perl script in command line ?
hi, i'm using seeddms 5.1.19 on a centos 7.6 (php 7.1 / mariadb 10.2) the docx document are not indexed. i try with the docx2txt.pl but it doen't solve the problem. extract of my settings.xml <converters target="fulltext"> <converter mimeType="application/pdf">pdftotext -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g'</converter> <converter mimeType="application/msword">catdoc %s</converter> <converter mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document">perl...
hi, i'm using seeddms 5.1.19 on a centos 7.6 (php 7.1 / mariadb 10.2) the docx document are not indexed. i try with the docx2txt.pl but it doen't solve the problem. extract of my settings.xml <converters target="fulltext"> <converter mimeType="application/pdf">pdftotext -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g'</converter> <converter mimeType="application/msword">catdoc %s</converter> <converter mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document">perl...
the /tmp partition is still growing so i use the tmpwatch paquage to erase tmp files (my server is never reboot - just 1 time per year for electric maintenance)
inside the tmp files (open with notepad++) i can see "# Image generated by GPL Ghostscript" or "‰PNG" I suppose you ' re right with le creation of preview images by imagemagick (?) or the convertion of document into pdf ? I update in seedms the max execution time from 30 sec to 120 sec (and in the php.ini) i'll have a look on the /tmp nextweek (today already 1GO) perhaps i make a script to delete the files every night
hi i'm using seeddms 5.1.8 on centos7.4 with apache 2.4 seeddms fill the /tmp partition (20 GO) with a lot of file magick-xxxxxx-00000001 (30 000 file for 3 mounths) when the /tmp is full no one can upload file but the site still works. i suppose i can delete this files (because in /tmp) but how to prevent this? the statistics: Dossiers: 129 Documents: 1683 Fichiers: 1812 Taille occupée: 980.59 MiB for 900 users best regards Emmanuel
ok thanks perhaps an evolution for next versions: email templating ^^