10-03-2012, 11:12 PM
(10-03-2012, 09:53 PM)DerMac Wrote: Thank you! With your advice I found the problem.
I installed the DMS on a Synology DiskStation.
The PHP config variable 'safe_mode_exec_dir' is set to a special SubDir.
I tried it with a symbolic link in this SubDir to pdftotext, but the same result.
So I had to unset this variable (via the web front end of the box).
Now the full index runs.
Regards.
Thank you for that information.
Can you tell me how to debug that process? i am not that php-coder but i know how to use vi :-)
i will install letodms on my synology too but first want to check with lampp. so i need to unset safe_mode_exec_dir?
is this done by just
safe_mode_exec_dir =
in php.ini?
but do this anything if safe_mode = off ?