Project

General

Profile

Actions

Bug #39637

closed

Fatal error: Cannot use string offset as an array in /home/user/public_html/ordner/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php on line 1300

Added by Michal Idziorek almost 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Category:
Localization
Target version:
Start date:
2012-08-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I get this when try to check for updates in the extensions manager.

Fatal error: Cannot use string offset as an array in /home/user/public_html/ordner/typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php on line 1300

Following fix works for me:
...

$temp1=$fetch[$lang];
$temp2=$temp1["md5"];

if($localmd5!=$temp2){

...


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #39549: "translation handling" fails with Ext. versionClosedSteffen Gebert2012-08-03

Actions
Is duplicate of TYPO3 Core - Bug #40108: PHP warning when no language pack is availableClosedXavier Perseguers2012-08-24

Actions
Actions

Also available in: Atom PDF