-
Notifications
You must be signed in to change notification settings - Fork 18
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
JSON Save/Load issue #71
Comments
A fix might be (EPSkill.php):
|
The effect described in this issue ( #65 ) may beconnected with the problem described above. |
The duplication of the Groups array leads to awfully long JSON strings. And I think at some time the JSON parser reaches a maximum number of chars and fails. |
I just noticed my code post above was not displayed correctly. I changed that. Now you can see what I modified. |
Every time I load a saved character from .json file and and save it again the content of the "groupsArray" in the skills section (EPSkill.php) gets duplicated. This continues until JSON string gets to long to be loaded.
I tried to fix the issue but right now I do not fully understand the usage of the "groupsArray" and how it should be filled correctly.
I testet with the actual version of master branch (2 Feb 2016) and in the virtual environment you provided. The browser used was Firefox 44.0
The text was updated successfully, but these errors were encountered: