Forum archive
Trying to install CiviCRM in Drupal7 Appliance
When I try to install CiviCRM 4.6.28 in Drupal 7 nothing seems to happen, the install module page just seems to refresh. So, I then try to procced to the next step as per the CiviCRM wiki which says to go to http://host_name/sites/all/modules/civicrm/install/index.php but Drupal just returns a page not found error.
Now if I go to find the location CiviCRM should be installed to var/www/drupal7/sites/all/modules/ the civicrm directory is infact not created. So I guess it was not installed.
How would I go about trying to figure out why CiviCRM is not installing? Is there an error log I should be able to check when something like this happens?
Link to walk through for installing CiviCRM in the Turnkey Linux Drupal 7 Appliance:
To correct the "The user account used by your web-server - www-data - needs to be granted write access to the following directory in order to configure the CiviCRM settings file: //var/www/drupal7/sites/default" message change the permissions of /var/www/drupal7/sites/default to www-data. So step 4 in the post above is clearly wrong, I should have noticed that considering that path to the default folder doesn't exist.
Changing permissions can be done by loging into Webmin and using the file manager to navigate to /var/www/drupal7/sites then: selected the default folder, click on the icon that looks like 2 human busts (if you hold your mouse over it it should display a little popup that says "Chown Selected") A small window will then pop up with 2 fields, one will say "User Name" and the other will say "Group Name" type www-data into both feilds and click on the change button to save the changes. You should now be able to go to http://your_drupal_site/sites/all/modules/civicrm/install/index.php and complete the installation of CiviCRM.
This was just a quick update, I will post a full walkthrough latter when I get a chance.