Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis 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_root = 'C:/wamp/www/drupal-6.4/sites/all/modules/civicrm';
If you suspect its a code issue try commenting the line 266 to 270 (shown below) in the file - civicrm/install/index.php, which is actually responsible for verifying the permission and check.Code: [Select] foreach ( $writableDirectories as $dir ) { $this->requireWriteable( $cmsPath . DIRECTORY_SEPARATOR . $dir, array("File permissions", "Is the $dir folder writeable?", null ), true ); }
foreach ( $writableDirectories as $dir ) { $this->requireWriteable( $cmsPath . DIRECTORY_SEPARATOR . $dir, array("File permissions", "Is the $dir folder writeable?", null ), true ); }