Не найден шаблон /var/www/reqres/raifil.net/templates/section1/section1_error

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/TemplateTrait.php:469

464 | break; 465 | } 466 | 467 | } 468 | 469 | new Error('Не найден шаблон '.$layout); 470 | 471 | } 472 | 473 | 474 | // сохраняем текущий блок

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/Template.php:59

54 | 55 | $this-> block(''); 56 | 57 | return 58 | $this-> block('before'). 59 | ( (isset($this-> layout)) ? $this-> inc($this-> layout) : $this-> content ). 60 | $this-> block('after'); 61 | 62 | } catch(\Exception $e){ 63 | 64 | Error::exception($e);

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/TemplateTrait.php:142

137 | foreach($this-> block()-> blocks[$storage_id] as $key => $value){ 138 | 139 | 140 | $root::$current_path-> push(get_class($root).'::'.get_class($this).'::'.$storage_id.'::'.$key); 141 | 142 | $res .= $value; 143 | //$res .= '<!-- Выводим блок '.p($root::$current_path).' !-->'.$value; 144 | // 145 | $root::$current_path-> pop(); 146 | 147 |

/var/www/reqres/raifil.net/templates/index.php:168

163 | 164 | <div class="section section1 pb-4 shadow-lg" style="border-bottom:10px solid #1e8eb6; border-radius: 0px 0px 0px 0px;"> 165 | 166 | <div class="container"> 167 | <div id="siteContent"> 168 | <?= $this-> block('content') ?> 169 | </div> 170 | </div> 171 | 172 | </div> 173 |

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/TemplateTrait.php:392

387 | // определяем переменные 388 | if(is_array(func_get_arg(1))) extract(func_get_arg(1), EXTR_SKIP); 389 | 390 | 391 | // выводим файл 392 | include func_get_arg(0); 393 | 394 | 395 | //if(!is_array($vars)) extract($vars, EXTR_SKIP); 396 | // сравнить как лучше 397 | //eval('unset($fulllayout,$vars);include \''.$fulllayout.'\';');

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/TemplateTrait.php:420

415 | 416 | //$apply::$last_root = $this-> back(0); //self::$last_root; 417 | $apply::$_this = $this; 418 | 419 | $h = $h-> bindTo($apply, get_class($apply)); // 420 | $h($fulllayout, $vars); 421 | 422 | // возвращаем старое значение , потому что оно могло поменяться 5 раз внутри 423 | $apply-> block($tmp_storage); 424 | 425 | } else $h($fulllayout, $vars);

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/Template.php:59

54 | 55 | $this-> block(''); 56 | 57 | return 58 | $this-> block('before'). 59 | ( (isset($this-> layout)) ? $this-> inc($this-> layout) : $this-> content ). 60 | $this-> block('after'); 61 | 62 | } catch(\Exception $e){ 63 | 64 | Error::exception($e);

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/TemplateTrait.php:142

137 | foreach($this-> block()-> blocks[$storage_id] as $key => $value){ 138 | 139 | 140 | $root::$current_path-> push(get_class($root).'::'.get_class($this).'::'.$storage_id.'::'.$key); 141 | 142 | $res .= $value; 143 | //$res .= '<!-- Выводим блок '.p($root::$current_path).' !-->'.$value; 144 | // 145 | $root::$current_path-> pop(); 146 | 147 |

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/Response/HTML.php:76

71 | // тело запроса 72 | function body($text = NULL){ 73 | 74 | 75 | //$this-> body_tag(); 76 | $this-> body_str = $this-> block('body'); 77 | 78 | /* 79 | // если не нужно искать 80 | if(!$this-> magic_comment) { 81 | return (string) $this;

/var/www/reqres/raifil.net/vendor/bumax/reqres/src/Response.php:121

116 | */ 117 | function send() 118 | { 119 | 120 | // выполняем тело запроса 121 | $result = $this-> body(); 122 | 123 | 124 | // к любому ответу может быть добавлен текст 125 | // (например к json) добавляется текст файла 126 | if(!empty($this-> texts)) {

/var/www/reqres/raifil.net/policy/request.php:7

2 | namespace Reqres; 3 | 4 | 5 | // отвечаем на запрос 6 | // мы не отправляем запрос, так как главный запрос отправится после завершения дескриптора 7 | Request::create()-> response()-> send();

/var/www/reqres/raifil.net/policy.php:11

6 | include_once "policy/db.php"; 7 | include_once "policy/session.php"; 8 | include_once "policy/template.dirs.php"; 9 | include_once "policy/template.reqres.php"; 10 | include_once "policy/brootforce.php"; 11 | include_once "policy/request.php";

/var/www/reqres/index.php:149

144 | if(is_dir(ORIGIN_VENDOR)) include ORIGIN_VENDOR.'/autoload.php'; 145 | } 146 | } 147 | } 148 | 149 | if(file_exists(APP_DIR.'/policy.php')) include 'policy.php'; 150 | elseif(file_exists(APP_DIR.'/index.php')) include 'index.php'; 151 | 152 | })(); 153 | 154 |

/var/www/reqres/index.php:149

144 | if(is_dir(ORIGIN_VENDOR)) include ORIGIN_VENDOR.'/autoload.php'; 145 | } 146 | } 147 | } 148 | 149 | if(file_exists(APP_DIR.'/policy.php')) include 'policy.php'; 150 | elseif(file_exists(APP_DIR.'/index.php')) include 'index.php'; 151 | 152 | })(); 153 | 154 |