MyBB Community Forums

Full Version: Installation Problem 1.2.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to install MyBB, I get the error messages below:

Warning: load(resources///language.lang.php): failed to open stream: No such file or directory in /var/www/html/antonius/forum/inc/class_language.php on line 136

Fatal error: load(): Failed opening required 'resources///language.lang.php' (include_path='/usr/local/lib/php') in /var/www/html/antonius/forum/inc/class_language.php on line 136

The URL i use is:
http://192.168.2.15/antonius/forum/install/

The file:
/var/www/html/antonius/forum/install/resources/language.lang.php
does exist.

Other info from the install/index.php:
MYBB_ROOT = /var/www/html/antonius/forum
INSTALL_ROOT = /var/www/html/antonius/forum/install

I checked permissions and ownership.

Is there anyone who can help?

TIA
Inside install/index.php
Change:
$lang->set_path('resources/');
to:
$lang->set_path(MYBB_ROOT."install/resources");
Hi CraKteR,

This helped.

Thanks a lot for the quick response.
Great!!
Will continue later.

Ton



CraKteR Wrote:Inside install/index.php
Change:
$lang->set_path('resources/');
to:
$lang->set_path(MYBB_ROOT."install/resources");
This should be fixed in the 1.2.2 branch imho.