GMDprivateServer icon indicating copy to clipboard operation
GMDprivateServer copied to clipboard

Level Downloading not working on old versions

Open Wixboy opened this issue 4 years ago • 2 comments

ive done everything right? I used 7m.pl and in phpmyadmin leveldata doesn't show up. Hasn't worked on both 1.7 nor 1.0

Wixboy avatar Jun 17 '21 23:06 Wixboy

Originally posted by @Flux3on in https://github.com/Cvolton/GMDprivateServer/issues/594#issuecomment-625958243

Why would you want to run 1.0 anyway

I strongly recommend making a 1.2 server instead of a 1.0 server. It's basically the same as 1.0 just with less bugs and a few more features like new songs and a new gamemode, but doesn't add any new block styles so it still kinda feels like 1.0.

Server can be unstable for version 1.0. Otherwise, you may done something wrong or 7m.pl have something to block php works like this. Try with another host, maybe it can fix your issues.

EMREOYUN avatar Jun 30 '21 16:06 EMREOYUN

ive done everything right? I used 7m.pl and in phpmyadmin leveldata doesn't show up. Hasn't worked on both 1.7 nor 1.0

levelString (which is the actual level data, not levelData, which is the replay file) is saved to a file in the data folder instead of the database, make sure the server has write access to data/levels. (chmod 777 is the easiest solution)

Cvolton avatar Jun 30 '21 18:06 Cvolton