Moving site to my web hosting service.

Permalink
Hello lovely people of the C5 Community!

I have a question here. So...I've designed my site, though I've been doing it on a localhost - there is currently NO web hosting attached to it. I am looking to "connect the plumbing" and move the site over to Hostgator, where a domain name is already waiting for it.

So my question is, do I move this by importing a database file, or FTP, or what? I guess basically what's the best way to move this over?

Any and all advice is welcomed, though the simpler the answer the better, as I am still a Young Grasshopper with this stuff admittedly.

Thanks muches! :-)

Tags:

View Replies:
LucasAnderson replied on at Permalink Reply
LucasAnderson
Welcome. I would check the How-To's section under documentation as there have been many step by step tutorials written on this, starting with this one:

http://www.concrete5.org/documentation/installation/moving_a_site...
lisaedelman1980 replied on at Permalink Reply
Hi Lucas,

Many thanks for your response. I looked at that article, and honestly, I've only been working with C5/CMS for 3 weeks - so even that how-to was pretty Egyptian to me, unfortunately.

I guess I pretty much need the "For Dummies" version...
MichaelG replied on at Permalink Reply
MichaelG
It's really simple.

1. Export your database. Use phpMyAdmin - and export the whole database.
2. Zip up your concrete5 site.
3. Create a database on hostgator, use phpMyAdmin, and import your sql file.
4. Upload and decompress that zip file.
5. Go to /config/site.php - and modify the database information to point to your database on hostgator.
6. Voila.
LilaLola replied on at Permalink Reply
LilaLola
Michael:
Does this work for Bluehost as well or is this Hostgator specific, because I have the exact same issue as Lisa?
I tried your steps but it doesn't recognize it, all I get is a blank page.
LL
Zodiac replied on at Permalink Reply
Michael:
i did the exact same steps as above, but when i try to access the website, i get a message:
-------------
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'database_name.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home1/username/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home1/username/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'username...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home1/username/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select cfValue ...') #2 /home1/username/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1610): ADOConnection->Execute('select cfValue ...', Array) #3 /home1/username/public_html/concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 /home1/username/public_html/concrete/models/config.php(68): Database->__call(Array, Array) #5 /home1/ituxsolu/public_html/concrete/ in /home1/username/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78