Bug #24866
implode() issues in Install Tool
Status: | Closed | Start date: | 2011-01-28 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Gebert | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.5 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
Starting the update manager from 4.4.6 to 4.5 it gives the PHP warning:
PHP Warning: implode() [function.implode]: Invalid arguments passed in
\TYPO3_4-5\typo3\sysext\install\mod\class.tx_install.php line 6710
For ignoring just disable PHP Warnings temporarily into localhost.php:
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '0';
(issue imported from #M17374)
Related issues
History
#1 Updated by Steffen Gebert over 4 years ago
trunk rev. 10389
4-5 rev. 10390
4-4 rev. 10388
#2 Updated by Susanne Moog over 4 years ago
- Target version deleted (
4.4.7)