Loading...
 
Skip to main content

Tiki's default PHP error reporting level should match PHP's

Status
Open
Subject
Tiki's default PHP error reporting level should match PHP's
Version
4.x
Category
  • Feature request
Resolution status
New
Submitted by
Philippe Cloutier
Lastmod by
Philippe Cloutier
Rating
(0)
Description

By default, the error reporting is set so no error is displayed or logged (0). This is tricky, because one could assume that Tiki would behave according to PHP's setting. Even is PHP is set to E_ALL, Tiki does not display or log anything when an error occur, even if the user is the admin.

The admin may get a "blank page" (HTTP response with no data), and find nothing but a 200 OK in its Apache access log.

Solution
Introduce an error reporting level choice allowing to follow PHP's settings and make this choice the default.
Importance
4
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2571
Created
Wednesday 17 June, 2009 03:13:23 UTC
by Unknown
LastModif
Wednesday 17 June, 2009 03:13:23 UTC


Show PHP error messages