Closed (fixed)
Project:
IMCE
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2022 at 08:14 UTC
Updated:
11 Oct 2022 at 11:59 UTC
Jump to comment: Most recent
</code>Warning: filesize(): stat failed for public://private in imce_scan_directory() (linea 999 di /web/htdocs/www.carloforte.info/home/sites/all/modules/imce/inc/imce.page.inc).
</code>Warning: filemtime(): stat failed for public://private in imce_scan_directory() (linea 1000 di /web/htdocs/www.carloforte.info/home/sites/all/modules/imce/inc/imce.page.inc).
</code>Warning: date_timezone_set() expects parameter 1 to be DateTime, bool given in format_date() (linea 2089 di /web/htdocs/www.carloforte.info/home/includes/common.inc).
Warning: date_format() expects parameter 1 to be DateTimeInterface, bool given in format_date() (linea 2099 di /web/htdocs/www.carloforte.info/home/includes/common.inc).If I choose a folder (not root) there are no warnings.
Comments
Comment #2
fortran77 commentedA private directory inside the public directory is no longer supported:
https://www.drupal.org/project/drupal/releases/7.91
https://www.drupal.org/node/3298661
Comment #4
ufku commentedFixed the warnings but you still need to enable
$settings['sa_core_2022_012_override'] = TRUE;in order to make private files directory available under public scheme