What's new
Carbonite

South Africa's Top Online Tech Classifieds!
Register a free account today to become a member! (No Under 18's)
Home of C.U.D.

Support Tech news broken?

Status
Not open for further replies

Spectaitor

Epic Member
Rating - 100%
13   0   0
Joined
Oct 25, 2018
Messages
991
Reaction score
474
Points
3,335
Age
31
Location
Pinetown
Hey guys, I tried to check the news but got his error.
55337
 
We are aware of the issue, we are working on it to get it fixed.

Awesome, I was about to create a thread on this topic.

Although could you perhaps dump an empty index.php/.html file there and replace it with:
Code:
<!DOCTYPE html>
<html>
    <head>
        <title>Error :: Carbonite</title>
        <style type="text/css">
            html, body {
                height: 100%;
                margin: 0;
                padding: 0;
                width: 100%;
            }
            body {
                display: table;
            }
            .Oops {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }
        </style>
    </head>
    <body>
    <h1 class="Oops">Breaking News: News Page is down and will be back shortly.....</h1>
    </body>
</html>

Displaying php hook errors or any errors that could potentially be used to manipulate and gain access to your server, Visible errors Is a big no no. If a page is displaying a fatal error try and remove all errors or remove the page entirely and place it back when its fixed ?

You should have a test dev server to keep the error online and available to fix by the developer. No errors or error pages should be visible to any visitor or user.

Hope this was useful for my first post x_x

Enjoy your day.
-TechN3rd
 
Status
Not open for further replies

Users who are viewing this thread

Back
Top Bottom