You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'd think so from the name...IIRC though it's not exactly so. I'd have to look again, but at the moment it does seem to be doing the right thing this way, somehow--I have one project per project in the server browser, not one per session. (And I have about 90 crashes spanning several versions.)
It seems
ERROR_PROJECTNAME
in the php server is by default set togame id
which the client never sendscrashdumper/servers/crashdumpbrowser/includes/constants.inc.php
Line 18 in d49565f
Since
strlen($project)
returns 0, the error never gets submittedcrashdumper/servers/crashdumpbrowser/report.php
Line 90 in d49565f
What worked in my case was changing the value to "package"
define("ERROR_PROJECTNAME", "package");
The text was updated successfully, but these errors were encountered: