Project

General

Profile

Actions

Bug #25117

closed

Error on upgrading workspaces 4.4.6 => 4.5.0

Added by Richard Haeser about 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-21
Due date:
% Done:

0%

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

Description

I just upgraded an environment from 4.4.6 to 4.5.0. When trying to update the workspaces in the install-tool, I get an error:

Fatal error: Call to a member function includeLLFile() on a non-object in [.....]/typo3_src-4.5.0/typo3/sysext/em/classes/install/class.tx_em_install.php on line 72

(issue imported from #M17688)

Actions #1

Updated by Jigal van Hemert about 13 years ago

This happens when you have register globals enabled in PHP. The environment variable 'LANG' will be used in the $GLOBALS array. This is not an object and thus calling $GLOBALS['LANG']->includeLLFile() will of course fail.

TYPO3 requires register globals to be disabled. The Reports module shows you an error message when it is enabled.

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF