Yup, another civicrm user with problems. Newbie here.
civicrm-1.7.beta.9184-drupal-php5.tar.gz
Drupal 5.1
Using Siteground as host, see
http://andrewbecker.net/phpInfo.php
Error:
Fatal error: civicrm_initialize() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/andrewbe/public_html/modules/civicrm/drupal/civicrm.module on line 224
Here's my config file:
<?php
define( 'ENABLE_COMPONENTS', 'CiviContribute,CiviMember' );
define( 'CIVICRM_UF' , 'Drupal' );
define( 'CIVICRM_UF_VERSION' , '5.1' );
define( 'CIVICRM_UF_URLVAR' , 'q' );
define( 'CIVICRM_UF_DSN' , 'mysql://andrewbe_civicrm:PASSWORD@localhost/andrewbe_civicrm?new_link=true' );
define( 'CIVICRM_UF_USERSTABLENAME', 'users' );
global $civicrm_root;
$civicrm_root = '/home/andrewbe/public_html/modules/civicrm/drupal/';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/home/andrewbe/public_html/drupal/files/civicrm/templates_c/' );
define( 'CIVICRM_UPLOADDIR' , '/home/andrewbe/public_html/drupal/files/civicrm/upload/' );
define( 'CIVICRM_IMAGE_UPLOADDIR' , '/home/andrewbe/public_html/drupal/files/civicrm/persist/');
define( 'CIVICRM_CUSTOM_FILE_UPLOADDIR' , '/home/andrewbe/public_html/drupal/files/civicrm/crm_docs/' );