File manager - Edit - /home/webapp69.cm.in.th/u69319090028/Shop/views/errors/500.php
Back
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>500 - Server Error | CARGOO</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Prompt', sans-serif; background-color: #F8FAFC; color: #1E293B; } .error-card { max-width: 560px; border-radius: 16px; border: 1px solid #E2E8F0; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05); } .btn-cargoo-primary { background-color: #0066FF; color: #fff; border: none; font-weight: 500; } .btn-cargoo-primary:hover { background-color: #0052CC; color: #fff; } </style> </head> <body class="d-flex align-items-center justify-content-center min-vh-100 p-3"> <div class="card error-card p-4 p-md-5 text-center bg-white"> <div class="mb-3"> <div class="d-inline-flex p-3 rounded-circle bg-danger-subtle text-danger mb-2"> <i class="bi bi-hdd-network-fill fs-1"></i> </div> <h1 class="display-5 fw-bold text-dark mb-0">500</h1> </div> <h4 class="fw-bold text-dark mb-2">เกิดข้อผิดพลาดในระบบ (Internal Server Error)</h4> <p class="text-muted small mb-4"><?= htmlspecialchars($message ?? 'ระบบพบปัญหาในการประมวลผลคำขอของคุณ ทีมงานได้รับรายงานและกำลังตรวจสอบแก้ไข') ?></p> <?php if (!empty($isDebug) && isset($exception) && $exception instanceof Throwable): ?> <div class="alert alert-danger p-3 mb-4 rounded-3 text-start small overflow-auto" style="max-height: 200px;"> <div class="fw-bold"><?= htmlspecialchars(get_class($exception)) ?>: <?= htmlspecialchars($exception->getMessage()) ?></div> <div class="text-muted small mt-1"><?= htmlspecialchars($exception->getFile()) ?> : <?= $exception->getLine() ?></div> </div> <?php endif; ?> <div class="d-flex justify-content-center gap-2"> <a href="javascript:location.reload()" class="btn btn-outline-secondary btn-sm px-3 py-2">ลองใหม่อีกครั้ง</a> <a href="/CARGOO" class="btn btn-cargoo-primary btn-sm px-3 py-2">กลับสู่หน้าแรก</a> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings