Topic: Missing variable in installation language file

http://img.photobucket.com/albums/v197/coolhd/punbb/punbb13installbug.jpg

When I use change language in the installation of punbb 1.3, I get some error message.
There must be some language variable missing in "install.php" this language  file.

2

Re: Missing variable in installation language file

Yep, thats true. This appears too in newest final 1.3?

In my language file, this bug is fixed (Finnish language file).

Re: Missing variable in installation language file

Olli wrote:

In my language file, this bug is fixed (Finnish language file).

Tell him how to fix it?

4 (edited by Olli 2008-11-10 14:54)

Re: Missing variable in installation language file

Yep big_smile I am writed texts myself.

1. Open lang/English/
2. Open install.php
3. Find "$lang_install = array(" after it, write:

// Select language (installer)
'Choose language'            =>  'Choose language',
'Installer language'        =>  'Installer language',
'Choose language help'      =>  'You can select a language what you want to use while installation process. Language of the board selected later.',

// Select language (board)
'Default language'            =>  'Default language',
'Default language help'        =>  'Select language, what is displayed for guests. Board displays by this language for users, who are not selected language.',

4. Save
5. Upload
6. Ready

Re: Missing variable in installation language file

coolhd wrote:

When I use change language in the installation of punbb 1.3, I get some error message.
There must be some language variable missing in "install.php" this language  file.

Fixed in http://punbb.informer.com/trac/changeset/891.
Thanks.

Unfortunately, this cannot be fixed with hotfix, so will be included in 1.3.1 only.

Carpe diem

6

Re: Missing variable in installation language file

Anatoly wrote:
coolhd wrote:

When I use change language in the installation of punbb 1.3, I get some error message.
There must be some language variable missing in "install.php" this language  file.

Fixed in http://punbb.informer.com/trac/changeset/891.
Thanks.

Unfortunately, this cannot be fixed with hotfix, so will be included in 1.3.1 only.

interesting, coz i had the same problem on 1.3.2 with language files from 1.3.2. i will do some research on this later

7 (edited by 8k84 2009-02-05 20:51)

Re: Missing variable in installation language file

Yep, this bug made it into 1.3.2 and still present in the distribution I downloaded today from informer.com .

Re: Missing variable in installation language file

Missing keys in lang file were added.