Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8274877
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:52:52+00:00 2026-06-08T07:52:52+00:00

Working on a host for a client. Site is hosted by DreamHost. The index.php

  • 0

Working on a host for a client. Site is hosted by DreamHost. The index.php file is fully functional, however any pages linked to from the front page appear as blank. I couldn’t find anything in the logs that were available, so some searching turned up the following code:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

I placed that inside the top of the php code on all applicable pages, but alas no errors are showing up, and the pages are still completely blank. I’m more of a security guy than a developer, so could anyone point me in the right direction?

EDIT: Also the servers php.ini file has display_errors = 1 as well.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T07:52:54+00:00Added an answer on June 8, 2026 at 7:52 am

    Check if you have @-operator, die or exit in your code. If yes, output some string to know where your script ends or use the error_log-function:

    error_log("Oh no, file: ".__FILE__." on line ".__LINE__, 1, "operator@example.com");
    

    Include the following error handler in your code an try it again:

    function exception_error_handler($errno, $errstr, $errfile, $errline )
    {
      if (error_reporting() === 0)
      {
        return;
      }
    
      throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
    }
    
    set_error_handler("exception_error_handler");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a host that blocks my .htaccess file from being used
I'm working with Pandion (open source jabber client), the C++ sets up a host
I'm working on an MVC 3 site which is hosted in Windows Azure that
Client has a site at a.url.com. Client creates a cookie with host as .url.com
I am working on a site that depends on the following htaccess file to
I've got Drupal working on a shared host, and I uploaded some modules from
I'm working on a WPF app that needs to host some Flash content. The
I'm currently working on an C#/ASP.NET project that will host several differents e-commerce websites,
I'm using Zend Studio with Remote Host option (FTP) for working & testing directly
I'm working on a project with 2 other developers and I need to host

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.