PDA

View Full Version : Database Domain (please help)


tspree15
08-26-2008, 12:24 AM
I have two domain names associated with my account.

I want to change the domain of a table that my site constantly accesses. The pages are currently being read from "myaccount.ulmb.com" but I want them to access "mydomain.com".

How can I accomplish this?

Thanks

Tyler
08-26-2008, 12:41 AM
The databases are not associated with a single domain name. You can access your database from mydomain.com
If you want to setup a domain name as mydomain.com you would need to add the domain name then upload your files to it.

tspree15
08-26-2008, 12:56 AM
For some reason that doesn't seem to be working. The pages I'm trying to access are here:

http://tspree15.ulmb.com/themagazine/viewissue.php?age=1&issue=8&page=1

I would like to be able to access them here:

http://themagazinefb.com/themagazine/viewissue.php?age=1&issue=8&page=1

Thanks

UnlimitedMB
08-26-2008, 02:45 AM
It is your script that is the problem not the database.

Notice: Undefined index: facebook_config in /hosted/domains/t/h/themagazinefb.com/public_html/client/facebookapi_php5_restlib.php on line 54

tspree15
08-26-2008, 03:45 AM
Oh ok, thanks