(2009-04-19, 12:16 PM)spinning Wrote: [ -> ]@ MYBB TEAM
You forgot to update the language packs page.
You get this message there.
At the moment there aren't any translations compatible with the latest release of MyBB.
There were language string changes in this release, so none of the translations are compatible with the latest release of MyBB. They must be updated for 1.4.5.
(2009-04-19, 12:33 PM)Kioshi Wrote: [ -> ]Dear MyBB Team,
You forgot to remove your intern ./inc/settings.php from the package. Please do so 
But thanks for that huge upgrade.
It's not in the changed files package. It has to be in the full release package for new installations. For upgrading from 1.4.4 to 1.4.5, you only need to use the changed files package; it's not necessary to use the full release package.
Thanks for the update mybb Team

Congrats on the new release
BTW a question, in the new index.php file I couldn't find this portion
// If we can see invisible users add them to the count
if($mybb->usergroup['canviewwolinvis'] == 1)
{
$onlinecount += $anoncount;
}
// If we can't see invisible users but the user is an invisible user incriment the count by one
if($mybb->usergroup['canviewwolinvis'] != 1 && $mybb->user['invisible'] == 1)
{
++$onlinecount;
}
I love that MyBB updates there software way more then any other company. Thanks for the nice updates and best of luck with future updates.
Thanks for the free software

Wooooooooooooooooooooooooooooooooooot!
So many bug fixes..

Thanks guys.
hello i need some help I have 2 MyBB forums running on the same server on updated fine but now the second one it says
Quote:Please LoginPlease enter your username and password to begin the upgrade process. You must be a valid forum administrator to perform the upgrade.
I use the admin username and password and yet it just refresh and still says the same message i quoted again. Please help
EDIT: Sorry guess i could have read the first post sorry
(2009-04-19, 12:33 PM)Kioshi Wrote: [ -> ]Dear MyBB Team,
You forgot to remove your intern ./inc/settings.php from the package. Please do so 
But thanks for that huge upgrade.
Thanks fixed. It's harmless though.
I get "Fatal error: Call to undefined method DB_MySQLi::index_exists() in /home/a4161465/public_html/forum/install/resources/upgrade15.php on line 49"
And all the files are installed correctly I believe.