Dashboard > CiviCRM Documentation > ... > 8. FAQ > Blank Pages
Blank Pages Log In | Sign Up   View a printable version of the current page.

 Contents
  Documentation Home

I'm getting blank pages

Is your error reporting on? It sounds like you're getting a PHP error that is fatal and you aren't reporting errors. Also, if you know where to find them, look in your apache error_log.

Common causes of blank pages are:

  • directories not writable
  • PHP script error, such as trying to include a file which is not present
  • path to CiviCRM files is not being set properly. Check and recheck civicrm.settings.php, particularly the section
      global $civicrm_root;
      $civicrm_root = '';
      define( 'CIVICRM_TEMPLATE_COMPILEDIR', '' );
      define( 'CIVICRM_UPLOADDIR'          , ''  );
      define( 'CIVICRM_IMAGE_UPLOADDIR'    , '');
      define( 'CIVICRM_CUSTOM_FILE_UPLOADDIR'    , '' );
    

    Compare the paths you typed to those given in the comments.


Added by Judy Halllman , last edited by Judy Halllman on Apr 26, 2007  (view change)
Labels: 
(None)

Recently Updated  |  Documentation Credits

Powered by a free Atlassian Confluence Open Source Project License granted to CiviCRM . Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators