문제

I just upgraded Synology dsm 4 to 5 and when I'm trying to access a php file, the server returns No input file specified.

I don't have any .htaccess files for now, which is the most common issue related to this message...

도움이 되었습니까?

해결책

I've found the solution...

I'm trying to execute my php file in ssh live "php /volume1/web/index.php"

And I was an error with open_basedir

In the config of php in the panel, I had /volume1/web/: in the open_basedir.

So the line by default is : /var/services/tmp:

And you need to have /var/services/tmp:/volume1/web/:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top