11-18-2011, 01:36 PM
(11-18-2011, 03:59 AM)ti.sch Wrote:(11-18-2011, 03:14 AM)steinm Wrote:thanks for your reply.(11-17-2011, 10:45 PM)ti.sch Wrote: Dear all,
I am having an issue trying to install the latest letoDMS 3.2.1 to my Synology NAS (DS411j)
I have been trying to follow both the offical Readme file as well as Dodoux manual
Neither work for me.. I always get the following error page:
Has anyone succesfully installed LetoDMS to his Synology that could share his experience?
Well, the error message is quite obvious. You to install the pear package Log.
The strange thing is, that I already did install both php-pear, Log 1.12.7 (through pear) and HTTP_WebDAV_Server 1.0.0RC6 (through pear).
I still get this error. As I am completely new to Linux commands, I feel like I might be missing something.
Do you have any idea?
That sounds like the include path isn't set as expected.
Try
Code:
php -i |grep include_path
Next check if Log.php is in one of the those directories set by include_path.
Is your php self installed or taken from a distribution?
Uwe