I downloaded the latest version of civicrm and changed the config file as mentioned in the manual. I copied the file and placed in the sites/default folder. But when enabling the module I get this error on a white page:

Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Menu.php' (include_path='.::/packages:.:/usr/local/php5/lib/php') in /home/.jorgie/kweisblatt/myabatherapist.com/modules/civicrm/drupal/civicrm.module on line 187

I have Drupal installed on my root, so there isn't supposed to be 'drupal' in that path. I opened the civicrm.module file in that path and cannot find anything.

I am using:
drupal 4.7
civicrm- whatever version is the latest
mysql 5.0

Thanks,
Kris

Comments

kweisblatt’s picture

Note: I see there is actually supposed to be 'drupal' in that specific path because that is where the file is actually at.

~~~~~~~~~~~~~~~~
Kris
Current projects: www.cribfax.com
www.myabatherapist.com

siliconmeadow’s picture

For others that stumble across this problem, I dropped Kris a line directly and she said:

I didn't get it resolved and it is on the back burner for right now, but I did get a little help from the CiviCRM mailing list.

Some things that might resolve that specific problem:

Make sure that your path is correct here:

$civicrm_root = ' /mysite.com/modules/civicrm';

in your civicrm.settings.php file

I have Dreamhost which has an even longer path and was a little confusing at first, so just double check you exact path.

After I had resolved that issue I was getting other errors and was directed here for help:

http://www.nabble.com/upgrade-problem-settings--tf2367326s15986.html

Hope that helps!

My $civicrm_root was not set properly. Fixing that fixed my problem.

http://www.siliconmeadow.net