CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • CIVICRM on Drupal installation ERROR (Windows)
Pages: [1]

Author Topic: CIVICRM on Drupal installation ERROR (Windows)  (Read 908 times)

howcome

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.1.0
  • CMS version: n/a
  • MySQL version: 5.1.37
  • PHP version: 5.3.0
CIVICRM on Drupal installation ERROR (Windows)
May 29, 2012, 04:57:47 am
Hello All,

Please help me.. am really stuck with this error from a really really long time...
Am using Windows 7 PRO.. XAMPP control panel V2.5.8... CIVICRM V4.1.0 and getting this error... and am not able to give write access.. tried all possible methods but still failed to solve this problem..
i have attached a screenshot.. please click on the link below to know what errors am getting during installation of CIVICRM..
[IMG]http://i21.photobucket.com/albums/b277/veeresh/Drupal.png[IMG]
« Last Edit: May 29, 2012, 05:01:09 am by howcome »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CIVICRM on Drupal installation ERROR (Windows)
May 29, 2012, 05:01:23 am
Seems this http://forum.civicrm.org/index.php/topic,23373.msg99157.html#msg99157 is the same issue and wasn't solved.

However see

http://issues.civicrm.org/jira/browse/CRM-10175
http://www.grahamnott.com/2012/02/civicrm-wordpress-windows/

for ideas.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

howcome

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.1.0
  • CMS version: n/a
  • MySQL version: 5.1.37
  • PHP version: 5.3.0
Re: CIVICRM on Drupal installation ERROR (Windows)
May 29, 2012, 05:25:52 am
Thanks bro.. it worked... finally re-leaved... after a long long struggle... 

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: CIVICRM on Drupal installation ERROR (Windows)
May 29, 2012, 05:27:30 am
How did you make it work? :)
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

howcome

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
  • CiviCRM version: 4.1.0
  • CMS version: n/a
  • MySQL version: 5.1.37
  • PHP version: 5.3.0
Re: CIVICRM on Drupal installation ERROR (Windows)
May 29, 2012, 06:13:02 am
just followed the instruction to edit the index.php file....

C:\xampp\htcdocs\drupal\sites\all\modules\civicrm\install\index.php

and did the following changes...

The original code on index.php line from 367 is:
foreach ( $writableDirectories as $dir ) {
            $this->requireWriteable( CIVICRM_DIRECTORY_SEPARATOR . $dir,
                array("File permissions", "Is the $dir folder writeable?", null ),
                true );
        }

Only deleted CIVICRM_DIRECTORY_SEPARATOR and it worked!

            foreach ( $writableDirectories as $dir ) {
            $this->requireWriteable( $dir,
                array("File permissions", "Is the $dir folder writeable?", null ),
                true );
        }

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • CIVICRM on Drupal installation ERROR (Windows)

This forum was archived on 2017-11-26.