[TYPO3-english] Synology Model DS1513+

Philipp Gampe philipp.gampe at typo3.org
Fri Mar 7 18:20:28 CET 2014


Hi Felipe,

Felipe Lembcke wrote:

> I think, there is something in this model and the way is setup that does
> not allow Typo3 to read the directories in which the /opt/bin are located.
> By the way, that is the directory where the imagemagick is located. I am
> not sure is the imagemagick version installed conflict or can not be
> loaded in this 64 Bit box. I read some articles that makes me think  this
> is the case. Not sure. I know Imagemagick is install in the DS1513+  it
> works in the command line.

This is because open_basedir is in effect. This is a PHP settings that 
restricts the paths that PHP is allowed to read.

Your directory is not listed in the list of allowed directories. Therefore 
you can either modify the list of allowed paths (as mentioned in my other 
post) or you can copy the binary to an allowed path.

The architecture (32bit or 64bit) does not matter for PHP as long as you can 
call it at all.

Here is the list of allowed paths from my DS414:
open_basedir = 
/etc.defaults:/usr/bin/php:/usr/syno/synoman:/etc:/var/run:/tmp:/var/spool/php:/volume1/@tmp/php:/var/services/web:/var/services/photo:/var/services/blog:/var/services/homes
located in /usr/syno/etc/php/user-setting.ini

PS: If you need further help, best would be if you send my some kind of 
remote desktop invitation (Teamviewer, etc) with an open shell to the NAS, 
such that I can have a look around.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list