Topic: Missing variable in installation language file
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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 bug reports → Missing variable in installation language file
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.
Yep, thats true. This appears too in newest final 1.3?
In my language file, this bug is fixed (Finnish language file).
In my language file, this bug is fixed (Finnish language file).
Tell him how to fix it?
Yep 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
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.
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
Yep, this bug made it into 1.3.2 and still present in the distribution I downloaded today from informer.com .
Missing keys in lang file were added.
PunBB Forums → PunBB 1.3 bug reports → Missing variable in installation language file
Powered by PunBB, supported by Informer Technologies, Inc.