Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LevelReupload.php not working properly #1076

Open
MrRare2 opened this issue Jan 20, 2024 · 3 comments
Open

LevelReupload.php not working properly #1076

MrRare2 opened this issue Jan 20, 2024 · 3 comments

Comments

@MrRare2
Copy link

MrRare2 commented Jan 20, 2024

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
Copy link
Author

MrRare2 commented Jan 28, 2024

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
Copy link

ElParaguasXD commented Apr 24, 2024

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

@MegaSa1nt
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants