Help

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
masakis88
New to forums
New to forums
Posts: 11
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon May 31, 2010 9:58 am

Help

Post by masakis88 »

User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Help

Post by Edge100x »

I receive a 404 Not Found when I visit that URL right now, which indicates that the subdomain is not pointing to a directory containing any files.

To adjust this, visit the Domains page in your control panel and set the type to "Folder" for the "@" subdomain of your provided subdomain, then enter the folder containing your files (such as "public") into the the "Where it points" box. After you submit, wait a few minutes, and you should see a change.
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Help

Post by Edge100x »

I'm now seeing these errors at that URL:
Warning: require_once(/home/clanimci/public_html/clanforums/Sources/QueryString.php) [function.require-once]: failed to open stream: No such file or directory in /usr/www/masakis88/public/clanforums/index.php on line 54

Fatal error: require_once() [function.require]: Failed opening required '/home/clanimci/public_html/clanforums/Sources/QueryString.php' (include_path='.:/usr/share/php5:/usr/share/php') in /usr/www/masakis88/public/clanforums/index.php on line 54
These indicate that the application that you are running is using invalid paths -- "/home/clanimci/public_html/clanforums/Sources/QueryString.php" is not valid on our system here. You will likely need to use SFTP to edit the configuration file for the application (generally, config.php) to update where it looks for its files.

It is also possible that it stores this configuration information in a database. If that is the case, then fixing this will be a little trickier; you will have to use phpMyAdmin or another MySQL client to find and edit the applicable entries in one of its tables.

I don't know which forum you're using there, but I would also recommend looking in its documentation (or quickly Googling) to find more information on how best to transfer an installation between hosts. This is likely a well-hashed scenario with a known procedure.
masakis88
New to forums
New to forums
Posts: 11
Joined: Mon May 31, 2010 9:58 am

Re: Help

Post by masakis88 »

i think i got it i edited the settings file and now it shows something else. but im having problems loging in to phpmyadmin and getting the databases to work
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Help

Post by Edge100x »

The login for phpMyAdmin would be the same as your MySQL login. The username is your identifier (masakis88) and the password should be given on the "Passwords" page of your control panel.
masakis88
New to forums
New to forums
Posts: 11
Joined: Mon May 31, 2010 9:58 am

Re: Help

Post by masakis88 »

i believe the site is up. But how can i get teh site to go to claneos.com i changed teh name servers to ur host but i need that url
User avatar
TimeX
Staff
Staff
Posts: 1788
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: Help

Post by TimeX »

From the looks of it, you already have that domain added. All you need to do is use that address instead of the included address now.
TimeX
masakis88
New to forums
New to forums
Posts: 11
Joined: Mon May 31, 2010 9:58 am

Re: Help

Post by masakis88 »

how can i switch them
User avatar
TimeX
Staff
Staff
Posts: 1788
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: Help

Post by TimeX »

We covered this in the Help system, but I will explain it here for others to read as well.

Once a domain has its name servers set to ours our systems handle the domain pointing. If for some reason there is a delay in the name servers updating (which seems to have been the case here for a bit), our systems will have extremely limited control of the domain.
TimeX
Post Reply