Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Page (owncloud/index.php) after first install #43

Open
wingesas opened this issue Mar 16, 2016 · 1 comment
Open

Blank Page (owncloud/index.php) after first install #43

wingesas opened this issue Mar 16, 2016 · 1 comment

Comments

@wingesas
Copy link

Hi there,

after doing a new installation with nginx I get a blank page when calling owncloud/index.php.

/var/log/nginx/access.log and /var/log/nginx/error.log don't give a hint. There is no logfile in /srv/http/owncloud/data/.

Thanks in advance for helping out. Cheers, Sascha

@chhe
Copy link

chhe commented May 14, 2016

I had the same Problem using Raspbian Jessie. What I had to do to fix that was edit /etc/nginx/sites-available/default. In the block that is commented with # enable php I had to add the following line:

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

I have no experience with PHP or NGINX so I have no idea why this is now needed with Debian Jessie. My guess is some default configuration of NGINX changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants