I'm trying to install CiviCRM 1.6 and accidentally activated the module before completely setting up the database and config files.

Now I get the following message when I try to access my Drupal site:

Fatal error: civicrm_initialize() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.:usr/home/leeward/www/htdocs/drupal-5.0-rc1/modules/civicrm:usr/home/leeward/www/htdocs/drupal-5.0-rc1/modules/civicrm/packages:.:/usr/local/lib/php') in /usr/home/leeward/www/htdocs/drupal-5.0-rc1/modules/civicrm/drupal/civicrm.module on line 227

Is there any way to edit a file to disable CiviCRM?

Or does anyone know how to fix this error?

Comments

benevolent001’s picture

you just off the module from backend database table of modules, if you have phpmyadmin just login and change value 1 to 0 for deactivating module

dleeward’s picture

Thanks. That's the "System" table by the way.

Can anyone still help with the error message?

vm’s picture

Being a bit bored, I begain a civiCRM 1.6 installation on a Drupal 4.7.5 installation and am being handed the same error you are. Going to keep poking around.

question for you though?
Is your drupal installation in the public root or in a subdirectory ?

got a bit further. I was able to get to enable the civiCRM module but then I am handed there mkdir errors.

warning: mkdir(/upload/) [function.mkdir]: Permission denied in /home/****/public_html/demo/drupal47/modules/civicrm/CRM/Utils/File.php on line 118. 
warning: mkdir(/upload) [function.mkdir]: Permission denied in /home/****/public_html/demo/drupal47/modules/civicrm/CRM/Utils/File.php on line 118. 
warning: mkdir(/upload/custom/) [function.mkdir]: No such file or directory in /home/****/public_html/demo/drupal47/modules/civicrm/CRM/Utils/File.php on line 118. 
warning: mkdir(/en_US/) [function.mkdir]: Permission denied in /home/****/public_html/demo/drupal47/modules/civicrm/CRM/Utils/File.php on line 118. 
warning: mkdir(/en_US/) [function.mkdir]: Permission denied in /home/****/public_html/demo/drupal47/modules/civicrm/CRM/Utils/File.php on line 118. 

can't quite figure out where these folders should be created in the folder structure.

sepeck’s picture

You guys might want to look on CivicCrm's site for this stuff.
http://wiki.civicrm.org/confluence/display/CRM/Install+CiviCRM+1.6+for+D...

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

vm’s picture

Thanks Steven.

The first doucment you link to is what I used to follow the install procedure. I am sifting through the trouble shooting area now.

dleeward’s picture

I had also used those steps as well, although as I mentioned before, I accessed the site before I finished setting up the tables. Would a reinstall cure this?

dleeward’s picture

It's installed in a subdirectory since my current website is using the public root.

vm’s picture

you can of course try.

Though I made it further than you did , I still wound up with errors. I havent had the time to reinstall my sandbox and try again.
I too am trying to do this in a subdirectory (subdomain) I will try to perform this directly in a public root and see where I get. Though not today.

jnunn’s picture

I'm getting the same errors:

* warning: mkdir(/upload/) [function.mkdir]: Permission denied in /domain/modules/civicrm/CRM/Utils/File.php on line 118.
* warning: mkdir(/upload) [function.mkdir]: Permission denied in /domain/modules/civicrm/CRM/Utils/File.php on line 118.
* warning: mkdir(/upload/custom/) [function.mkdir]: No such file or directory in /domain/modules/civicrm/CRM/Utils/File.php on line 118.

(Note: /domain replaced my actual domain.)

I have followed the instructions as best I can, and have created the directories ("crm_docs", "upload", and "templates_c") in the correct location ("/files/civicrm/...") and given them full write access ("777").

Still getting those warnings.

Running Drupal 5.1 and CiviCRM 1.6

Any ideas on this?

rtdean93’s picture

I corrected this error by moving the civicrm.settings.php to my sites/default folder.

That stopped the error - but now, when I click on the Civicrm link on my Drupal instal, the page goes blank. I am running Drupal 5.0 and Civicrm 1.6

Bobby Dean

dleeward’s picture

I corrected this error by moving the civicrm.settings.php to my sites/default folder.

I already had this file there and am still getting the error.

I did change the code in one of the modules to use the full path and that cured that specific instance, but there seem to be many places the wrong path is used.

colorado’s picture

In civicrm.settings.php (should be located at /sites/default/civicrm.settings.php), find this line:

define('CIVICRM_DOMAIN_ID' , 1 );

and change it to this:

define('CIVICRM_DOMAIN_ID' , 0 );

... That worked for me so far on a Drupal version 5.0 with CiviCRM 1.6 (installed in a subdirectory on my site, and NOT using multiple sites on the same codebase) ...

I'm curious to know whether that works for others - please post your results here...

---
"Please drupal responsibly: give as much help as you get."

vm’s picture

Thanks colorado.... will definetly give it a try tomorrow if not later tonight and report back.

colorado’s picture

It looks like the fix I posted above only seems to fix the problem, but is probably not the real solution. Please read on...

Here's a link to a thread on the CiviCRM developer's mailing list archive where I posted about this, and there is a good discussion going on with the CiviCRM developers to try and resolve this issue:

http://www.nabble.com/Drupal-5.0-and-CiviCRM-1.6-tf3061459s15986.html#a8...

---
"Please drupal responsibly: give as much help as you get."

vm’s picture

Thanks for the update, will follow along in that thread as well.

xamox’s picture

Thanks worked for me using:
drupal 5.1
civicrm 1.7

---------------------------------------------------------------
http://xamox.NET

joewickert’s picture

I had the same issue with directories being created with incorrect permissions.

Heres what my isp said:

There actually seems to be a bit of a bug in the current PHP version, whereby the permissions you pass to the "mkdir" function don't actually get applied to the folder PHP creates, you actually need to run a separate chmod command to do what you're after.

As long as you're creating directories and files in other directories in your account that have 777 permissions there shouldn't be an issue with ability to do that, as far as I can tell it's PHP itself that doesn't actually set the permissions correctly.

I'm not sure if you're able to modify the code for this software you're trying to install, but if you can the fix I would say, is to add in a chmod command after the mkdir command.

Any help to anyone?

Joe

pyrello’s picture

I am using drupal 5.1 and civicrm 1.6.

I am getting the following message:
Fatal error: civicrm_initialize() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.:http://www.mcdemocrats.com/modules/civicrm/:http://www.mcdemocrats.com/modules/civicrm//packages:.:/usr/lib/php:/usr/local/lib/php') in /home/pyrelloc/public_html/sites/mcdemocrats.com/modules/civicrm/drupal/civicrm.module on line 227

I can not figure out what I am doing wrong.

here is the civicrm.setting.php file contents:

<?php
/**
 * CiviCRM Configuration File - v1.6
 */

/**
 * Content Management System (CMS) Host:
 *
 * CiviCRM can be hosted in either Drupal or Joomla.
 * 
 * Settings for Drupal 5.0.x:
 *      define( 'CIVICRM_UF'        , 'Drupal' );
 *      define( 'CIVICRM_UF_VERSION', '5.0' );
 *      define( 'CIVICRM_UF_URLVAR' , 'q'  );
 *
 * For Drupal 4.7.x, same as above except
 *      define( 'CIVICRM_UF_VERSION', '4.7' );
 * For Drupal 4.6.x, same as above except
 *      define( 'CIVICRM_UF_VERSION', '4.6' );
 *
 * Settings for Joomla 1.0.x and 1.5.x:
 *      define( 'CIVICRM_UF'        , 'Joomla' );
 *      define( 'CIVICRM_UF_VERSION', '1' );
 *      define( 'CIVICRM_UF_URLVAR' , 'task'  );
 */

define( 'CIVICRM_UF'               , 'Drupal'        );
define( 'CIVICRM_UF_VERSION'       , '5.1' );
define( 'CIVICRM_UF_URLVAR'        , 'q'  );

/**
 * Content Management System (CMS) Datasource:
 *
 * Update this setting with your CMS (Drupal or Joomla) database username, server and DB name.
 * Datasource (DSN) format:
 *      define( 'CIVICRM_UF_DSN', 'mysql://pyrelloc_drupal:finger@localhost/pyrelloc_civicrm?new_link=true');
 */

define( 'CIVICRM_UF_DSN'           , 'mysql://pyrelloc_drupal:finger@localhost/pyrelloc_drupalmc?new_link=true' );

/** 
 * Content Management System (CMS) User Table-name:
 *
 * Update the CIVICRM_UF_USERSTABLENAME if needed to match the name of the table
 * where the CMS user data is stored. Default for Drupal installs is 'users'.
 * If you are using table-prefixing for the users table, you must enter the tablename
 * with the prefix. Default table name for Joomla - 'jos_users'. For Mambo - 'mos_users'.
 */

define( 'CIVICRM_UF_USERSTABLENAME', 'users' );

/**
 * CiviCRM Database Settings
 *
 * MySQL Version:
 * CiviCRM has been optimized for MySQL 4.1 or greater, but will also run on many 4.0.x versions.
 * If you are using a 4.0.x release of MySQL, you MUST change CIVICRM_MYSQL_VERSION to 4.0
 * IMPORTANT: Enter closest dot release to your installed version. 4.0, 4.1, 5.0 are all valid examples. Do NOT
 * specify minor revision (second dot) - 4.1.2 is NOT a valid value for this setting. 
 *
 * Database URL (CIVICRM_DSN) for CiviCRM Data:
 * Database URL format:
 *      define( 'CIVICRM_DSN', 'mysql://crm_db_username:crm_db_password@db_server/crm_database?new_link=true');
 *
 * Drupal and CiviCRM can share the same database, or can be installed into separate databases.
 *
 * EXAMPLE: Drupal and CiviCRM running in the same database...
 *      DB Name = drupal, DB User = drupal
 *      define( 'CIVICRM_DSN'         , 'mysql://drupal:YOUR_PASSWORD@localhost/drupal?new_link=true' );
 *
 * EXAMPLE: Drupal and CiviCRM running in separate databases...
 *      Drupal  DB Name = drupal, DB User = drupal
 *      CiviCRM DB Name = civicrm, CiviCRM DB User = civicrm
 *      define( 'CIVICRM_DSN'         , 'mysql://civicrm:YOUR_PASSWORD@localhost/civicrm?new_link=true' );
 *
 * MySQL Path:
 * This stores the installed path of mysql. You will need to verify and modify this value if you are
 * planning on using CiviCRMs built-in Database Backup utility. If you have shell access, you may be
 * able to query the path by using one of the following commands:
 * $ whereis mysql
 * $ type mysql
 *
 */
 
define( 'CIVICRM_MYSQL_VERSION', 4.1 );
define( 'CIVICRM_DSN'          , 'mysql://pyrelloc_drupal:finger@localhost/pyrelloc_civicrm?new_link=true' );
define( 'CIVICRM_MYSQL_PATH', '/usr/bin/' );

/**
 * File System Paths:
 *
 * $civicrm_root is the file system path on your server where the civicrm
 * code is installed. Use an ABSOLUTE path (not a RELATIVE path) for this setting.
 *
 * CIVICRM_TEMPLATE_COMPILEDIR is the file system path where compiled templates are stored.
 * These sub-directories and files are temporary caches and will be recreated automatically
 * if deleted.
 *
 * IMPORTANT: The COMPILEDIR directory must exist,
 * and your web server must have read/write access to these directories.
 *
 *
 * EXAMPLE - CivicSpace / Drupal:
 * If the path to the CivicSpace or Drupal home directory is /var/www/htdocs/civicspace
 * the $civicrm_root setting would be:
 *      $civicrm_root = '/var/www/htdocs/civicspace/modules/civicrm/';
 *
 * the CIVICRM_TEMPLATE_COMPILEDIR would be:
 *      define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/var/www/htdocs/civicspace/files/civicrm/templates_c/' );
 *
 * EXAMPLE - Joomla Installations:
 * If the path to the Joomla home directory is /var/www/htdocs/joomla
 * the $civicrm_root setting would be:
 *      $civicrm_root = '/var/www/htdocs/joomla/administrator/components/com_civicrm/civicrm/';
 *
 * the CIVICRM_TEMPLATE_COMPILEDIR would be:
 *      define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/var/www/htdocs/joomla/media/civicrm/templates_c/' );
 *
 */

global $civicrm_root;

$civicrm_root = 'http://www.mcdemocrats.com/modules/civicrm/';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', 'http://www.mcdemocrats.com/files/civicrm/templates_c/' );

/**
 * Site URLs:
 *
 * This section defines absolute and relative URLs to access the host CMS (Drupal or Joomla)
 * resources.
 *
 * IMPORTANT: Trailing slashes should be used on all URL settings.
 *
 * EXAMPLE - Drupal Installations:
 * If your site's home url is http://www.example.com/drupal/
 * these variables would be set as below. Modify as needed for your install. 
 *
 * CIVICRM_UF_BASEURL - home URL for your site:
 *      define( 'CIVICRM_UF_BASEURL' , 'http://www.example.com/drupal/' );
 *
 * EXAMPLE - Joomla Installations:
 * If your site's home url is http://www.example.com/joomla/
 *
 * CIVICRM_UF_BASEURL - home URL for your site:
 * Administration site:
 *      define( 'CIVICRM_UF_BASEURL' , 'http://www.example.com/joomla/administrator/' );
 * Front-end site:
 *      define( 'CIVICRM_UF_BASEURL' , 'http://www.example.com/joomla/' );
 *
 */
 
define( 'CIVICRM_UF_BASEURL'      , 'http://www.mcdemocrats.com/' );

/**
 * SMTP Server Authentication Password:
 *
 * If your SMTP server requires authentication, you will enable that and enter the 
 * Username from Administer CiviCRM >> Global Settings >> SMTP. Then enter the
 * authentication Password below.
 *
 */
define( 'CIVICRM_SMTP_PASSWORD', ''    );

/**
 * Payment Processor Passwords and/or Signature:
 *
 * Select and configure your payment processing service from Administer CiviCRM >> Global Settings >> 
 * Payment Processor. For most services, you will also need to enter a Password and/or a Signature
 * or key below. These values are not stored separately (not in your database) for security reasons.
 */

/*
 * TEST Payment Server (Sandbox) Settings:
 * NOTE: Not all settings are used by all payment processors and authentication credential methods.
 * 
 */

/* API Password
 * PayPal API Signature credential: API Password value (from your PayPal sandbox account - View API Signature screen).
 * PayPal Pro or Express with API Certificate credential: API Password value (from your PayPal sandbox account).
 * Moneris: API Token value.
 */
 
define( 'CIVICRM_CONTRIBUTE_PAYMENT_TEST_PASSWORD'      , '' ); 

/* API Signature or Key 
 * PayPal API Signature credential: Use the API Signature value (from your PayPal account - View API Signature screen).
 * PayPal API Certificate credential: Go to Administer CiviCRM >> Create PayPal API Profile to generate this key value.
 * Moneris: Use the storeid value.
 */
 
define( 'CIVICRM_CONTRIBUTE_PAYMENT_TEST_KEY'           , '' ); 

/* API Subject
 * PayPal API Signature credential only: Use this setting to process transactions in behalf of a 3rd party.
 */
 
define( 'CIVICRM_CONTRIBUTE_PAYMENT_TEST_SUBJECT'       , '' );

/*
 * LIVE Payment Server Settings:
 * NOTE: Not all settings are used by all payment processors and authentication credential methods.
 * 
 */

/* API Password
 * PayPal Pro or Express with API Signature credential: API Password value (from your PayPal account - View API Signature screen)
 * PayPal Pro or Express with API Certificate credential: API Password value (from your PayPal account).
 * Moneris: API Token value.
 */

define( 'CIVICRM_CONTRIBUTE_PAYMENT_PASSWORD'      , '' );

/* API Signature or Key 
 * PayPal Pro or Express with API Signature credential: Use the API Signature value (from your PayPal account - View API Signature screen).
 * PayPal Pro or Express with API Certificate credential: Go to Administer CiviCRM >> Create PayPal API Profile to generate this key value.
 * Moneris: Use the storeid value.
 */

define( 'CIVICRM_CONTRIBUTE_PAYMENT_KEY'           , '' );

/* API Subject
 * PayPal Pro or Express with API Signature credential only: Use this setting to process transactions in behalf of a 3rd party.
  */

define( 'CIVICRM_CONTRIBUTE_PAYMENT_SUBJECT'       , '' );

/**
 * Multi-site Support
 *
 * CiviCRM uses Domain ID keys to allow you to store separate data sets for multiple sites
 * using the same codebase.
 *
 * Refer to the 'Multi-site Support' section of the Installation Guide for more info.
 */

define('CIVICRM_DOMAIN_ID' , 0 );

/**
 * Joomla! Front-end Component Flag
 * If this configuration file is being used by a Joomla! front-end CiviCRM component
 * instance, set this value to 1.
 */

define( 'CIVICRM_UF_FRONTEND', 0 );

/**
 * 
 * Do not change anything below this line. Keep as is
 *
 */

$include_path = '.'        . PATH_SEPARATOR .
                $civicrm_root . PATH_SEPARATOR . 
                $civicrm_root . DIRECTORY_SEPARATOR . 'packages' . PATH_SEPARATOR .
                get_include_path( );
set_include_path( $include_path );

define( 'CIVICRM_SMARTYDIR'  , $civicrm_root . DIRECTORY_SEPARATOR . 'packages' . DIRECTORY_SEPARATOR . 'Smarty' . DIRECTORY_SEPARATOR );
define( 'CIVICRM_TEST_DIR'   , $civicrm_root . DIRECTORY_SEPARATOR . 'test'   . DIRECTORY_SEPARATOR );
define( 'CIVICRM_DAO_DEBUG'  , 0 );
define( 'CIVICRM_TEMPLATEDIR', $civicrm_root . DIRECTORY_SEPARATOR . 'templates'   );
define( 'CIVICRM_PLUGINSDIR' , $civicrm_root . DIRECTORY_SEPARATOR . 'CRM' . DIRECTORY_SEPARATOR . 'Core' . DIRECTORY_SEPARATOR . 'Smarty' . DIRECTORY_SEPARATOR . 'plugins' );

define( 'CIVICRM_GETTEXT_CODESET'    , 'utf-8'   );
define( 'CIVICRM_GETTEXT_DOMAIN'     , 'civicrm' );
define( 'CIVICRM_GETTEXT_RESOURCEDIR', $civicrm_root . DIRECTORY_SEPARATOR . 'l10n' );

if ( function_exists( 'variable_get' ) && variable_get('clean_url', '0') != '0' ) {
    define( 'CIVICRM_CLEANURL', 1 );
} else {
    define( 'CIVICRM_CLEANURL', 0 );
}

// force PHP to auto-detect Mac line endings
ini_set('auto_detect_line_endings', '1');

// make sure the memory_limit is at least 24 MiB
$memLimitString = trim(ini_get('memory_limit'));
$memLimitUnit = strtolower(substr($memLimitString, -1));
$memLimit = (int) $memLimitString;
switch ($memLimitUnit) {
    case 'g': $memLimit *= 1024;
    case 'm': $memLimit *= 1024;
    case 'k': $memLimit *= 1024;
}
if ($memLimit >= 0 and $memLimit < 25165824) {
    ini_set('memory_limit', '24M');
}

?>

Please help. I can't figure it out.

thom k in the usa@thisiswhatdemocracylookslike.com’s picture

Pyrello, if you didn't change them in the file you posted, make sure you change your passwords on the server.

I'm having the same problem, haven't resolved it yet.

bchoc’s picture

I notice that this thread has paused over about the last month. However, my last several attempts at installation have netted a similar error:

Fatal error: civicrm_initialize() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.::/packages:.:/usr/lib/php:/usr/local/lib/php') in /home/lue42/public_html/dt4t/modules/civicrm/drupal/civicrm.module on line 226

I also checked the Nabble thread. Is this issue resolved (for some at least), in progress, or just dead-and-given-up?

Brian

pyrello’s picture

Hey,
I finally got this to the point where I could access my website. The problem I was having was that I had my paths set to '/var/www/etc..." and when I was editing the file in filemanger through cpanel, I discovered that the path was actually '/home/public_html/etc..."

Also, I moved my civicrm install from my contrib modules folder to the core modules folder.

Hope that helps.

bchoc’s picture

Well, I tried again, following the instructions (http://wiki.civicrm.org/confluence/pages/viewpage.action?pageId=9452) to the absolute letter using a fine-toothed-comb. Or something like that. I made two changes and now I've made it past this error (onto a new error).

Less likely the problem, I used the root of my domain instead of a subdirectory. You never know, though, so I'm mentioning it.

More likely, I discovered my table import was incomplete. My host does not give shell access, rather providing cpanel for everything. Since Windows doesn't handle gzipped files well, I was unzipping remotely and then copying to my local machine for phpmyadmin import (which uses an upload dialog). I was getting about 30-40 tables, which it now seems is terribly low. This time, I used a Mac to extract the gzip locally for importing, and now I've more than 80 tables. I didn't realize this was a problem earlier.

Now, I'm getting a permission denied error, but at least it doesn't bring the whole site down any more.
Brian

bchoc’s picture

I was receiving an error about "Permission Denied" in file.php on line 114, something like this:
[function.mkdir]: Permission denied in /blahblahblah/modules/civicrm/CRM/Utils/File.php on line 114.

This is actually a simple fix, once your know what you're looking for. If you misset the "template" directory in the civicrm.settings.phpfile initially, your CiviCRM "Upload Directories" will be incorrect. When you correct civicrm.settings.php, Civicrm will not fix its Upload Directory settings. You should be able to go into Administer CiviCRM -> Global Seetings -> Upload Directories and correct these settings.

After actually making this thing work, and doing a little jig, I thought I'd post about it. Not the jig, I mean, the solution. Nevermind.

Brian

zympht’s picture

I'm moving my CiviCRM installation to a new host. The paths are different.

I went to Administer CiviCRM -> Global Settings -> Upload Directories and changed to the new paths. The information was definitely saved because when I reload the Upload Directories page, I see my new paths. But I was still getting the "Permission Denied" in file.php on line 114. So I searched through the database and found occurances of my original path in the civicrm_domain table, config_backend field. Maybe these upload directory paths used to be stored in there. For good measure I updated them. It didn't help.

I can't find any occurances of my original paths anywhere. But I'm still seeing them show up on these permission denied errors. Not sure where to look now.

mfernando’s picture

Pyrello,

In "civicrm.settings.php"

Please change:

define('CIVICRM_DOMAIN_ID' , 0 );

to

define('CIVICRM_DOMAIN_ID' , 1 );

I dont think, the Suggestion Posted by "Colorado" is correct

ABBiek’s picture

One problem I noticed is that in your

global $civicrm_root;

$civicrm_root = 'http://www.mcdemocrats.com/modules/civicrm/';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', 'http://www.mcdemocrats.com/files/civicrm/templates_c/' );

the paths should be absolute internal paths. You're not looking for "http://...", you need to find out where your site is on the server that it's hosted on and use that path. This is often "/home/user/sitename.com/..." so in your case it might be something like "/home/pyrello/mcdemocrats.com/etc..." Make sure you include the leading and trailing slashes as well.

musabhusaini’s picture

I moved all files in modules/civicrm/drupal to modules/civicrm and it worked.

lgwapnitsky’s picture

I'm having similar issues, and the civicrm module is not appearing in my system database, but still tries to be called.

HELP!

Thanks,
Larry

encho’s picture

Finally! I have tryed everything from this post to make it work, but to no avail... until...

2 most important things:

1. create civicrm in your files dir and 3 subfolders, give them all 777.
2. There are 2 lines in sites/default/civicrm.settings.php, which have to be correct, representing your root path:

$civicrm_root = '/home/myserver/public_html/site.com/modules/civicrm/';
define( 'CIVICRM_TEMPLATE_COMPILEDIR', '/home/myserver/public_html/site.com/files/civicrm/templates_c/' );

I don't know about you, but my mistake was not entering the second value.
Hope this helps.

cgfoz’s picture

So I have just had an identical problem with permissions as described and I think I solved (after several hours).....

To solve all I did was to go into civicrm/admin then click on global settings. I then changed all the paths in here from relative to absolute (e.g. /var/www/mysite/files/upload/ rather than /upload/).

Once I did that it all seems to be working. My version of civicrm is an upgrade (from v1.3) and it seems that the paths in the civicrm_domain table were all relative. I reckon this is probably an oversight in the upgrade process.

Hence the obvious error, it was trying to make an uploads folder at / in my file system!!

(Note: Setting define('CIVICRM_DOMAIN_ID' , 1 ); moved the error but all my contact no longer worked, so not useful for me.)

mxd’s picture

I was wondering if somebody out there would help me out immensely and install both the CiviCRM and Drupal for me, or at least the CiviCRM. I am running into ALOT of trouble with the CiviCRM software. If you could provide any assistance I will provide you with the required information. Please contact me at; m.dellosso[@]sympatico.ca

Mario Dell'Osso