Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 10-23-2007, 11:10 PM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default HELP!! Problem transferring PHPbb Forum to Hostgator

I have successfully transferred my website to Hostgator from my current hosting company but am having problems transferring the forum.

I have ensured the config.php file is correct. All other files in the directory are essentially uploaded from my current host. But when I enter the url, I still get the start up forum page from Hostgator.

Am I required to modify any other files for the forum to appear as it does at my current hosting company?

At this point I have not changed the nameservers and am testing the site at hostgator using the site's IP address.
Reply With Quote
  #2  
Old 10-23-2007, 11:49 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,164
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

did you install the forum directly in public_html or in a subfolder? If the forum is using index.php, did you delete index.html or index.htm that might be in there already?
__________________
Follow me on Twitter! http://twitter.com/mrw
Reply With Quote
  #3  
Old 10-24-2007, 06:57 AM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Quote:
Originally Posted by slapshotw View Post
did you install the forum directly in public_html or in a subfolder?
Yes, I did. As I mentioned, I am able to access the url for the forum - it is just that the result is the equivalent of the start up forum page.

Quote:
If the forum is using index.php, did you delete index.html or index.htm that might be in there already?
My current host does use index.php but there is no index.html or index.htm file.
Reply With Quote
  #4  
Old 10-24-2007, 07:34 AM
GvilleRick's Avatar
GvilleRick GvilleRick is offline
Emperor Croc
 
Join Date: Jan 2007
Location: Greenville, SC
Posts: 3,128
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Did you import a backup of the database? If your old host uses cPanel the easiest thing would be to request that support transfer the site over.
Reply With Quote
  #5  
Old 10-24-2007, 07:57 AM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Quote:
Originally Posted by GvilleRick View Post
Did you import a backup of the database? If your old host uses cPanel the easiest thing would be to request that support transfer the site over.
Unfortunately, my previous host does not use cPanel. So I have had to go the route of downloading the forum files into my computer and then uploading them on to hostgator's servers. The only file that I left unchanged after the upload was the config.php file from hostgator.
Reply With Quote
  #6  
Old 10-24-2007, 08:34 AM
joemailey joemailey is offline
Junior Croc
 
Join Date: Jan 2007
Posts: 178
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

whats the link to your forum?
__________________
Reply With Quote
  #7  
Old 10-24-2007, 08:38 AM
regentronique's Avatar
regentronique regentronique is offline
King Croc
 
Join Date: Aug 2007
Location: Quebec,Canada
Posts: 969
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

You will probably need to import your databases manually for your forums. Maybe HostGator "transfer department" staff could help you with this. Just open a ticket for it, it cost nothing to ask...
Reply With Quote
  #8  
Old 10-24-2007, 09:14 AM
codesight codesight is offline
Swamp Croc
 
Join Date: Jan 2007
Location: Fargo, North Dakota
Posts: 320
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Dump the db from your old host (I would guess they have phpMyAdmin if you can't do it command line), import into HGs. Simple.
__________________
http://www.codesight.net
Reply With Quote
  #9  
Old 10-24-2007, 09:35 AM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

I have opened a support ticket for this issue and will see whether they transfer the forum for me.

I was hoping to do the entire transfer myself but after a problem-free transfer of all the website files, the forum proved a stumbling block.

Thanks for the responses - will let you know what transpires.
Reply With Quote
  #10  
Old 10-24-2007, 09:59 AM
joemailey joemailey is offline
Junior Croc
 
Join Date: Jan 2007
Posts: 178
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

It's easy transferring phpbb.

all you do is download all forums files.
Upload them to your new site.
backup your phpbb database from old host.
create new database at HG.
import old Database back up.

Open your config.php
Change your Database settings.
Change the path to you phpbb forum location.
save it.

your done.
__________________
Reply With Quote
  #11  
Old 10-24-2007, 10:34 AM
vtrain's Avatar
vtrain vtrain is offline
Royal Croc
 
Join Date: Jan 2004
Location: Limerick - Ireland
Posts: 699
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

you can get your mysql BD in the admin area of your phpbb forum in:

General Admin --> Backup database

Vtrain
__________________
Vtrain is Linux User #237333 on http://counter.li.org/
"Don't meddle in the affairs of sysadmins,
for they are subtle and quick to anger."
Reply With Quote
  #12  
Old 10-24-2007, 11:57 AM
Goddess Dix's Avatar
Goddess Dix Goddess Dix is offline
King Croc
 
Join Date: Aug 2006
Location: KS, USA
Posts: 1,498
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Quote:
Originally Posted by lifeisbeautiful View Post
Unfortunately, my previous host does not use cPanel. So I have had to go the route of downloading the forum files into my computer and then uploading them on to hostgator's servers. The only file that I left unchanged after the upload was the config.php file from hostgator.
The users and the posts for your forum aren't in the files. They are in the database, which must be transferred. You will also need to adjust your configuration file with the proper connection information for the database after you do the transfer, since your database username and password at HG will most likely be different than the one at your old host.

Search for info on moving a phpbb forum at their website or google, and you'll probalby find some good info and tips if you're wanting to move it yourself. And if not, ask for help from support.
Reply With Quote
  #13  
Old 10-24-2007, 12:26 PM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

While waiting for support to help resolve this, I have taken two steps:

I did a backup of the database using the admin capability of phpbb - so I have this information.

I also did a dump using the phpmyadmin function.

I have sent both these files to support.

I tried to import the dump into HG but it keeps timing out.

Restoring the database through the forum is not proving successful either because my attempts to enter the administration panel by clicking on the appropriate link on the forum at HG strikes out because the url that comes up when I click on that link takes me to the domain name on which the nameserver has not been changed as of yet. Not sure if this is clear.

So my question is whether there is a way around these problems? Is there a way to FTP the db file to HG and then work around it that way?

Last edited by lifeisbeautiful; 10-24-2007 at 12:36 PM.
Reply With Quote
  #14  
Old 10-24-2007, 12:52 PM
Goddess Dix's Avatar
Goddess Dix Goddess Dix is offline
King Croc
 
Join Date: Aug 2006
Location: KS, USA
Posts: 1,498
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Quote:
Originally Posted by lifeisbeautiful View Post
I tried to import the dump into HG but it keeps timing out.

Restoring the database through the forum is not proving successful either because my attempts to enter the administration panel by clicking on the appropriate link on the forum at HG strikes out because the url that comes up when I click on that link takes me to the domain name on which the nameserver has not been changed as of yet. Not sure if this is clear.

So my question is whether there is a way around these problems? Is there a way to FTP the db file to HG and then work around it that way?
If you're talking about importing the sql dump into phpmyadmin from your HG control panel, if it's a large database, timeouts can be a problem. Also, specific settings for the dump can cause issues on occassion, but usually not timeouts. How big is the database you're trying to move?

I'm not specifically familiar with the phpBB import facility, but if the database isn't set up on the HG server to begin with, there is nothing to import your data into. (The dump file creates the database and tables you need, whereas import would, I would expect, import into an existing database. May be wrong with the phpBB specifics, though, as I don't use that.) But if you're confused about which server you are actually on and aren't comfortable manually typing the url instead of relying on the software links anyway, I would suggest you sit tight and let HG get to your ticket.

Last edited by Goddess Dix; 10-24-2007 at 12:54 PM.
Reply With Quote
  #15  
Old 10-24-2007, 01:17 PM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Goddess Dix, the dump file is just over 1MB so not huge within the scheme of things.

A database has been set up already and I have been trying to import into that database.

I wanted to do it myself but frankly, what should be a simple task is proving to be rather cumbersome. I may end up having to leave it to support to come up with a solution.
Reply With Quote
  #16  
Old 10-24-2007, 01:28 PM
codesight codesight is offline
Swamp Croc
 
Join Date: Jan 2007
Location: Fargo, North Dakota
Posts: 320
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

A 1MB sql file is nothing and should import with ease.

Are you importing with phpmyadmin?
__________________
http://www.codesight.net
Reply With Quote
  #17  
Old 10-24-2007, 01:31 PM
Goddess Dix's Avatar
Goddess Dix Goddess Dix is offline
King Croc
 
Join Date: Aug 2006
Location: KS, USA
Posts: 1,498
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Quote:
Originally Posted by lifeisbeautiful View Post
Goddess Dix, the dump file is just over 1MB so not huge within the scheme of things.
Quote:
Originally Posted by lifeisbeautiful View Post

A database has been set up already and I have been trying to import into that database.

I wanted to do it myself but frankly, what should be a simple task is proving to be rather cumbersome. I may end up having to leave it to support to come up with a solution.
Ok, that's a tiny database, so the size is not why it's timing out. If you opt to work with support on it, after they have you going, ask them about what the problem was, so next time, you'll have that info. It's an ongoing, learning process. And database work can be tricky at times, to say the least.

Also, in the event that you dont' already know, don't reply to your ticket asking for a status update, as that pops you back down to the bottom of the list as a "new" support request.
Reply With Quote
  #18  
Old 10-24-2007, 06:12 PM
lifeisbeautiful lifeisbeautiful is offline
Hatchling Croc
 
Join Date: Oct 2007
Posts: 16
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

Thanks to all who responded.

Support installed the database after several back and forth communications. I still don't know why I was not able to use phpmyadmin to import the data base and support could not offer any explanation either. It certainly was not for want of trying.
Reply With Quote
  #19  
Old 10-24-2007, 06:21 PM
regentronique's Avatar
regentronique regentronique is offline
King Croc
 
Join Date: Aug 2007
Location: Quebec,Canada
Posts: 969
Default Re: HELP!! Problem transferring PHPbb Forum to Hostgator

When you make a database dump there is some parameters that are important to set for the dump so it can be reimported properly with phpmyadmin...

This was one of the WHMAP backups bug i have troubleshooted...
Reply With Quote
  #20  
Old 03-01-2011, 08:13 AM
OPPOKISOLMENO OPPOKISOLMENO is offline
Hatchling Croc
 
Join Date: Mar 2011
Posts: 1
Default порно аниме м&

Quote:
impampilk:
Я предпочитаю аладдин порномульт скачать
Где взять?
Бери здесь... " порно флеш мульты и игры " ->> http://www.google.com/url?sa=t&sourc...AOMgBFereWrefe
К стате вы зашли с IP адреса http://2ip.ru/bar/ip14.gif
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -6. The time now is 12:16 PM.