Project

General

Profile

Actions

Bug #39434

closed

Localconf upgrade wizard fails

Added by Stefan Geith over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2012-08-01
Due date:
% Done:

100%

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

Description

Converting localconf.php to LocalConfiguration.php
with the installtool upgrade-wizard fails on my
Debian Squeeze installation.

There is a line in class.tx_coreupdates_localconfiguration.php
eval(implode(LF, $typo3ConfigurationVariables));
This caused some weird (!") errors on my Debian-Squeeze Server.
I changed this to
$tmp = implode(LF, $typo3ConfigurationVariables);
eval($tmp);
and the wizard worked as expected.

Actions #1

Updated by Stefan Geith almost 11 years ago

Same issue still in 6.0.7

Actions #2

Updated by Stefan Geith almost 11 years ago

Same issue still in 6.1

Actions #3

Updated by Stefan Geith almost 11 years ago

  • Target version changed from 6.0.0-pre-beta1 to 6.2.0

Same issue still in 6.2

Actions #4

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22282

Actions #5

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22282

Actions #6

Updated by Wouter Wolters over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review over 10 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22348

Actions #8

Updated by Gerrit Code Review over 10 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22349

Actions #9

Updated by Anja Leichsenring over 10 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF