LetoDMS Community Forum
Full Text Index - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Full Text Index (/showthread.php?tid=522)

Pages: 1 2 3


RE: Full Text Index - atarifreak - 10-23-2012

safe_mode_exec dir-setting is in user-setting.ini in subdirectory php (full path: (/usr/syno/etc/php).
disabling this in webinterface will still sets
Code:
safe_mode_exec_dir =

activating that setting in Web-Gui will result in something like this:
Code:
safe_mode_exec_dir = /usr/syno/bin
if we need to uncomment that line, we have to to it by editing that user-setting.ini file.
But it doesnt change anything.
i am not that php-programmer so i cant write such test-script as recommended by Uwe.



RE: Full Text Index - atarifreak - 10-29-2012

well dont know why, but now it worked.
setting in my user-setting.ini

Code:
safe_mode_exec_dir =

yes, without anything, worked for me.
You can simply do that by disabling safemode exec dir settings on GUI.
but i tried that many times, so i think rebooting do the trick. i have to check that again with my other DS.


RE: Full Text Index - Daniel - 11-11-2012

Are you still running into problems? I'm running LetoDMS (2 instances, on Productive, one Test) on a Synology DS712 and all functions (including Fulltext) are working.


RE: Full Text Index - atarifreak - 11-19-2012

yes now it worked. i am wroking on german Synology-Wiki for some installation- instructions. after that someone (maybe me?) can translate it into english and put it into letodms wiki...

(11-11-2012, 08:42 PM)Daniel Wrote: Are you still running into problems? I'm running LetoDMS (2 instances, on Productive, one Test) on a Synology DS712 and all functions (including Fulltext) are working.




RE: Full Text Index - Daniel - 11-19-2012

(11-19-2012, 05:18 PM)atarifreak Wrote: yes now it worked. i am wroking on german Synology-Wiki for some installation- instructions. after that someone (maybe me?) can translate it into english and put it into letodms wiki...

(11-11-2012, 08:42 PM)Daniel Wrote: Are you still running into problems? I'm running LetoDMS (2 instances, on Productive, one Test) on a Synology DS712 and all functions (including Fulltext) are working.

If you want i can help to translate it.




RE: Full Text Index - feekh - 03-09-2014

Same problem here on a Synology 212+.
Binary pdftotext works great when calling it from the cmd line:

[Image: 27f2.png]

Disabled safemode exec dir settings in my webinterface:

[Image: iu5o.png]

PDFs are recognized as:
mimetype:application/pdf

Update fulltext index runs without errors.

What could be left to check?