Internet Explorer is not supported. Please upgrade to a more modern browser.
Hi. I have a dedicated server with debian operating system in command environment, the system has nginx, mysql and php installed. My problem is that when entering the page in the corresponding folder and assigning the permissions. when opening the page it stays blank and the index.php it does not redirect to install.php
Image --> https://ibb.co/QP6rf8V
Hi,
We had a similar problem yesterday, which I'd never seen before.
The fix was to edit one of the nginx configuration files (unfortunately I'm not sure which), there's a line that looks like this:
add_header Content-Security-Policy "default-src 'self'; ..............."
Comment out this line by adding a # before it, then restart nginx (or alternatively tweak this line so Nameless assets/JS loads in, but I'm not sure what that configuration should be).
Same issue with blank screens.