I am trying to install Civicrm on my Drupal 4.7 install. I have created a separate database than druple, followed the instructions, and changed the civicrm.settings.php file as directed. However, I am getting two error messages. They are:
* warning: include_once(sites/default/civicrm.settings.php) [function.include-once]: failed to open stream: No such file or directory in E:\prod\wamp\www\drupal\modules\civicrm\drupal\civicrm.module on line 34.
* warning: include_once() [function.include]: Failed opening 'sites/default/civicrm.settings.php' for inclusion (include_path='.;C:\php5\pear') in E:\prod\wamp\www\drupal\modules\civicrm\drupal\civicrm.module on line 34.
My drupal install is on E:\prod\wamp\www\drupal.
Also, I noticed that regardless of what I do in the Civicrm.settings.php file, I always get the same error. The Civicrm install guide gives suggestions on files that I need to change. Here is what I have added.
*define( 'CIVICRM_UF_DSN' , 'mysql://drupal:drupal@localhost/drupal?new_link=true' ); - My drupal db info
*global $civicrm_root;
$civicrm_root = '/wamp/www/drupal/modules/civicrm';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/wamp/www/drupal/modules/civicrm/templates' );
define( 'CIVICRM_UPLOADDIR' , '/wamp/www/drupal/modules/civicrm/upload' );