Jump to content

Recommended Posts

Posted

We had discussed this the other day. I restored the message board directories and then I restored the database but they don't see each other. When I try to load the board it can't connect to the database. What am I doing wrong? Nicholas said he couldn't help me install scripts when I opened a help desk ticket. :D

Posted

For future reference for transferring phpBB from a restored backup (on another host):

 

Problem #1: While the database restore just beautifully, the db user was not defined.

Steps:

1) Go to cpanel, Manage MySQL, Add user named xmb# where # is the number that matches the xmb database. Example, if I restore lstover_xmb1, then I must create a user called: xmb1 with a password. The user xmb1 name will automatically be modified to username_xmb1 (such that the result in the example would be a user named: lstover_xmb1).

2) Assign that user to the database.

 

Problem #2: Because the chances are your hosting account username on old host was different (and password) than on TCH, you must alter the phpbb config file with the new db name, username and pass.

Steps:

1) Open File Manager and navigate to the forum directory

2) Single click on the file called config.php and click Edit on the right

3) Change the following in red:

 

$dbname = 'newusername_xmb#';

$dbuser = 'newusername_xmb#';

$dbpasswd = 'newpassword';

 

 

:D

Lianna

Posted

Thanks so much, you are a savior. :D I'll save your info for future reference but I hope I won't be leaving TCH anytime soon. In fact I was thinking about becoming a reseller. I have a lot of contact with people who ened sites and it would be pretty great for me to just go ahead and do it for them. ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...