Actions
Bug #21474
closedPHP-5.3: No module labels
Start date:
2009-11-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Running on PHP 5.3 in Windows, labels for modules (Web, User tools, Admin tools, etc) are missing.
Problem is the following line in class.t3lib_loadmodules.php:
$path = preg_replace('/\/[^\/.]+\/\.\.\//', '/', $fullpath);
$path is NULL in this case.
(issue imported from #M12484)
Files
Updated by Chris topher over 14 years ago
Hi Dan,
do you still have this problem? Or anyone else?
Like Steffen on Core List I cannot reproduce it using XAMPP.
Updated by Dan Osipov over 14 years ago
No, I can't replicate the issue anymore. The bug can be closed, and RFC dropped.
Updated by Christian Kuhn over 14 years ago
Resolved, unable to reproduce as requested by reporter.
Actions