Advertisement:
2by2host

Author Topic: Transfer To New Domain  (Read 1371 times)

Offline designer2012

  • Semi-Newbie
  • *
  • Posts: 91
Transfer To New Domain
« on: August 03, 2012, 01:13:10 PM »
Hi

I am trying to transfer my forum to a new domain (same host), this is what I have done so far:

Set up and installed SMF on new domain, transferred the Themes and Sources folder from the current domain (these folders are the only ones that contain files I have modified).

Now whilte the forum is showing, non of the admin settings and posts/topics have transferred.

Did I miss something?

Thanks


Online Orangine

  • Full Member
  • ***
  • Posts: 660
  • Gender: Female
Re: Transfer To New Domain
« Reply #1 on: August 03, 2012, 01:30:31 PM »
did you transfer the database?

Offline mrintech

  • Full Member
  • ***
  • Posts: 415
  • Gender: Male
    • mrinmay.bhattacharjee on Facebook
    • @mrintech on Twitter
Re: Transfer To New Domain
« Reply #2 on: August 03, 2012, 02:15:45 PM »
You need to transfer the database :)

Online Orangine

  • Full Member
  • ***
  • Posts: 660
  • Gender: Female
Re: Transfer To New Domain
« Reply #3 on: August 03, 2012, 02:55:54 PM »
Yes, the forum consists of files and the database.  You need to transfer both for it to work.

Offline (F.L.A.M.E.R)

  • Marketing
  • SMF Super Hero
  • *
  • Posts: 10,487
  • Gender: Male
  • I am a ninja!
    • adishpatel on Facebook
Re: Transfer To New Domain
« Reply #4 on: August 03, 2012, 07:34:17 PM »
There is an easier way to get this done if you haven't created two hosting accounts and are trying to accommodate it under one.
- Ask your hosting company to change your domain name on the account to the newer one.
- After the change, upload the repair_settings.php under your forum.
- Go to yournewdomain.com/repair_settings.php
- Update the settings as suggested.
- Voila! You are done.

If you want to keep the old domain to get redirected to the new one, simply add it as an addon and create a 301 redirection from .htaccess or you can even do a redirection setup from your domain registrar.
Need paid assistance for your forum? CLICK ME!
Email: flamer@simplemachines.org (Stop sending me love proposals! I don't do Internet dating :P)

Offline designer2012

  • Semi-Newbie
  • *
  • Posts: 91
Re: Transfer To New Domain
« Reply #5 on: August 03, 2012, 08:22:51 PM »
Hi :)

Well I transferred all the files and the database, but somewhere along the transfer it got completely messed up (looks wise), this is the site as it should be
http://tinyurl.com/d8kxpb4

And even though I transferred the whole Epic theme folder over as, on the new domain it looks completely different and really messy, not just the homepage but acoss all the pages. As can be seen here http://tinyurl.com/d7a89yy

Anyone any idea what went wrong?


Offline (F.L.A.M.E.R)

  • Marketing
  • SMF Super Hero
  • *
  • Posts: 10,487
  • Gender: Male
  • I am a ninja!
    • adishpatel on Facebook
Re: Transfer To New Domain
« Reply #6 on: August 03, 2012, 08:28:55 PM »
Original forum link: http://www.flamingolandrentals-forum.co.uk/
Moved to: http://www.forum.flamingolandrentals.co.uk/

Would that be correct?

I can't even view the website currently at http://www.forum.flamingolandrentals.co.uk/

Try using the repair_settings.php located here: What is repair_settings.php?


See if it resolves the layout issue first?
Need paid assistance for your forum? CLICK ME!
Email: flamer@simplemachines.org (Stop sending me love proposals! I don't do Internet dating :P)

Offline designer2012

  • Semi-Newbie
  • *
  • Posts: 91
Re: Transfer To New Domain
« Reply #7 on: August 03, 2012, 11:35:28 PM »
Hi

Thanks for all your advise, I reset all the themes and that fixed the problem, so it's all ready to go, I do have one more small thing, I can open a new thread if that's better.

The popup window you get when you click on ? throughout admin I can't see the text because it's the same colour as the background, I found a link to a mod designed to remove the backgrounds from popup windows but it says it's not compatible with 2.02, so does anyone know of any other mod or another way of doing it?

Online Orangine

  • Full Member
  • ***
  • Posts: 660
  • Gender: Female
Re: Transfer To New Domain
« Reply #8 on: August 04, 2012, 12:13:56 PM »
you can always emulate lower version to get the mod to work

Offline designer2012

  • Semi-Newbie
  • *
  • Posts: 91
Re: Transfer To New Domain
« Reply #9 on: August 08, 2012, 04:10:08 AM »
I actually tried that, the mod is this one http://custom.simplemachines.org/mods/index.php?mod=1169 but when I try to emulate version 1.1 it says that parts of it are corrupt and it is recommended not to continue with the installation.

Are there any other mods that do with? or a manual way to remove the backgrounds from the help topic popup windows?

Online Orangine

  • Full Member
  • ***
  • Posts: 660
  • Gender: Female
Re: Transfer To New Domain
« Reply #10 on: August 08, 2012, 04:39:08 AM »
1.1? I don't think the 1.x and 2.x branches are that compatible

are you on Firefox/Chrome maybe? if on Chrome, right click on the popup and select "Inspect Element", then you can see what part of css is responsible for the background
if you're using firefox, get Firebug and do the same

Offline ziycon

  • Support Specialist
  • SMF Hero
  • *
  • Posts: 1,758
  • Gender: Male
Re: Transfer To New Domain
« Reply #11 on: August 08, 2012, 09:36:56 AM »
Try modifying the index.css file for that theme(Themes/{theme name}/css/index.css), look for the class called 'body#help_popup' and add in the below line.

Code: [Select]
background-image: none;
Please don't PM me for support unless asked as they'll be ignored.
If you've removed the SMF copyright you won't get support.

ign.ie | SQLFace | APRAI | war.ie

Offline designer2012

  • Semi-Newbie
  • *
  • Posts: 91
Re: Transfer To New Domain
« Reply #12 on: August 09, 2012, 05:56:10 AM »
Thank you, that sorted it :)