Initial commit
This commit is contained in:
21
app/views/errors/533.html
Normal file
21
app/views/errors/533.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Htaccess and Installer sre Missing!</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Installation Error</h1>
|
||||
<h2>One or more critical files is missing.</h2>
|
||||
<p>TheTempusProject uses certain methods to route traffic for the application. Currently one or more of these critical files is missing and the application is unable to recover.</p>
|
||||
|
||||
<h3>The installer is missing.</h3>
|
||||
|
||||
<h3>The Tempus Project .htaccess is missing.</h3>
|
||||
<p>TheTempusProject uses htaccess files for running the application. Without this file, there is no way to process requests.</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
19
app/views/errors/autoload.html
Normal file
19
app/views/errors/autoload.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Autoloader Missing</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Autoloader Not Found</h1>
|
||||
<h2>One or more critical files is missing.</h2>
|
||||
<h3>The composer autoload.php is missing.</h3>
|
||||
<p>TheTempusProject uses the composer auto-loader to download update and serve libraries for its proper execution. Please make sure you have run the composer installer before continuing. Please see composer.org for more information.</p>
|
||||
<h3>The Tempus Project autoload.php is missing.</h3>
|
||||
<p>In cases where the composer autoloader cannot be used, one is provided in the bin directory. Please use this as an alternative to composer if needed.</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
3
app/views/errors/generic.html
Normal file
3
app/views/errors/generic.html
Normal file
@ -0,0 +1,3 @@
|
||||
<h1>Error :(</h1>
|
||||
<h2>The application has encountered an unknown error and terminated early.</h2>
|
||||
<p>Please try again and if the issue persists, report it using our bug-report form. A link to the form can be found at the bottom of the page.</p>
|
3
app/views/errors/upload404.html
Normal file
3
app/views/errors/upload404.html
Normal file
@ -0,0 +1,3 @@
|
||||
<h1>File Not Found</h1>
|
||||
<h2>Uploaded file missing.</h2>
|
||||
<p>Unable to locate specific file.</p>
|
Reference in New Issue
Block a user