Hello every1,
i am new to grav. I am runnnig it on shared webspace. I installed the grav + admin package. It runs in a subfolder of a domain /grav. I got a blank page.
- I 've ckeked wether or not the .htaccess file is parsed, by adding a typo in to it. I got a server error, hence it will be parsed.
- I set the RewriteBase rule to /grav.
- Then i checked perms and set all files and folder to 755.
- I 've setup a php testfile with phpversion(); and phpinfo(); Works also.
- I tried to call index.php directly in the browser. Still got a blank page.
- I ckecked if there are some log files in the /logs folder containing any error. No files shown.
- I add this:
ini_set(“display_errors”, 1);
ini_set(“track_errors”, 1);
ini_set(“html_errors”, 1);
error_reporting(E_ALL);
to the index.php file. Still got a blank page.
What can i do further? Thx in advance.
tgonic