Ticket #49 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

Make error handling on the site more generic

Reported by: chckens Owned by: chckens
Priority: major Milestone: 0.3
Component: Backend Version:
Keywords: Cc:

Description

Currently errors that are thrown by components are displayed by individual templates. We need a generic way for errors to be thrown and displayed

Change History

Changed 5 years ago by chckens

  • status changed from new to assigned

Changed 5 years ago by aeternus

I believe the main suggestion here was to use phps set_error_handler and trigger_error functionality to provide a standardised method of raising errors on the page, and potentially offer different levels of error/message/notfication through E_USER_(ERROR|WARNING|NOTICE) ?

Changed 5 years ago by chckens

  • milestone set to 0.3

Changed 4 years ago by chckens

(In [339]) convert options component to use geeric error handling. Refs #49

Changed 4 years ago by chckens

(In [340]) More components updated to use generic error handling. Refs #49

Changed 4 years ago by chckens

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.