server-status-project/server-status

page setup missing

FyWolf opened this issue · 4 comments

Hi, I've tried to install the server status, the config page are ikay, everything works fine but at the moment that I've finished setup, the page load like without the CSS, only texts

image

Pryx commented

Hi, sorry for late reply. Can you post your config file - the WEB_URL in particular? It should look like this define("WEB_URL", "http://192.168.1.66/state"); //Used for links - if it does not, try changing it.

Same issue here:
define("WEB_URL", "https%3A%2F%2Flaunchstatus.wracked.nl%2Fstatus"); //Used for links

The calls to urlencode() in install.php code should be removed for the two URL config options (url and policy_url). I see very few benefits from having these two parameters checked during installation. This would resolve #81, #91, #94 and #95.

 @Pryx Do you want me to make up a quick PR?

Pryx commented

Resolved by #101