constant FILE_NOT_READABLE in Drupal 7
Same name and namespace in other branches
- 8 core/includes/install.inc \FILE_NOT_READABLE
- 5 includes/install.inc \FILE_NOT_READABLE
- 6 includes/install.inc \FILE_NOT_READABLE
- 9 core/includes/install.inc \FILE_NOT_READABLE
- 10 core/includes/install.inc \FILE_NOT_READABLE
File permission check -- File is not readable.
3 uses of FILE_NOT_READABLE
- 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.
File
- includes/
install.inc, line 66 - API functions for installing modules and themes.
Code
define('FILE_NOT_READABLE', 32);