Bug #35274
closed
Fix Syntax in typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php
Added by Kay Strobach over 12 years ago.
Updated about 6 years ago.
Description
public function performUpdate(array &$dbQueries, &$customMessages) {
$result = FALSE;
if ($this->versionNumber >= 4004000 && !t3lib_extMgm::isLoaded('t3skin')) {
// check wether the table can be truncated or if sysext with tca has to be installed
if ($this->checkForUpdate($customMessages[])) {
^^
||
--> Fix Syntax Problem: Cannot use [] for reading (Message of PHPStorm)
related to 4.5, 4.6, 4.7
- Status changed from New to Needs Feedback
- Target version deleted (
4.5.14)
Very strange indeed. Doesn't it spit out an error or something? Would be cool to have a patch fixing it, but needs some understanding of what's happening.
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
in the carthasis build with the new installtool this should be fixed, until then this was still valid ... please just take a look into the code :D
Someweeks before i've still seen such a message ...
Atleast for 4.5 this IS NOT FIXED!
Hi Kay,
so wie need a fix from 6.1 to 4.5, do you like to make this patch?
I do not have a running push environment for gerrit currently.
I can provide the *.diff files, but if you want you can push it directly - should be easy :D
I'm currently extremly busy because of my business - sry.
- Assignee set to Alexander Opitz
- Status changed from Needs Feedback to Under Review
- Assignee changed from Alexander Opitz to Wouter Wolters
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF