Skip to end of metadata
Go to start of metadata
CiviCRM Documentation

This page refers to outdated version of CiviCRM. Check current version of documentation.

$civicrm_root = 'C:/Program Files/xampp/htdocs/drupal/modules/civicrm/'; define( 'CIVICRM_TEMPLATE_COMPILEDIR', 'C:/Program Files/xampp/htdocs/drupal/files/civicrm/template_c/' );

Check the include_path in the error message. It should "include" the path you've entered for your $civicrm_root.

If it does NOT, then your civicrm.settings.php file is not being read. You can verify this by adding a "junk" line near the top of that file:

foo and foo

This is not valid PHP so you should get a PHP syntax error immediately when you try to access CiviCRM.

[Source. ]

Labels
  • None

Creative Commons License
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-Share Alike 3.0 United States Licence.