In “Drupal\image\Controller\ImageStyleDownloadController” file “getUriWithoutConvertedExtension()” function “DIRECTORY_SEPARATOR” code giving different output. so, image not loading in windows os. [DIRECTORY_SEPARATOR
, for linux /
, for windows ‘\’].
1 Like
i think $original_uri .= $path_info['dirname'] . DIRECTORY_SEPARATOR;
line no. 307
this line in the getUriWithoutConvertedExtension(string $uri): string
function may use /
instead of DIRECTORY_SEPARATOR
.
1 Like
@aathi179 This sounds like a general Drupal hosting issues, not specific to farmOS. farmOS uses the default image styles provided by Drupal and doesn’t add any customization or behavior on top of that, as far as I can remember. Have you tried searching the internet for this issue as it relates to Drupal hosting more generally?
1 Like
You are correct. This is Drupal issue.
1 Like