Same name and namespace in other branches
  1. 10 core/includes/install.inc \FILE_NOT_WRITABLE
  2. 5.x includes/install.inc \FILE_NOT_WRITABLE
  3. 6.x includes/install.inc \FILE_NOT_WRITABLE
  4. 8.9.x core/includes/install.inc \FILE_NOT_WRITABLE
  5. 9 core/includes/install.inc \FILE_NOT_WRITABLE

File permission check -- File is not writable.

5 uses of FILE_NOT_WRITABLE
drupal_install_fix_file in includes/install.inc
Attempts to fix file permissions.
drupal_install_mkdir in includes/install.inc
Creates a directory with the specified permissions.
drupal_verify_install_file in includes/install.inc
Verifies the state of the specified file.
install_configure_form in includes/install.core.inc
Form constructor for a form to configure the new site.
system_requirements in modules/system/system.install
Implements hook_requirements().

File

includes/install.inc, line 71
API functions for installing modules and themes.

Code

define('FILE_NOT_WRITABLE', 64);