FILE_NOT_EXECUTABLE

Same name and namespace in other branches
  1. 7.x includes/install.inc \FILE_NOT_EXECUTABLE
  2. 8.9.x core/includes/install.inc \FILE_NOT_EXECUTABLE
  3. 10 core/includes/install.inc \FILE_NOT_EXECUTABLE
  4. 11.x core/includes/install.inc \FILE_NOT_EXECUTABLE

File permission check -- File is not executable.

3 uses of FILE_NOT_EXECUTABLE
drupal_install_fix_file in core/includes/install.inc
Attempts to fix file permissions.
drupal_install_mkdir in core/includes/install.inc
Creates a directory with the specified permissions.
drupal_verify_install_file in core/includes/install.inc
Verifies the state of the specified file.

File

core/includes/install.inc, line 76

Code

const FILE_NOT_EXECUTABLE = 128;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.