MyBB Community Forums

Full Version: Updating Problem ._.;
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok~ just uploaded all the new 1.01 stuff to update my RC4 forum~ and now I'm getting the following PHP error on the /upgrade.php:

Quote:Warning: main(../inc/db_.php): failed to open stream: No such file or directory in /home/pokejung/public_html/upload/install/upgrade.php on line 24

Fatal error: main(): Failed opening required '../inc/db_.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pokejung/public_html/upload/install/upgrade.php on line 24

URL: http://www.pokejunglenetwork.com/upload/...pgrade.php

Thanks!
I'm pretty sure you have to upgrade to 1.01 from 1.00
*sigh*

I just downloaded the latest release from the front page~ so I think it should be fine o_o; I know the bug fix can only be used on 1.0
I think you overwrote your old inc/config.php, so here it is:

<?php
/* Database Configuration */
$config['dbtype'] = "mysql";
$config['hostname'] = "localhost";
$config['username'] = "";
$config['password'] = "";
$config['database'] = "";
$config['table_prefix'] = "mybb_";

/* 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";
?>


If you're upgrading from RC4, you will probably need this version of db_mysql.php as well... (just replace your existing db_mysql.php with this one).
...yeah, I accidently replaced the config file I guess ._.;

But what sucks is that my CPanel thing is down ATM so I can't access my db info~ grr....

So now my board's down and I don't know when it'll be up 8D