Compile Error

require_once(): Failed opening required 'Log.php' (include_path='.:/usr/local/php/5.6.40/lib/php')

Source file

File: /drive/www/zakulisi.cz/dev.zakulisi.cz/_nette/app/lib/Logger.php   Line: 4

Line  1:    <?
Line  2:    
Line  3:    // Pear Log package
Line  4:    require_once 'Log.php';
Line  5:      
Line  6:      
Line  7:    class Logger {
Line  8:        
Line  9:        public static function factory ($options)
Line 10:        {
Line 11:            $ident substr(md5(uniqid()),06);
Line 12:            
Line 13:            if (isset($options['conf'])) {
Line 14:                parse_str($options['conf'], $conf);
Line 15:            } else {

Call stack

  1. <PHP inner-code> Debug:: _shutdownHandler ()

Nette Application

Environment

HTTP request

HTTP response