Kohana_404_Exception [ 404 ]: The page you requested, 2016-2017/m356, could not be found.

macros/modules/core/libraries/Router.php [ 102 ]

 97         // Last chance to set routing before a 404 is triggered
 98         Event::run('system.post_routing');
 99 
100         if (empty(Router::$controller) || empty(Router::$controller_path)) {
101             // No controller was found, so no page can be rendered
102             throw new Kohana_404_Exception(Router::$current_uri . Router::$url_suffix . Router::$query_string);
103         }
104     }
105 
106     /**
107      * Attempts to determine the current URI using CLI, GET, PATH_INFO, ORIG_PATH_INFO, or PHP_SELF.
  1. SYSPATH/core/Event.php [ 209 ] edit » Router_Core::setup()

  2. SYSPATH/core/Bootstrap.php [ 56 ] edit » Event::run()

  3. DOCROOT/macros/bootstrap.php [ 58 ] edit » require(arguments)

  4. DOCROOT/index.php [ 5 ] edit » require(arguments)

Environment

PHP Error [ 8 ]: file_put_contents(): write of 1901 bytes failed with errno=28 No space left on device

macros/system/core/Kohana.php [ 833 ]

828                     $encrypted_text = mcrypt_encrypt(MCRYPT_RIJNDAEL_256, self::$internal_cache_key, serialize($data), MCRYPT_MODE_ECB, $iv);
829 
830                     return (bool)file_put_contents($path, $encrypted_text);
831                 } else {
832                     // Write data to cache file
833                     return (bool)file_put_contents($path, serialize($data));
834                 }
835             }
836         } catch (Exception $e) {
837             // Potlacime nezdarene ukladani do mezipameti. Config muze obsahovat i closures a ty serializovat nelze.
838         }
  1. SYSPATH/core/Kohana.php [ 833 ] edit » file_put_contents(arguments)

  2. SYSPATH/core/Kohana.php [ 1804 ] edit » Kohana::cache_save(arguments)

  3. SYSPATH/core/Event.php [ 209 ] edit » Kohana::internal_cache_save(arguments)

  4. SYSPATH/core/Kohana.php [ 1149 ] edit » Event::run(arguments)

  5. {PHP internal call} » Kohana::exception_handler(arguments)

Environment


Notice: file_put_contents(): write of 2787 bytes failed with errno=28 No space left on device in /www/hosting/zsslapanice.cz/www/macros/system/core/Kohana.php on line 833

Warning: file_put_contents(): Only -1 of 2787 bytes written, possibly out of free disk space in /www/hosting/zsslapanice.cz/www/macros/system/core/Kohana.php on line 833

Notice: file_put_contents(): write of 2920 bytes failed with errno=28 No space left on device in /www/hosting/zsslapanice.cz/www/macros/system/core/Kohana.php on line 833

Warning: file_put_contents(): Only -1 of 2920 bytes written, possibly out of free disk space in /www/hosting/zsslapanice.cz/www/macros/system/core/Kohana.php on line 833