Project

General

Profile

Actions

Bug #47807

closed

Install Tool not following required calls.

Added by Andreas Becker (Andi) almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2013-05-02
Due date:
% Done:

100%

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

Description

If you have placed required calls in your older TYPO3 websites i.e. because of security reasons to place your password and db credentials outside of the web-accessible root or if you were working with system files which contain settings valid for all servers on your machine than the install tool won't read this data at all.

  1. copy an existing localConfiguration.php file which is working to your 4.7 typo3 folder
  2. change the Database credentials in this file to the one you want to convert
  3. change the typo3_conf symlink from 4.7 to 6.1
  4. change the password of the install tool
  5. login again and you will get a Fatal Error!

This process has simply deleted all Installtool and DB credentials you had already entered into localConfiguration.php file which makes your site inaccessible incl. frontend!

Reason:
In the former localconf.php were required calls to outsourced credential and settings files i.e. the ones of image magic

All those files don't get read and processed to be converted properly to the new localConfiguration Format

Solution:
Place a Message WARNING in the Installtool About Page which warns people about this problem.
or
Make the Install Tool following properly the required calls.

Actions #1

Updated by Georg Ringer almost 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

You can use a file called

typo3conf/AdditionalConfiguration.php
and set additional settings there.

Actions #2

Updated by Chris topher almost 11 years ago

  • Target version deleted (6.1.1)
Actions

Also available in: Atom PDF