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
Error: PHP Fatal error: Call to a member function getName() on null in /var/www/html/osticket-dev/include/plugins/post-slack/slack.php on line 31 PHP Fatal error: Call to a member function getLastMessage() on null in /var/www/html/osticket-dev/include/class.ticket.php on line 801
For some reason getName() and getLastMessage() return these errors. Because of these errors, my entire instance of OSTicket crashes when creating a ticket unless they're commented out.
Also, $ticket->getSubject() returns nothing.
The text was updated successfully, but these errors were encountered:
OSTicket Version: v1.10-rc.3 (907ec36)
Error:
PHP Fatal error: Call to a member function getName() on null in /var/www/html/osticket-dev/include/plugins/post-slack/slack.php on line 31 PHP Fatal error: Call to a member function getLastMessage() on null in /var/www/html/osticket-dev/include/class.ticket.php on line 801
For some reason
getName()
andgetLastMessage()
return these errors. Because of these errors, my entire instance of OSTicket crashes when creating a ticket unless they're commented out.Also,
$ticket->getSubject()
returns nothing.The text was updated successfully, but these errors were encountered: