Hello.
I upload a user file to the server from the game script.
On the server I receive a warning(screenshot in the attached file)
if you click on it then the file is deleted.
If the same file to load through the admin panel that this warning is not present.
What is the problem, how to download the file correctly?
(it happens the same way when loading a screenshot in the demo scene)
I’ll check it and eventually fix for the next update, thanks.
FRANCESCO CROCETTI @ SKARED CREATIONS
At line 857 of /admin/users.php try to replace the line with:
$fileCustomData = json_decode($file->CustomData, TRUE);
FRANCESCO CROCETTI @ SKARED CREATIONS
It helped, thanks a lot!
Ok this fix will be added to the next update, thanks for the report.
FRANCESCO CROCETTI @ SKARED CREATIONS