MyBB Community Forums

Full Version: [How To?] transfer files from old domain to new domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ok so my first domain was gptinfo.co.cc but i just got a new domain gptinfo.tk and i thought that by tranferring my files from my old domain onto my new domain i would have things working but that didnt happen instead i got this error message http://prntscr.com/27uiz how can i tranfer my files correctly so my forum would show up in my new domain
check AND correct the paths in ../inc/config.php file
can u repeat that in a simplar way
Are you on the same host? Or a new host?
config.php file is important file thru myBB system connects to related database

$config['database']['type'] = 'mysql';
$config['database']['database'] = 'database name';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'host name';
$config['database']['username'] = 'user name having privileges to database';
$config['database']['password'] = 'password for connecting to database';

if you have moved the database for myBB then above values might change
so ensure that you have correct values in config.php file ...
(2011-07-04, 04:02 PM)Darth Stabro Wrote: [ -> ]Are you on the same host? Or a new host?

same
Which means that databases have not changed?
Then just go to htpp://gptinfo.tk/admin -> your admin directory!

And go to configuration -> settings -> change the forum url ... that's it!


Just wrote from memory, please correct me if I'm wrong!
Looks like you haven't uploaded the files properly. It just says Index/ instead of MyBB's index.
<script type="text/javascript" src="http://adhitzads.com/269885"></script>
^ if you need direct help then request a contributor thru PM and provide required credentials / privileges
Pages: 1 2