Skip to content
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

ErrorException: Trying to get property 'birthday_special_date_id' of non-object #2253

Closed
sentry-io bot opened this issue Jan 4, 2019 · 1 comment · Fixed by #2254
Closed

ErrorException: Trying to get property 'birthday_special_date_id' of non-object #2253

sentry-io bot opened this issue Jan 4, 2019 · 1 comment · Fixed by #2254
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 4, 2019

Sentry Issue: PRODUCTION-APP-93

ErrorException: Trying to get property 'birthday_special_date_id' of non-object
  File "app/Models/Contact/Contact.php", line 1459, in handleError
    return ! is_null($item->ofContact->birthday_special_date_id);
  File "app/Models/Contact/Contact.php", line 1459, in App\Models\Contact\{closure}
    return ! is_null($item->ofContact->birthday_special_date_id);
  File "app/Models/Contact/Contact.php", line 1460, in getBirthdayRemindersAboutRelatedContacts
    });
  File "app/Http/Controllers/ContactsController.php", line 232, in show
    $relevantRemindersFromRelatedContacts = $contact->getBirthdayRemindersAboutRelatedContacts();
  File "app/Http/Middleware/EnsureEmailIsVerified.php", line 20, in handle
    return parent::handle($request, $next);
...
(79 additional frame(s) were not displayed)
@github-actions
Copy link

This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant