Ban Manager Web Interface Semi-Blank after setup
theoparis opened this issue ยท 11 comments
After setting up the Ban Management Web Interface on my mac, I launched localhost/banmanager, as in banmanager is the folder with banmanager's web interface. However, I am very confused. Can tell me why this happens and how to fix it:
http://prntscr.com/dzyktb
Thank you!
As GitHub doesn't allow moving issues between projects, it's fine for now.
Based on the screenshot, it looks like the CSS failed to load. Can you open the dev console in your browser, and head to the Network tab? In Chrome, Right Click -> Inspect Element -> Network tab.
sorry that i put this in the wrong area - meant to post this issue in the web ui version
I opened the network tab - seems to look empty:
http://prntscr.com/e08ygd
oh sorry i think i had to reload the page:
http://prntscr.com/e090dn
I also have an issue with the plugin itself. I don't seem to be getting any errors in my console, but when I type /ban, the player name, and the reason, nothing happens. Also when I type /addnote, and the player name, and the note, it gives me an error
Your webserver is responding with 403 Forbidden for the static resources (CSS, JS).
As for your other issue, with the plugin itself. Check your server logs. It sounds like the plugin disabled itself at startup.
I don't think it disabled itself because I am able to run commands like - when I run just /ban it says the correct sytax. But otherwise it doesn't work. I will send you the error for /add note