Cvolton / GMDprivateServer

Geometry Dash Private Server
GNU General Public License v3.0
389 stars 277 forks source link

LevelReupload.php not working properly #1076

Open MrRare2 opened 7 months ago

MrRare2 commented 7 months ago

Recently I made my own GDPS but when I try to reupload some levels, it says that the level doesn't exist even though it's not, and sometimes it returns nothing (just empty page), setting debug to 1 just prints out the level data of that ID

if 2.2 level: "This level doesn't exist" If not 2.2 level: (empty)

branch: lists

link (if you want to test it): http://raregdps.000webhostapp.com/tools/levelReupload.php

MrRare2 commented 7 months ago

Update: I eventually got it to work by by using this SQL command

ALTER TABLE levels MODIFY COLUMN settingsString MEDIUMTEXT DEFAULT '';

it's because of settingsString

ElParaguasXD commented 4 months ago

I't doesn't work to not 2.2 levels, can you help me?

MegaSa1nt commented 4 months ago

use my repo: https://github.com/MegaSa1nt/GMDprivateServer