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.

Fatal Error: Fontfile not found or not readable

If you see this error when accessing User Registration, My Account, or a CiviCRM Profile in create or edit mode, then you need to either "turn off" the CAPTCHA setting for the profile...Administer CiviCRM >> CiviCRM Profiles >> Settings

Uncheck ... Include CAPTCHA?

or...

Review and correct the CAPTCHA settings in civicrm.settings.php using the inline documentation in that file:

   define( 'CIVICRM_CAPTCHA_FONT_PATH', '' );
   define( 'CIVICRM_CAPTCHA_FONT'     , '' );

Note that the referenced font file MUST be a true-type font (generally filename extension will be .ttf).

Labels
  • None