You are not logged in.
- Topics: Active | Unanswered
#1 2008-06-25 14:15:27
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
I changed my domain name, how can i change my base url
I just changed my domain name, how can i change my base url.
from http://www.sportstv.co.cc to http://www.sports2all.com
if it is from phpmyadmin then no problem.
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
#2 2008-06-25 14:31:21
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: I changed my domain name, how can i change my base url
Change o_base_url in the config table in phpmyadmin, then delete the cache files.
Offline
#3 2008-06-25 14:47:07
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
Re: I changed my domain name, how can i change my base url
thats the problem . i cant find it any where, i go to browse the config table but cant find that
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
#4 2008-06-25 14:50:02
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: I changed my domain name, how can i change my base url
Are you sure you're using 1.2?
Offline
#5 2008-06-25 14:56:12
- Kristoffer
- Former Developer
- Registered: 2008-04-29
- Posts: 92
Re: I changed my domain name, how can i change my base url
Then run:
UPDATE <tableprefix>config SET conf_value = '<new base url>' WHERE conf_name = 'o_base_url'
Offline
#6 2008-06-25 15:10:42
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
Re: I changed my domain name, how can i change my base url
Then run:
UPDATE <tableprefix>config SET conf_value = '<new base url>' WHERE conf_name = 'o_base_url'
i get this when i run that
Error
SQL query:
UPDATE < pbb_ > config SET conf_value = '<http://www.sports2all.com>' WHERE conf_name = 'o_base_url'
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<pbb_>config SET conf_value = '<http://www.sports2all.com>' WHER
note: i changed the prefix and the new url
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
#7 2008-06-25 15:12:39
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: I changed my domain name, how can i change my base url
You're not meant to add in the <> around tableprefix...
Edit: Or around the new url.
Last edited by Reines (2008-06-25 15:13:55)
Offline
#8 2008-06-25 15:16:52
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
Re: I changed my domain name, how can i change my base url
You're not meant to add in the <> around tableprefix...
Edit: Or around the new url.
what do u mean, do i need to run that query without changes done to it. Thanks
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
#9 2008-06-25 15:22:06
- Reines
- Lead developer

- From: Scotland
- Registered: 2008-05-11
- Posts: 3,140
- Website
Re: I changed my domain name, how can i change my base url
Run:
UPDATE pbb_config SET conf_value = 'http://www.sports2all.com' WHERE conf_name = 'o_base_url';Offline
#10 2008-06-25 15:30:50
- SuperMAG
- Member
- Registered: 2008-05-10
- Posts: 700
Re: I changed my domain name, how can i change my base url
done and worked THANKSSSSSSSSSSSSS ALOT Reines
Sports2All: Watch Online all the Sports (Wrestling, Football, Cricket & All other Sports)
Offline
