osTicket 1.11
PHP 7.2
Centos

PHP Fatal error: Uncaught Error: Call to a member function sendAccessLink() on null in /directory/login.php:93\nStack trace:\n#0 {main}\n thrown in /directory/login.php on line 93

checking and try with email that's new (to make sure this is user email not agent). it still shown error, last time remember test feature in 1.10 but with php 5.6

after searching there is reference from https://github.com/osTicket/osTicket/issues/4243
but it inform that error shown f the email is already used in agent email

Webserver?
Steps to replicate issue?

  • lewi replied to this.

    ntozier webserver apache, centos 7.6 with latest update and php 7.2 from remi repo.

    step to reproduce:
    1. create new ticket, with cc email Gmail personal as collaborator
    2. accessing front web page to check ticket status, enter email and no ticket
    3. browser show error HTTP 500
    4. check in Apache error log show error as above (in the first message)

    11 days later
    Write a Reply...