By ranjananiranjan on
I recently downloaded and installed Drupal 6 and try to install civiCRM module in drupal 6, but I always get problems.when i enable the civicrm module at that time it showing this error "The CiviCRM settings file (civicrm.settings.php) was not found in the expected location (sites/default/civicrm.settings.php). " i search that file civicrm.settings.php" but i m not getting.
Has anybody sucessfully installed civiCRM on Drupal 6?
Comments
Doesn't really work like that
I was having the same issue a little while ago but what you do is create a folder within your var/www/drupal/sites/all/***modules - Create the folder "modules" and drop in the full Civicrm folder and then go to:http:///sites/all/modules/civicrm/install/index.php and enter your database info which you used in your settings.php file for the drupal site. Takes about 3 mins in total to be up and running.
Sean Hurley, Owner
Rethink SEO
http://www.rethinkseo.com
installation of civicrm with drupal 6
I am also having same problem ,pls suggest how to install civicrm for drupal-6.10.Previously its working fine but when i try on other pc its not working.
hi
i followed the instruction you wrote here but still i failed to install civicrm..it says that i have already installed the civicrm..then i deleted the previous copy of the civicrm bt still the same message comes up..how do deal about it?
vexing Path to civicrm
You are right! All modules are in the visible folder modules, so you can’t believe you have to bring it in the "site"-folder «modules», because there isn't. But it is true. Create a new modules folder there an bring den Civicrm from the «modules» to the «sites/./modules» an the ting will fly. It is irritating and vexing.
CIVICRM installation
Hey you can get all info about civicrm at http://wiki.civicrm.org/ including its installation steps and other details
Same Problem
I tried the work around suggested but I must have misinterpreted it. The CivicRM wiki had nothing useful to offer.
Could someone who has gotten the workaround to work for them please give more verbose instructions?
Same Problem
I need help to install civicrm for drupal-6.10. if any one knows please reply for the same problem.
if you still face the problem try this solution
copy civicrm.settings.php.sample from sites/all/modules/civicrm to sites/default/ and rename it to civicrm.settings.php. edit the file and fill the site specific details.
clear the cache and clear all temprory files.
This may solves your problem
By
Ram
I managed to successfully
I managed to successfully install on D6 v6.12 & civicrm v2.2.
1. DO put your civicrm folder at sites/all/modules/civicrm (we have a policy of putting modules at sites/all/modules/contrib) but doing this with civicrm created a - "civicrm is only compatible with Drupal 6, we can't find your system.module file" error.
2. Do NOT try and install civicrm via the Drupal modules admin.
3. Read through the civicrm install instructions for Drupal here: http://wiki.civicrm.org/confluence/display/CRMDOC/Drupal+Installation+Guide and...
4. Install civicrm using the URL
http://<your_drupal_home>/sites/all/modules/civicrm/install/index.phpPS. the civicrm drupal download from civicrm.org is exactly the same as the standalone download - I'm wondering if there are unnecessary files in there for a purely Drupal install. I'll be monitoring this post at the civicrm forum: http://forum.civicrm.org/index.php/topic,8317.0.html
having no luck so far
I followed all the installation guidelines for civicrm and loaded the module in sites/all/modules/civicrm.
After logging in as admin, cleared the cache, I still get page not found error for http://mysite/sites/all/modules/civicrm/install/index.php
There could be something wrong with my setup.. I loaded a small php script (phpinfo.php) into the same install directory. I also got a page-not-found error. I tried other tests, no php scripts can be executed under the modules directory.
My D6 site is running ok otherwise.
are there other setups/config that need to be done?
Thanks.
I installed it!!
I moved the civicrm install folder to my drupal root folder, then I modified the civicrm index.php :
I removed the two if statements to check if it was a standalone or a Drupal install, and set $crmPath = the path to the sites/all/modules/civicm folder on my server.
It worked. ^___^
What's the extra Drupal folder for in CiviCRM?
landscribe, I did the same as you, and Civicrm installed, however, inside the civicrm folder (under sites/all/modules) there is a drupal sub-folder.
This has in it what looks like Drupal install code, plus another sub-folder called modules, which seem to have more Drupal modules. Do you have any idea what these are for, or why they are here? Surely in order for them to work they should be in the sites/all/modules folder of drupal, not the sites/all/modules/civicrm/drupal/modules?
SuperChicken Please give a Step by Step Guide.
Hi Super Chicken could you please give a step by step guide /tutorial on how you installed CivicRM? I am a completely RAW Newbie so please use simple everyday language.
Do I have to upload EVERYTHING in the CIVICRM tar folder? I want to only upload the Drupal folder inside the CivicRM folder. Is that the right thing to do? Please share with us.
HowTo
Nairaman,
copy the civicrm folder to sites/all/modules (just like any other module)
then move the install folder from /sites/all/modules/civicrm to /
Edit it using a text editor (NOT word!)
and change:
to
then change
to
and you should be ok.
Here is what worked for me
Okay, after a lot of sweat, here is what worked for me:
1. I followed SuperChicken's HowTo post, except I left the install folder in sites/all/modules/civicrm.
2. SuperChicken's edits (they go in the index.php, btw) worked great, except that I used the full path in my $crmPath setting. I.e.,
$crmPath = 'C:/xampp/htdocs/mysite/sites/all/modules/civicrm';3. Was that necessary? Who knows but I'm truly sick of struggling with this module.
4. Do NOT use Drupal's module enabler. Instead type the URL "http://localhost/mysite/sites/all/modules/civicrm/install/index.php"
5. You will find that it STILL does not work. I read through posts on the civicrm forum (http://forum.civicrm.org/index.php/topic,8431.0.html) (my favorite post there was entitled "Dying right out of the box!" -- sound familiar?) and read the following solution:
"I've seen this a billion times. Just open your index.php file in the install directory and replace all references to DIRECTORY_SEPARATOR with '/'. "
6. Believe it or not, that solved the whole thing. I truly hope this module works better than its installation would indicate.
Peace.
A note about databases
One other thing I discovered: When installing CiviCRM, I found that in order to use Drupal views with CiviCRM, I had to choose the option to install CiviCRM into my Drupal database, and *not* into its own db.
Hope this helps someone.
Is this still necessary with Civicrm 3
I am trying to install civicrm on a centos 5.4 system (using drupal 6 installed with virtualmin pro control panel)
If I follow the instructions on the CiviCRM web site , the civi crm module does not seem to be installed.
These postings seem to reffer to the earlier version, I dont wnaty to do an earlier version fix if it is not necessary
help..help..help..
i tried doing all the instructions in this thread but none of them worked for me..superchicken, can you send me the complete package of the civicrm??pls2x...
No luck - this is not good
I've been on this some hours now and have tried all the thing mentioned in this thread. My best guess is that the paths in the settings file are all wrong, but none of the fixes suggested are working for me.
I don't think that this is good really - CiviCRM does look like the kind of thing that I'm looking for, but I need it working on a local server to be able to really get into it and see if it has the capacity for handling relationships, tasks and reporting that I'm looking for.
I'm throwing in the towel for the moment - but if anyone on the CiviCRM team reads this - come on guys!!!
I had no problems in this way:
I should have replied earlier as I installed CiviCRM two times before with a Bluehost account. As this is the major thread on Google, it could be usefull for others to post my solution here:
* download the CiviCRM package for Drupal, upload and extract in the sites/all/modules directory;
* copy the civicrm.settings.php.drupal from the drupal directory within the civicrm module, to the sites/default dir. Be sure the dir has temporary write permissions. Rename the file to civicrm.settings.php ;
* http :// yoursite.xxx /sites/all/modules/civicrm/install/index.php => gets you to the civicrm install; use you existing drupal database or create a seperate database with select of the drupal databse and user first to be able to continue; see instructions on that page and elsewhere; see also the differences between the same database and a seperate one elsewhere;
OK, I continue with my real time example of an existing drupal install upgrading with a civicrm separate database (there is some discussion about separate or joined databases like some advanced drupal features):
-Create new database for civicrm in Cpanel (on my hostaccount);
-Create new database user;
-Add this user to the civicrm database; I gave all privileges, but maybe some can be omitted?;
-Add this user also to the drupal database but only give "select" permissions;
-Fill in the database and user details + passwords for the civicrm and drupal database users on the civicrm install page; I had to look up my drupal database user password in sites/default/settings.php. This was a bit tricky as I have some password characters transformed to ascii hx codes, so I had part of it to decode http://www.asciitable.com/ (otherwise make a new drupal password and fill it in on both places);
=> all OK => installing => "CiviCRM has been successfully installed"
Then to the drupal modules page and vinking all sub-modules on.
CiviCRM shows up in my admin menu and askes for setting up my dashborad. Ofcourse I had opted for loading all the graphival data and examples during the CiviCRM setup. In permission one can give other users permission. But I remember from last time that this can´t be done for anonymous users (pitty for a demo site for anonymous users) and can even give error messages.
Went through this process
Went through this process several times. I am only getting a blank white screen when going to /sites/all/modules/civicrm/install/index.php. Tried to activate the module via Drupal, but am getting the following two errors.
* warning: include_once(CRM/Core/Config.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/html/staging/sites/all/modules/civicrm/drupal/civicrm.module on line 269.
* warning: include_once() [function.include]: Failed opening 'CRM/Core/Config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/staging/sites/all/modules/civicrm/drupal/civicrm.module on line 269.