MyBB Community Forums

Full Version: Discuss: MyBB 1.1 Released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
I just updated (replaced all files). I also replaced inc/config.php and inc/settings.php . I recovered the config.php the way Chris provides:
<?php
/* Database Configuration */
$config['dbtype'] = "mysql";
$config['hostname'] = "localhost"; // Change to your MySQL server name
$config['username'] = "username"; // Change to your MySQL username
$config['password'] = "password"; // Change to your MySQL password
$config['database'] = "database"; // Change to your MySQL database name
$config['table_prefix'] = "mybb_"; // Change to your table prefix, if not using the default

/* Admin CP URL */
$config['admindir'] = "admin";

/* Datacache Configuration */
/* files = Stores datacache in files inside /inc/cache/ (Must be writable)*/
/* db = Stores datacache in the database*/
$config['cachestore'] = "db";
?>

But if I now want to log into ACP the following error occurs:
Quote:Language (./inc/languages/) is not installed
Has anybody an idea?
Did you upload your inc/languages folder?
DennisTT Wrote:Did you upload your inc/languages folder?
No, I replaced all files (habit from IPB; just uploaded the whole folder "Upload").
Please upload the attached settings.php into the folder inc. See if that fixes your problem.
You have to correct your board settings after.
The refferer thing will be fixed in MyBB 1.2. The issue with the caching of the pages is something I cannot confirm. Which browser do you use?
I already thougt that you're using Opera as the problem does not appear on IE or Firefox.

Please open Opera and go to Tools -> Preferences -> Advanced -> History -> Check Documents? -> "Always" and save the settings.

BTW MyBB uses sessions. It's just a caching problem.
i also find that annoying. but you get used to it
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14