Cvolton / GMDprivateServer

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

Sync Failed (2.2 version) #1063

Closed Neejik closed 7 months ago

Neejik commented 7 months ago

For some reason I can't load my save data (12 stars) because there's no file in data/accounts

I tried setting 777 perms in the data folder with 'recursive' option and changing $captchaType to 0 and 1, but after those tries when saving and then loading there's still no file with my accountID

I'm using 000webhost so data size could not be the issue, all other things in the server works fine (backup too) Help please image

Bibou1494 commented 7 months ago

Same problem, some host, but in 2.1. I think 000webhost doesn't support reciving data with a simple request.

Neejik commented 7 months ago

Same problem, some host, but in 2.1. I think 000webhost doesn't support reciving data with a simple request.

In my old 2.1 server, things were working well, I used to think the problem it may be caused for using another branch but I tried with cvolton's repo and still nothing

Neejik commented 7 months ago

@Bibou1494 nevermind was an undefined function issue in backupGJAccount.php file from /accounts folder Here you replace the line 3 with:

if(function_exists("set_time_limit")) set_time_limit(0);

Credits to @MegaSa1nt Also check more fixes of the same kind in #1056

Bibou1494 commented 7 months ago

Ok thanks for fixing this