Actions
Bug #41204
closedPreview images not rendered in Web > Page view on Windows systems
Start date:
2012-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In Web > Page view the preview images are not rendered on Windows systems. Is is due to failing functions in class TYPO3\CMS\Core\Utility\PathUtility. Basically it's an issue with forward and backward slashes. In the class the constance DIRECTORY_SEPARATOR is used which is on Windows systems a backward slash. Normally paths in TYPO3 are converted to use forward slashes and here is the existing problem.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14873
Updated by Nicole Cordes about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d967075ed7b44c4a020c8dde141b3e2fdd969019.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions