Cuberite Forum
WebAdmin issues - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: WebAdmin issues (/thread-2392.html)

Pages: 1 2 3


RE: WebAdmin issues - xoft - 03-04-2016

Ah, yet another problem. The forms weren't parsed properly, because the content type header was not decoded. Should be fixed with PR https://github.com/cuberite/cuberite/pull/3069


RE: WebAdmin issues - syberz - 03-04-2016

Sorry for replying so late, I actually restarted from scratch with a new Raspbian installation and compiled the build directly on the Pi.

The WebAdmin still has the same issue and the commit ID is: c815d03eb486d639e8222582e4e89bc1e0ad072b


RE: WebAdmin issues - Schwertspize - 03-04-2016

Mine is working correctly Smile


RE: WebAdmin issues - xoft - 03-04-2016

@syberz Your server doesn't contain the fixes that I've done. You need to either compile a new version (git pull, make) or download a new one from the buildserver.


RE: WebAdmin issues - syberz - 03-05-2016

Alright, is there a script that I can run that will recompile and update my existing installation?

I'm sorry if it's a stupid question, but I'm new to this.


RE: WebAdmin issues - bearbin - 03-05-2016

Did you compile your server yourself or did you download from the internet? If you downloaded, simply download again from wherever you did so before, and copy the Cuberite executable over the old one.


RE: WebAdmin issues - syberz - 03-06-2016

For my first install I compiled it myself using --> sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"

Can I just reuse that even though the files already exist?


RE: WebAdmin issues - bearbin - 03-06-2016

Yes, you should just be able to run that command again.


RE: WebAdmin issues - syberz - 03-08-2016

Well I tried recompiling with that command but the commit ID is the same and my problem with the webadmin remains.


RE: WebAdmin issues - bearbin - 03-08-2016

Did you by chance use the "testing" branch on the compilation script?