- π«π·France vanessakovalsky
Duplicate of π statistics.php is not platform directory separator aware Needs work
On Windows Server 2008 R2, IIS 7.5:
Line 11 of statistics.php is expecting $_SERVER['SCRIPT_FILENAME'] to have forward slashes "/" in the path.
On Windows, it is instead a backslash,i.e. 'x:\Drupal\modules\statistics.php', which results in DRUPAL_ROOT being empty.
When line 13 is called, 'chdir(DRUPAL_ROOT)' a php error is logged.
Closed: duplicate
7.0 β°οΈ
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Duplicate of π statistics.php is not platform directory separator aware Needs work