Crowley
User
| Posts: 8 |   |

|
Re:swisscenter works on synology NAS - 2006/10/30 09:08
Hi Neo,
the problem isn't with the DS or the swisscenter. It's a security feature of PHP, so that php scripts aren't allowed to run wild on your system. You have to put your media files in a folder that ist covered by "open_basedir" in the file php.ini. All php functions (Swisscenter is written in PHP) are only allowed to process folders and files that are defined in this variable. If you choose a media folder that is not in open_basedir php will block the access and swisscenter MUST fail.
You either make a subfolder under /web like /volume1/web/TV (which would be the simplest) and put your media there. This works because /volume1/web is already covered by open_basedir, so every subfolder of it will be covered as well. Or if you want to keep your media folder, you have to include it's path in open_basedir. This isn't too difficult and it would solve your main problem.
I can imagine that OpenShowcenter didn't work for the same reason.
The part about "which" isn't really important. The fix mentioned in the first post works well enough.
All I can say is: There are some tricky things about SwissCenter on the DS but it works in the end and the DS can even stream full DVD VOB-files via WLAN to the LS-2010 without any problem, so it's worth the while...
If you want to take another try, feel free to post the exact error/problem and I will try to help you.
Crowley
|