Warning: unlink(/home/web/dev0.detalka.ru/storage/cache/cache.catalog.language.1750018506): No such file or directory in /home/web/dev0.detalka.ru/www/system/library/cache/file.php on line 17 Warning: Cannot modify header information - headers already sent by (output started at /home/web/dev0.detalka.ru/www/system/framework.php:51) (500 Whoops, looks like something went wrong.)

ErrorException

HTTP 500 Whoops, looks like something went wrong.

Warning: Cannot modify header information - headers already sent by (output started at /home/web/dev0.detalka.ru/www/system/framework.php:51)

Exception

ErrorException

  1.                 $session_id '';
  2.             }
  3.             
  4.             $this->session->start($session_id);
  5.             
  6.             setcookie($this->config->get('session_name'), $this->session->getId(), ini_get('session.cookie_lifetime'), ini_get('session.cookie_path'), ini_get('session.cookie_domain'));    
  7.         }
  8.     }
  9. }
  1.             if (defined("IS_DEBUG") && IS_DEBUG) {
  2.                       global $debugControllerActions;
  3.                       $time microtime(true);
  4.                       $call_func call_user_func_array(array($controller$this->method), $args);
  5.                       $debugControllerActions[] = [
  6.                           'class' => get_class($controller),
  7.                           'method' => $this->method,
  8.                           'time' => microtime(true) - $time,
Action->execute(object(Registry)) in /home/web/dev0.detalka.ru/www/system/engine/router.php (line 67)
  1.      *
  2.      * @param    object    $action
  3.      * @return    object
  4.      */
  5.     private function execute(Action $action) {
  6.         $result $action->execute($this->registry);
  7.         if ($result instanceof Action) {
  8.             return $result;
  9.         } 
  10.         
Router->execute(object(Action)) in /home/web/dev0.detalka.ru/www/system/engine/router.php (line 46)
  1.      */        
  2.     public function dispatch(Action $actionAction $error) {
  3.         $this->error $error;
  4.         foreach ($this->pre_action as $pre_action) {
  5.             $result $this->execute($pre_action);
  6.             if ($result instanceof Action) {
  7.                 $action $result;
  8.                 break;
Router->dispatch(object(Action), object(Action)) in /home/web/dev0.detalka.ru/www/system/framework.php (line 180)
  1.         $route->addPreAction(new Action($value));
  2.     }
  3. }
  4. // Dispatch
  5. $route->dispatch(new Action($config->get('action_router')), new Action($config->get('action_error')));
  6. // Debug bar
  7. // Output
require_once('/home/web/dev0.detalka.ru/www/system/framework.php') in /home/web/dev0.detalka.ru/www/system/startup.php (line 104)
  1. // Helper
  2. require_once(DIR_SYSTEM 'helper/general.php');
  3. require_once(DIR_SYSTEM 'helper/utf8.php');
  4. function start($application_config) {
  5.     require_once(DIR_SYSTEM 'framework.php');    
  6. }
start('catalog') in /home/web/dev0.detalka.ru/www/index.php (line 19)
  1. }
  2. // Startup
  3. require_once(DIR_SYSTEM 'startup.php');
  4. start('catalog');

Stack Trace

ErrorException

ErrorException:
Warning: Cannot modify header information - headers already sent by (output started at /home/web/dev0.detalka.ru/www/system/framework.php:51)

  at /home/web/dev0.detalka.ru/www/catalog/controller/startup/session.php:25
  at ControllerStartupSession->index()
     (/home/web/dev0.detalka.ru/storage/modification/system/engine/action.php:84)
  at Action->execute(object(Registry))
     (/home/web/dev0.detalka.ru/www/system/engine/router.php:67)
  at Router->execute(object(Action))
     (/home/web/dev0.detalka.ru/www/system/engine/router.php:46)
  at Router->dispatch(object(Action), object(Action))
     (/home/web/dev0.detalka.ru/www/system/framework.php:180)
  at require_once('/home/web/dev0.detalka.ru/www/system/framework.php')
     (/home/web/dev0.detalka.ru/www/system/startup.php:104)
  at start('catalog')
     (/home/web/dev0.detalka.ru/www/index.php:19)