Blank page after installation
after going through the installation and getting the page "please remove install directory...", removed the install directory and now getting a blank page upon refresh or going to studio. no error in nginx logs and no log in una logs directory. used rewrite rules from installation instructions.
-
-
·
Alex T⚜️
- ·
Please try to enable the following php setting to see errors on the screen (instead of white page):
display_errors = On
Also you need to use the following rewrite rules for Nginx web-server:
-
·
Alex T⚜️