ERROR:
Page-Pfad "inhalte/etiketten/papieretiketten.php" nicht gefunden- ⧉⌕$e Exception#229 (7) "Page-Pfad "inhalte/etiketten/papieretiketten.php" nicht gefunden"
- Source
- Properties (7)
- Available methods (11)
- protected static function render($mode) {try {$file = CURRENT_PAGE['files'][$mode];if(!empty($file)) {if(!is_file($file) || !include_once $file)throw new Exception(ucfirst($mode).'-Pfad "'.$file.'" nicht gefunden');if($mode == 'ajax' || $mode == 'api')exit; // Am Ende die Ausführung beenden, damit keine andere Seiten-Struktur aufgebaut wird}}catch (Exception $e) {debug_error($e);}
- protected message -> string (64) "Page-Pfad "inhalte/etiketten/papieretiketten.php" nicht gefunden"
- private string -> string (0) ""
- protected code -> integer 0
- ⧉protected file -> string (40) "/html/classes/Intranet/Base/Template.php"
- File (1.5KB)
-rw-r--r-- 4662765 100 1.5KB Aug 29 2023 /html/classes/Intranet/Base/Template.php
- protected line -> integer 43
- ⧉private trace -> Debug Backtrace (8)
- ⧉<ROOT>/classes/Intranet/Base/Template.php:28 Intranet\Base\Template::render($mode)
- Source
- Arguments
- ##################### GETTER ######################################################################################### PUBLIC FUNCTIONS #################public static function frame() { self::render('frame'); }public static function page() { self::render('page'); }public static function preload() { self::render('preload'); }public static function ajax() { self::render('ajax'); }public static function api() { self::render('api'); }############################################################# PROTECTED / PRIVATE FUNCTIONS ##########
- $mode => string (4) "page"
- ⧉<ROOT>/classes/Intranet/UI/Page.php:274 Intranet\Base\Template::page()
- Source
- <div class="content"><div class="wrap"><div class="gapped"><?php if(is_array(CURRENT_PAGE['meta']) && in_array('checkout', CURRENT_PAGE['meta'])): ?><?php Checkout::printProgressBar(); ?><?php endif; ?><?php Template::page(); ?></div></div></div><?php}
- ⧉<ROOT>/classes/Intranet/UI/Page.php:33 Intranet\UI\Page->renderContent()
- Source
- private function renderPage(): void {?><div class="page with-info" id="page"><?php $this->renderHeader(); ?><?php $this->renderSlider(); ?><?php $this->renderContent(); ?><?php $this->renderFooter(); ?></div><?php if($_SERVER['REMOTE_ADDR'] == DEBUG_IP_ADDRESS || ACTIVATE_MOBILE): ?><nav id="mmenu"><?php Nav::printMobileNav(); ?>
- ⧉<ROOT>/classes/Intranet/UI/Page.php:23 Intranet\UI\Page->renderPage()
- Source
- use Intranet\Modules\HomeSlider;use Intranet\Modules\ShoppingCart;class Page {public static function printPage(): void {(new Page)->renderPage();}private function renderPage(): void {?><div class="page with-info" id="page">
- ⧉<ROOT>/frames/main.php:5 Intranet\UI\Page::printPage()
- Source
- <?phpuse Intranet\UI\Page;Page::printPage();
- ⧉<ROOT>/classes/Intranet/Base/Template.php:42 include_once()
- Source
- Arguments
- ########## PROTECTED / PRIVATE FUNCTIONS ##########protected static function render($mode) {try {$file = CURRENT_PAGE['files'][$mode];if(!empty($file)) {if(!is_file($file) || !include_once $file)throw new Exception(ucfirst($mode).'-Pfad "'.$file.'" nicht gefunden');if($mode == 'ajax' || $mode == 'api')exit; // Am Ende die Ausführung beenden, damit keine andere Seiten-Struktur aufgebaut wird}}catch (Exception $e) {debug_error($e);
- ⧉0 => string (21) "/html/frames/main.php"
- File (50B)
-rw-r--r-- 4662765 100 50B Aug 14 2023 /html/frames/main.php
- ⧉<ROOT>/classes/Intranet/Base/Template.php:27 Intranet\Base\Template::render($mode)
- Source
- Arguments
- ######################################################################## GETTER ######################################################################################### PUBLIC FUNCTIONS #################public static function frame() { self::render('frame'); }public static function page() { self::render('page'); }public static function preload() { self::render('preload'); }public static function ajax() { self::render('ajax'); }public static function api() { self::render('api'); }###################################################
- $mode => string (5) "frame"
- ⧉<ROOT>/public/index.php:299 Intranet\Base\Template::frame()
- Source
- <?php load_theme_color(); ?></head><body><?php Template::frame(); ?></body></html>
- private previous -> null
- ⇄public __construct(string $message = '', int $code0, ?Throwable $previous = null)new \Exception(string $message = '', int $code0, ?Throwable $previous = null)
- public __wakeup()
- ⇄final public getMessage(): string$e->getMessage()
- ⇄final public getCode()$e->getCode()
- ⇄final public getFile(): string$e->getFile()
- ⇄final public getLine(): int$e->getLine()
- ⇄final public getTrace(): array$e->getTrace()
- ⇄final public getPrevious(): ?Throwable$e->getPrevious()
- ⇄final public getTraceAsString(): string$e->getTraceAsString()
- ⇄public __toString(): string(string) $e
- private __clone(): void
- ⇄public __construct(string $message = '', int $code0, ?Throwable $previous = null)