Ticket #119 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

no fatal error msgs though a controller has a PHP syntax error

Reported by: tanaka Assigned to:
Priority: trivial Milestone: 0.9
Component: Action Controller Keywords:
Cc:

Description

this ticket comes from this discussion .

Akelos shows blank page and no fatal error messages in PHP-logfile when a controller has a PHP syntax error.

example: I editted this code in app/controllers/page_controller.php on purpose.

class PageController extends ApplicationController
{
    function index()
    {
         echo 'hello' // forget putting semicolon
    }
}

then, screen is blank. and, no fatal error about this in /var/log/php.log. (I set 'error_log = /var/log/php.log' in php.ini)

Akelos shows a fatal error message when models, libraries or views have a syntax error.

Change History

02/16/08 13:00:03 changed by bermi

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

Tanaka, thanks for reporting. Fixed on [479]