Ticket #4126 (closed Feature Requests: fixed)

Opened 3 years ago

Last modified 3 years ago

provide traceback information in die_freepbx()

Reported by: p_lindheimer Assigned to:
Priority: minor Milestone: 2.8
Component: FreePBX Framework Version: 2.6-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

since we use a custom die() function all over the place, may as well give back some trace back information since most such errors come from database errors with fairly cryptic information and this will allow direct isolation of where the error is.

Change History

03/11/10 17:50:36 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [9132]) closes #4126 - maybe someday we'll make the traceback look a bit cleaner but this does the trick for now