Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FUBAR: move from subdir to domain
*sigh* i was moving my forum in its test diretory doman.com/vforum to its own domain vforum.com. things were screwed from the start, just like a typical noob. some questions
Q) is there a way to use the old database in the new site?
0
This discussion has been closed.
Comments
You'll want to jump into your /conf/ directly and make backups just for reference and pull a copy of the database in case anything does go terribly wrong. You'll want to modify /conf/settings.php to reflect that your Vanilla installation moved to the root directly by knocking out it's old folder name from those settings. If my counting is correct, there's 8 or 9 of these and for
$Configuration['WEB_ROOT'] =
you'll it to look like$Configuration['WEB_ROOT'] = '/';
After all of that, if you have phpMyAdmin or an equivalent mySQL tool, you'll want to modify the LUM_Style table and edit all URL rows to reflect the new relative location for each theme Vanilla recognized in the previous version which are still installed. Providing all goes well with those 2 "minor" edits your forum should be running under the same database again.
Just make sure your /conf/ folder and files within it retain the correct read and write permissions.