-
Notifications
You must be signed in to change notification settings - Fork 252
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
Another Login issue - Error 500 #658
Comments
Yep, I broke my head for a while over this same issue. I finally found out it wasn't something in my server configuration after manually changing our main map to inactive, after which I was able to login. There was an SQL entry in my system table with systemId set to NULL. By removing this entry, the error was resolved. I'm investigating how this could have happened, but I have yet to find anything. I'll update this post if I find anything more. Not sure if it's of any help, but here's the Apache error code in full starting between each error:
|
I saw the same problem right after the |
Running into this same issue. Main (first character added on new install) gets booted after 3 seconds. Adding a new character? They are fine. Tried with your updated mapmodel.php, running a completely new install with 1.4.0 and 1.4.1 (which had other issues), without any success. |
This problem just occured on our pathfinder today running pathfinder 1.4.0, for some reason we had a system with systemid null. |
@mrurb have you replaced the mapmodel.php (check my comment #658 (comment)) This will solve the problem. You can ignore all the other changed from my commit 11e61d0 but you need the changes made in
Fore those who are interested in a more detailed bug description:
The method I used to get those fresh System object instances This behavior is fine for most use cases but not when you have to juggle with multiple unsaved object instances at the same time. |
✔️ Issue resolvedThis issue was resolved by the commit(s) and/or the comments above. Many thanks to all participants/contributors for the helpful comments! 👍 ℹ️ Please reopen/comment this, if you have problems/questions about it.Auto-generated response |
I'm encountering an issue on the live pathfinder-w.space site. When I log in with my main I get an error 500 on the ajax call to updateData coming back with the following error:
Argument 1 passed to Controller\Ccp\Universe::getSystemData() must be of the type integer, null given, called in /var/www/pathfinder-w.space/public_html/app/main/model/systemmodel.php on line 207 [/var/www/pathfinder-w.space/public_html/app/main/controller/ccp/universe.php:191]
I'm able to log in with my alt accounts, just not my main. I did try and delete my account and recreated it but with the same outcome as posted above.
Other than that - amazing work!
The text was updated successfully, but these errors were encountered: