Rank: Member
Joined: 5/22/2016(UTC) Posts: 1
|
For some reason, after doing a fresh install for BVcommerce, I will get to the page that says "database for your site needs to be installed or updated, this process may take several minutes" but after I click start, it installs the database but after completion, I am taken to http://localhost:50424/ instead of the actual site. I checked the database and it appears to have all of the necessary tables so I am not sure what's causing the issue.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: Support ...after I click start, it installs the database but after completion, I am taken to http://localhost:50424/ instead of the actual site. At the time of install the site URL is not set so it's using the default (the localhost URL). The redirector is also enabled by default which redirects any requests that don't match the site URL to the site URL. All you need to do is directly log into the admin (/BVAdmin) and change the site URLs (Settings >> Site Settings >> Security). |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Aaron, This topic is directly related to this one: https://www.bvcommerce.c...-redirect.aspx#post30230We've moved on to a clean install and have tried to get past the localhost redirect. We are using a temporary web URL while we build the "improved site": http://cleatuscupsnew.com.mytempweb.comI've tried accessing the /bvadmin as suggested, but still am getting the localhost redirect. Any suggestions?
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
To disable the redirect run this SQL query against the site database and then restart the application (so it picks up the setting): Code:
UPDATE bvc_WebAppSetting
SET SettingValue = '0'
WHERE SettingName = 'RedirectToPrimaryDomain'
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Thank you. I'll forward to Appliedi.net and see if they can resolve it.
Stay tuned...
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.