Bug #25044
Grid wizard does not work
| Status: | Closed | Start date: | 2011-02-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Steffen Gebert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 0 |
Description
Create a Record of type "Backend Layout".
Open the Config-Wizard (aka Grid Wizard) and you will see a php warning:
Oops, an error occured!
PHP Warning: filemtime() [function.filemtime]: Unable to access /path/to/website/typo3/sysext/t3skin/stylesheets/extjs/xtheme-t3skin.css in /path/to/website/t3lib/class.t3lib_compressor.php line 228
Problem:
The css file does not exist at the expected place but it does exist in a slightly different location.
Solution:
The attached patch file changes the path to css file.
(issue imported from #M17599)
Related issues
| duplicates Core - Bug #25186: Backend layout wizard uses invalid stylesheet path | Resolved | 2011-02-26 |
History
Updated by Steffen Gebert about 2 years ago
Fixed with #25186
Updated by Susanne Moog about 2 years ago
- Target version deleted (
4.5.3)