MyBB Community Forums

Full Version: Mybb no settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello !
I have just installed mybb and I have a problem.. there is no settings in ACP.
Screen: http://store.picbg.net/pubpic/8E/44/4724...918e44.JPG
Then when I press add settings I get this error:
Warning [2] Invalid argument supplied for foreach() - Line: 413 - File: admin/inc/class_form.php PHP 5.4.17 (Linux)

File
Line
Function/admin/inc/class_form.php
413
errorHandler->error
/admin/modules/config/settings.php
408
DefaultForm->generate_select_box
/admin/index.php
766
require



Please help me..
have you used automatic installation from web host panel ? it is not recommended
see MyBB installation guidance => http://docs.mybb.com/1.8/install/
No I have installed it from the install folder.
Can you check your database to see whether tables settinggroups and settings exist and are filled with data?
There is nothing in these tables..
^ if it is a fresh forum then its better to reinstall forum by using a fresh download of MyBB files pack
Already reinstalled it.. same..
(2015-08-06, 10:21 AM)gikonomov2 Wrote: [ -> ]Already reinstalled it.. same..

Then somewhere you do not follow the installation instructions correctly.

Download the complete contens of the upload folder to your host. Whether you make a special directory (e.g. Forum) to contain all files is your choice.
  • Change the name of file inc/config.default.php to inc/config.php
  • Change the followingfile permissions:
chmod 666 inc/config.php inc/settings.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/

  • Start the installation process by running yourforum_url/install or when you have stored it in a special directory (e.g. Forum): yourforum_url/Forum/install.
  • Follow the instructions, enter your database data and your admin user data. The data filled in for cookie data are generally correct.
I just yesterday installed a new fresh install of 1.8.5 without any problems.
The data filled in for cookie data are generally correct.
(2015-08-06, 10:34 AM)Ad Bakker Wrote: [ -> ]
(2015-08-06, 10:21 AM)gikonomov2 Wrote: [ -> ]Already reinstalled it.. same..

Then somewhere you do not follow the installation instructions correctly.

Download the complete contens of the upload folder to your host. Whether you make a special directory (e.g. Forum) to contain all files is your choice.
  • Change the name of file inc/config.default.php to inc/config.php
  • Change the followingfile permissions:
chmod 666 inc/config.php inc/settings.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/

  • Start the installation process by running yourforum_url/install or when you have stored it in a special directory (e.g. Forum): yourforum_url/Forum/install.
  • Follow the instructions, enter your database data and your admin user data. The data filled in for cookie data are generally correct.
I just yesterday installed a new fresh install of 1.8.5 without any problems.
The data filled in for cookie data are generally correct.

Done it.. same again no settings.. Is there SQL file which I can use to insert them into my DB?
(2015-08-06, 10:53 AM)gikonomov2 Wrote: [ -> ]Done it.. same again no settings.. Is there SQL file which I can use to insert them into my DB?


First have a look at other tables which should contain data.

-users (1 row for the admin that was defined during installation);
-usergroups (5 rows with the 5 predifined usergroups);
-templatesets (1 row for default templates);
-templates (867 rows for all basic templates)
-themes (2 rows, 1 for MyBB Master Style and 1 for default)
-themestylesheets (17 rows)

Check them, then we have an idea what is there and what not.
Pages: 1 2