Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-7431 now.

Converting error: "Undefined variable: language" (fix completed in vcs)

Hi,

I tried to convert my phpBB-2 board to Olympus and got this error message right after entering DB name, DB user, DB password and so on and clicking on "Start converting". With this error message, the converting stopped.

[phpBB Debug] PHP Notice: in file /install/install_convert.php on line 860: Undefined variable: language
[phpBB Debug] PHP Notice: in file /install/index.php on line 437: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /install/index.php on line 438: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /install/index.php on line 439: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /install/index.php on line 440: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)


Further information: I had entered the wrong values for DB name, user and password before because I looked into the wrong config.php.
And I deleted the english language from the test board (standard language is German).

If this issue has already been reported, please accept my apologies. I hope you fix it soon.

Have a nice weekend
Wolfgang

Comments / History

Posted by IPB_Refugee on Jun 7th 2008, 07:42

Today I clicked on "continue converting" (Konvertierung fortsetzen) und got the same error. Then I changed

Code: Select all
@define('DEBUG', true);


to

Code: Select all
//@define('DEBUG', true);


in config.php and now it works. Hope this helps you to find the bug.

Regards
Wolfgang

Linked ticket with changeset: r8615

Action performed by Anonymous (I am too lazy to register) on Jun 7th 2008, 13:50

Linked ticket with changeset: r8616

Action performed by Anonymous (I am too lazy to register) on Jun 7th 2008, 13:51

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Acyd Burn (Server Manager) on Jun 7th 2008, 13:52

Ticket details

Related SVN changesets