Changes between Version 4 and Version 5 of Ticket #44532, comment 30
- Timestamp:
- 07/13/2018 01:55:58 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44532, comment 30
v4 v5 1 1 So, I don't want to sound silly, but is there a slightest chance that this issue might be causing due to windows directory separator ?? previously I've faced a problem due to windows directory separator and using something like 2 2 {{{ 3 str_replace('\ ', '/', $path);3 str_replace('\\', '/', $path); 4 4 }}} 5 5 solved the issue. Any thoughts?