Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Moving Installed Forum from http://www.website.com/forums to http://forum.website.com

I have tried to move my installed forum from http://www.website.com/forums to http://forum.website.com with little success. For additional information, I used simple scripts. I believe during my initial installation to abc.com/forums, it created a database for me.

I went into simple scripts's Vanilla Forums Panel
which only gave me 3 options - namely:

  • Update Access Configuration
    If you have recently changed your password, or renamed your hosting account, use this utility.

  • Update Location
    If you manually reconfigured your installation to another domain or folder, use this utility.

  • Update Version
    If you have upgraded or downgraded this installation via any other upgrade method, use this utility.

When I tried to update the new location to install the vanilla forums simplescript installer to forum.website.com it worked for a moment, until I uninstalled the original installation at http://www.website.com/forums.

Now I am getting a error message when I try to access my forum.website.com and website.com/forums is gone as I was uninstalling it to prevent the duplicate after "successful" move.

I'm getting the Bonk error message, does anyone have any experience with moving the forums?

I'm struggling to think if I can include anymore information which might be useful to resolving this. Hope someone can help.

Thanks guys.

Answers

  • UnderDogUnderDog MVP
    edited April 2012

    Let's assume you were using vanilla 2.0.18.1 or higher.

    These are the steps to take (in random order). Down below I'll sum up the steps in logical order, just to make sure you'll solve the problem.

    You need to access the Vanilla/conf folder on your webserver, and

    Put

    $Configuration['Garden']['Debug'] = TRUE; `
    

    in your config.php file.

    Then access your http://forum.website.com/ again and you will see a more detailed error page.

    I will assume your database is gone, because you uninstalled your http://www.website.com/forums

    The easiest thing to do is to restore your database and then access http://forum.website.com/ one more time, to see if all errors are gone.

    Then access Vanilla/cache folder on your webserver and clear that directory, remove all *.ini files from it.

    So once again:

    1) Restore the database

    2) Access vanilla/cache folder on your webserver and remove all .ini files from that directory

    3) Access the Vanilla/conf folder on your webserver, and

    Put

    $Configuration['Garden']['Debug'] = TRUE; `
    

    in your config.php file.

    Hope it helps. If you get to step 3 and get the detailed error page, try to interpret the error. If not, copy / paste the error in this thread.

    There was an error rendering this rich post.

  • aeryaery Gtricks Forum in 2.2 :) ✭✭✭
    edited March 2012

    Same question here. Can anyone post an guide to achieve this. This will be very useful for all.

    There was an error rendering this rich post.

  • 422422 Developer MVP

    There was an error rendering this rich post.

  • 422422 Developer MVP

    Ive never really played with sub domains, but surely no files get moved at all.. just root paths and htaccess needs to be updated.

    I think you just need to set paths differently in conf file. Do a htaccess rewrite and voila should be plain sailing. But I am no expert

    There was an error rendering this rich post.

  • Thank you guys for the feedback!

    I still cannot figure out how to fix this mess. Can anyone point me to a contractor I can get some help with? Pardon my coding idiocy.

Sign In or Register to comment.