Announcement
Collapse
No announcement yet.
Can't login into admincp after URL change
Collapse
X
-
Originally posted by Wayne Luke View PostRun these queries:
Code:update %%prefix%%setting set value = '%%your.url%%' where varname='frontendurl'; update %%prefix%%setting set value = '%%your.url%%' where varname='frontend_login'; update %%prefix%%setting set value = '%%your.url%%/core' where varname='bburl'; delete from datastore where title in ('options', 'publicoptions', 'miscoptions');
%%prefix%% should match the table prefix value in your /core/includes/config.php
%%your.url%% should be the URL that you want to access the site from.
Do not do anything in the information_schema database. That isn't used directly by vBulletin and making changes here can make MySQL inoperable.
Leave a comment:
-
Originally posted by Wayne Luke View PostRun these queries:
Code:update %%prefix%%setting set value = '%%your.url%%' where varname='frontendurl'; update %%prefix%%setting set value = '%%your.url%%' where varname='frontend_login'; update %%prefix%%setting set value = '%%your.url%%/core' where varname='bburl'; delete from datastore where title in ('options', 'publicoptions', 'miscoptions');
%%prefix%% should match the table prefix value in your /core/includes/config.php
%%your.url%% should be the URL that you want to access the site from.
Do not do anything in the information_schema database. That isn't used directly by vBulletin and making changes here can make MySQL inoperable.
Code:update %%prefix%%setting set value = '%%your.url%%' where varname='frontend[COLOR=#FF0000]url[/COLOR]_login';
Leave a comment:
-
Run these queries:
Code:update %%prefix%%setting set value = '%%your.url%%' where varname='frontendurl'; update %%prefix%%setting set value = '%%your.url%%' where varname='frontend_login'; update %%prefix%%setting set value = '%%your.url%%/core' where varname='bburl'; delete from datastore where title in ('options', 'publicoptions', 'miscoptions');
%%prefix%% should match the table prefix value in your /core/includes/config.php
%%your.url%% should be the URL that you want to access the site from.
Do not do anything in the information_schema database. That isn't used directly by vBulletin and making changes here can make MySQL inoperable.
Leave a comment:
-
Originally posted by Duke49th View Post@Glenn: How can one break a broken forum? :P
Leave a comment:
-
If someone still cant fix it that way - look at table "information_schema" (search the same vars) - I needed to fix that one too to get the forum back running normal.
@Glenn: How can one break a broken forum? :P
Leave a comment:
-
Look for the frontendurl, frontendurl_login and bburl varnames in the setting table. After you updated the table, you need to go back to the same settings in AdminCP where the URLs are and save it.
Warning: Do this at your own risk. Updating database manually is not recommended. You might break the site when you do this. It is recommended to back up the database first.
Leave a comment:
-
Can't login into admincp after URL change
I closed and moved our forum (vb5) to a subdirectory but I forgot to make the change in the admincp first. I can't move the forum back to the original URL because we reverted back to vb4 (an old backup) and that one is now live.
I saw a reference in the manual that it is possible to edit the URL in the database but there were no instructions. Could you tell me what table(s) would contain the URL so I can edit in the subdirectory, and therefore gain back access to the admincp for the closed forum, please?
Tags: None
Related Topics
Collapse
-
by joshmdHey, I've just transferred over my database from my old forum and now when I go to access my admincp, I see this: http://i.imgur.com/kFpf6.png
Can anyone tell me what's up?
Also,...-
Channel: Support Issues & Questions
Tue 8 Jan '13, 4:59am -
-
by roosevI have a serious problem I can not access my forum administration
http://i.imgur.com/xPLXL7t.png
Does it say that the URL is invalid to do?
try changing the url...-
Channel: Support Issues & Questions
Sat 21 Dec '13, 1:54pm -
-
by basslionOk so we installed a SSL certificate on our server and decided to go into Admincp in the back end of vbulletin in the Site Name / URL / Contact Details section and changed both instances of http to https....
-
Channel: Support Issues & Questions
Wed 18 May '16, 2:18pm -
-
by mrscotWhen I try to login it opens a mini-window of my forums. Why does it do this and how can I log in? (See attached screen shot)1 Photo
-
Channel: Support Issues & Questions
Wed 17 Jan '18, 1:57pm -
-
by NumNumIs there a method of procedure for setting a site up to SSL available?...
-
Channel: Support Issues & Questions
Sun 11 Sep '16, 4:18pm -
Leave a comment: