К модулю "Статьи" не подключена ни одна категория!
/home/u32223/fixehomelock.ru/www/classes/App/Core/Module/Post.php
370    		$this->get_settings_instance($this->array_page['id']);
371    		$categorypost_id_list = trim($this->settings_instance['categorypost_id'], ',');
372    		if ($categorypost_id_list === '') {
373    			throw new Exception('К модулю "Статьи" не подключена ни одна категория!');
374    		}
375    
/home/u32223/fixehomelock.ru/www/classes/App/Core/Module.php
129    		ob_start();
130    
131    		try {
132    			$this->extension_for_page();
133    		} catch (E\Error404 $e) {
134    			// 404 ошибку пробрасываем выше
/home/u32223/fixehomelock.ru/www/classes/App/Model/Page.php
624    
625    		// вызов метода модуля для страницы
626    		if ($this->module) {
627    			$this->array_page = $this->module->call_for_page($this->array_page);
628    		}
629    
/home/u32223/fixehomelock.ru/www/classes/App/Controller/Page.php
119    
120    		try {
121    			if ($this->execute) {
122    				$this->response->body = $this->model->read_page($this->url, $this->page, $this->list);
123    				if ($this->check_etag() && $this->check_lastmod()) {
124    					// Если оба валидатора считают что кеш валиден - возвращаем 304 ответ
/home/u32223/fixehomelock.ru/www/vendor/phpixie/core/classes/PHPixie/Controller.php
103    		$this->execute = true;
104    		$this->before();
105    		if ($this->execute)
106    			$this->$action();
107    		if ($this->execute)
108    			$this->after();
/home/u32223/fixehomelock.ru/www/vendor/phpixie/core/classes/PHPixie/Request.php
187    		$class = $this->param('namespace',$this->pixie->app_namespace).'Controller\\'.ucfirst($this->param('controller'));
188    		$controller = $this->pixie->controller($class);
189    		$controller->request = $this;
190    		$controller->run($this->param('action'));
191    		return $controller->response;
192    	}
/home/u32223/fixehomelock.ru/www/vendor/phpixie/core/classes/PHPixie/Pixie.php
254    		try {
255    
256    			$request = $this->http_request();
257    			$response = $request->execute();
258    			$response->send_headers()->send_body();
259    
/home/u32223/fixehomelock.ru/www/index.php
176    try {
177    	// инициализация фреймворка
178    	$pixie = new Pixie;
179    	$pixie->bootstrap(ROOT)->handle_http_request();
180    } catch (Exception $e) {
181    	header(SERVER_PROTOCOL . ' 404 Not Found');

Fatal error: Uncaught exception 'ErrorException' with message 'Cannot modify header information - headers already sent by (output started at /home/u32223/fixehomelock.ru/www/vendor/phpixie/core/classes/PHPixie/Debug.php:65)' in /home/u32223/fixehomelock.ru/www/index.php:181 Stack trace: #0 [internal function]: PHPixie\Debug->error_handler(2, 'Cannot modify h...', '/home/u32223/fi...', 181, Array) #1 /home/u32223/fixehomelock.ru/www/index.php(181): header('HTTP/1.1 404 No...') #2 {main} thrown in /home/u32223/fixehomelock.ru/www/index.php on line 181