Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Installation & Hosting

Blank page after local install (edit: solved)

Started by Nick Rhodes 8 years ago · 0 replies · 2928 views
8 years ago

Installed apache2, php7.0 on debian distro
also installed almost all the required php modules, couldn't find only ctype
localhost/grav-skeleton/phpinfo.php loads fine, but localhost/grav-skeleton shows only a blank page?
I'm a newbie to linux so don't understand much about permissions, running
ps aux | grep -v root | grep apache | cut -d\ -f1 | sort | uniq
gives

myuser
www-data

as a result, and running
ls -l /var/www/html/grav-skeleton
lists everything inside grav-skeleton as

myuser myuser


EDIT: SOLVED adding user www-data as owner of the grav directory:
sudo chown -R www-data:myuser /var/www/html/grav

last edited 11/29/18 by Nick Rhodes

Suggested topics

Topic Participants Replies Views Activity
Installation & Hosting · by antoinep, 15 hours ago
5 61 9 hours ago
Installation & Hosting · by Jürgen Dietrich, 7 months ago
0 63 7 months ago
Installation & Hosting · by rappluk, 8 months ago
0 62 8 months ago
Installation & Hosting · by N, 12 months ago
3 73 12 months ago
Installation & Hosting · by Youle, 1 year ago
1 62 1 year ago