Actions
Bug #24866
closedimplode() issues in Install Tool
Start date:
2011-01-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Files
Updated by Steffen Gebert almost 14 years ago
trunk rev. 10389
4-5 rev. 10390
4-4 rev. 10388
Actions