Файловый менеджер - Редактировать - /home/easybachat/resumewing.com/resources/views/front/errors/500.blade.php
Ðазад
{{-- * JobClass - Job Board Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com/jobclass * Author: Mayeul Akpovi (BeDigit - https://bedigit.com) * * LICENSE * ------- * This software is provided under a license agreement and may only be used or copied * in accordance with its terms, including the inclusion of the above copyright notice. * As this software is sold exclusively on CodeCanyon, * please review the full license details here: https://codecanyon.net/licenses/standard --}} @extends('front.errors.layouts.master') @section('title', t('Internal Server Error')) @section('search') @parent @include('front.errors.layouts.inc.search') @endsection @section('content') @include('front.common.spacer') <div class="main-container inner-page"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-12 page-content"> <div class="error-page mt-5 mb-5 ms-0 me-0 pt-5"> <h1 class="headline text-center" style="font-size: 180px;">500</h1> <div class="text-center m-l-0 mt-5"> <h3 class="m-t-0 color-danger"> <i class="fa-solid fa-triangle-exclamation"></i> {{ t('Internal Server Error') }} </h3> <p> @php $isDebugEnabled = config('app.debug'); $defaultErrorMessage = t('An internal server error has occurred'); $extractedMessage = null; if (isset($exception) && $exception instanceof \Throwable) { $extractedMessage = $exception->getMessage(); $extractedMessage = str_replace(base_path(), '', $extractedMessage); if (!empty($extractedMessage) && $isDebugEnabled) { if (method_exists($exception, 'getFile')) { $filePath = $exception->getFile(); $filePath = str_replace(base_path(), '', $filePath); $extractedMessage .= "\n" . 'In the: <code>' . $filePath . '</code> file'; if (method_exists($exception, 'getLine')) { $extractedMessage .= ' at line: <code>' . $exception->getLine() . '</code>'; } } $extractedMessage = nl2br($extractedMessage); } } $message = !empty($extractedMessage) ? $extractedMessage : $defaultErrorMessage; echo $message; @endphp </p> </div> </div> </div> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.13 |
proxy
|
phpinfo
|
ÐаÑтройка