This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

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.
Labels
  • None