while installing civicrm in a running drupal test module following errors were received
Testing using easyphp
easyphp installs apache 1.3.33 - php 4.3.10 - mysql 4.1.9 - phpmyadmin 2.6.1
was having a well running drupal
error after installation of civicrm
warning: civicrm_menu(CRM/Utils/Menu.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\drupal\modules\civicrm\modules\civicrm.module on line 182.
Fatal error: civicrm_menu(): Failed opening required 'CRM/Utils/Menu.php' (include_path='.;/var/www/htdocs/civicspace/modules/civicrm;/var/www/htdocs/civicspace/modules/civicrm\packages;.;C:\PROGRA~1\EASYPH~1\\php\pear\') in c:\program files\easyphp1-8\www\drupal\modules\civicrm\modules\civicrm.module on line 182
==============================================================
created seperate db table for civicrm
the following were changed in civicrm.settings.php.samples and copied it to
1]drupal/modules/civicrm/modules/ as 'civicrm.settings.php'
2]drupal/sites/default/civicrm.settings.php
changes
line38
define( 'CIVICRM_UF_DSN' , 'mysql://root:MySql_Password@localhost/drupal?new_link=true' );
lines 85 to 88 [created 2 folders in files/civicrm named templates_c and upload
global $civicrm_root;
$civicrm_root = '/var/www/htdocs/drupal/modules/civicrm';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/var/www/htdocs/drupal/files/civicrm/templates_c' );