civicrm

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
HappyJiyoung's picture

Anyone solve civicrm permission problem?-web-server needs to be granted write access

Anyone had problem with Civicrm installation?
"default/files folder writeable? error"

I saw people resolved the problem by doing
attrib -r default /s /d
attrib -r files /s /d

or

using unixtool chmod 777 mathod.

I even did
icacls sites\default /grant IIS_IUSRS:(M)
icacls sites\default /grant IUSR:(M)
icacls sites\default\files /grant IIS_IUSRS:(OI)(CI)(M)
icacls sites\default\files /grant IUSR:(OI)(CI)(M)

Also I tried GUI giving all the permission(check everything for thedefault folder) to IUSR AND IIS_IUSR

Read more
Subscribe with RSS Syndicate content