Welcome Guest, Not a member yet? Register   Sign In
Error Logging
#2

As a workaround, at the beginning of the file views/head.php add the following:

Code:
if (!isset($title))
{
    $title = NULL;
}

It would be convenient if only the written log (on non-CLI) contained the URLs of erroneous pages, but such a feature is not implemented. Such a feature could be added here: https://github.com/bcit-ci/CodeIgniter/b...g.php#L207
Reply


Messages In This Thread
Error Logging - by agriz - 06-27-2015, 09:57 PM
RE: Error Logging - by ivantcholakov - 06-28-2015, 05:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB