how do i fix all these errors
http://masakis88.site.nfoservers.com/clanforums/
Help
-
- New to forums
- Posts: 11
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon May 31, 2010 9:58 am
Re: Help
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.
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.
Re: Help
I'm now seeing these errors at that URL:
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.
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.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
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.
Re: Help
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.
Re: Help
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.
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