Browse
For agents
About
404 Solution
/
trunk
404 Solution
vtrunk
Switch version
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.19
4.1.18
4.1.17
4.1.16
4.1.15
4.1.13
4.1.12
4.1.11
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
trunk
2.30.0
All 109 releases
Overview
Code
404-solution
/
includes
/
html
/
adminFatalErrorFallback.html
adminFatalErrorFallback.html
in 404 Solution trunk, at includes/html/adminFatalErrorFallback.html
7 lines
428 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<!
doctype
html
>
<
html
>
<
head
>
<
meta
charset
=
"
utf-8
"
>
<
title
>
404 Solution Error
</
title
>
</
head
>
<
body
style
=
"
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;padding:24px;
"
>
2
<
h1
style
=
"
margin:0 0 12px 0;
"
>
404 Solution
</
h1
>
3
<
p
>
<
strong
>
A fatal error occurred while rendering this admin page.
</
strong
>
</
p
>
4
<
p
>
Open the Options tab to continue:
<
a
href
=
"
{settings_url}
"
>
Options
</
a
>
</
p
>
5
{details}
6
</
body
>
</
html
>
7