Bug #25340
state "excludeFromUpdates" causes Uncaught TYPO3 Exception
| Status: | New | Start date: | 2011-03-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
set some EXT in ext_emconf.php to 'state' => "excludeFromUpdates"
Goto EM->importExtentions
enter the key of the mentioned EXT and search
-> Crash
#1: PHP Catchable Fatal Error: Argument 2 passed to t3lib_iconWorks::getSpriteIcon() must be an array, string given, called in /var/www/htdocs/typo3_src-4.5.2/typo3/sysext/em/classes/index.php on line 677 and defined in /var/www/htdocs/typo3_src-4.5.2/t3lib/class.t3lib_iconworks.php line 648
(issue imported from #M17967)
Related issues
| duplicated by Core - Bug #26280: 'state' => 'excludeFromUpdates' causes extension manager ... | New | 2011-04-26 |
History
Updated by Christian Tauscher about 2 years ago
This happens with the "old" EM.
The "new" behaves as expected.