Project

General

Profile

Actions

Bug #56799

closed

Install tool doesn't work on PHP 5.5.9 and MySQL 5.5.x

Added by Gonzalo Gorosito Malcolm about 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2014-03-12
Due date:
% Done:

0%

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

Description

It can be reproduced by using dummy package or introduction package for typo3 6.1.7 version.

After creating a clean database and starting the install tool process, on step 1 it fails to connect to the database, showing the following message (notice the missing db username and other empty variables):

There is no connection to the database!
(Username: , Host: , Using Password: YES)
Go to Step 1 and enter a valid username and password!


Files

dev3.png (56.4 KB) dev3.png Gonzalo Gorosito Malcolm, 2014-03-12 04:38
phpinfo.txt (30.9 KB) phpinfo.txt Gonzalo Gorosito Malcolm, 2014-03-12 15:17

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55252: PHP 5.5 and require LocalConfigurationClosedAlexander Opitz2014-01-22

Actions
Actions #1

Updated by Alexander Opitz about 10 years ago

  • Status changed from New to Needs Feedback
  • Priority changed from -- undefined -- to Could have

Does the installer work, if you disable the OPcache in your PHP configuration (and restart Apache/IIS)

Actions #2

Updated by Markus Klein about 10 years ago

I can confirm 6.1.7 installer working on my PHP 5.5 (with disabled OPcache)

Actions #3

Updated by Gonzalo Gorosito Malcolm about 10 years ago

I have opcode disabled as well.

Here's the details of my setup:
Debian jessy with PHP 5.5.9 installed, mysql version 5.5.35 and apache 2.4.7.

phpinfo details attached.

Markus, were you able to complete the wizard and all the data were imported? Because on another machine, the same installer fails with PHP 5.3.3, right after the importing tables process, it accuses that there's no tables in the database.

Actions #4

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to New
Actions #5

Updated by Michael Schams about 10 years ago

I can confirm, that a fresh installation of TYPO3 CMS 6.1.7 does not work on Debian jessie/sid.
I experience the same issue as the reporter of this ticket and it is reproducible.

Clean, minimal Debian system.

  • Debian jessie/sid
  • apache2 2.4.7-1
  • mysql-server 5.5.35+dfsg-2
  • php5 5.5.9+dfsg-1

No "php5-apc" nor "php5-apcu" installed (dpkg -l | grep apc).

However, checking typo3conf/LocalConfiguration.php after encountering the error message, the DB connection details are stored:

return array(
...
        'DB' => array(
                'extTablesDefinitionScript' => 'extTables.php',
                'host' => 'localhost',
                'password' => '...',
                'username' => 'typo3',
        ),
...
Actions #6

Updated by Christian Kuhn over 9 years ago

  • Status changed from New to Closed

Hey, just stumbled upon this one. Sorry for the delay ... core version 6.1 reached end-of-life and 6.2 comes with a rewritten install tool, the bug is solved there. There is nothing more we can do here than closing this issue with 'won't fix'.

Actions

Also available in: Atom PDF