Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Common problems

thekordy edited this page Oct 5, 2015 · 2 revisions

Common problems

##1. Can't create tickets or update tickets? Example Error:

ErrorException in 52418f3aa5e34f54df0cd1049af96859 line 7:
Trying to get property of non-object (View: C:\file\vendor\kordy\ticketit\src\Views\emails\assigned_notification.blade.php

Reasons :

  1. Wrong default_status_id : Please make sure you have the latest configuration file merge into 'config/ticketit.php' .. This line references the database record ID to your "Default" status. If this is wrong, you will have problems modifying a ticket.
	'default_status_id' => 1,