Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-16-2015, 08:45 PM
BoostedK20 BoostedK20 is offline
 
Join Date: Mar 2011
Location: NY
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Migrated Servers, Forum Will Not Load, Config.php Issue?

Hello all, I migrated servers on my GoDaddy account and now my website will no longer work. My config.php file, I strongly believe, is the culprit. At this point, the original hosting root was "/" which is where i had my forums folder located. Now, there is a public_html folder, then another folder, then forums. So that would be the forum path issue, but when I go to the website itself, without the /forums, it just says 'oops, page not found.' Is there another file, like an htaccess file that I need to adjust or change information?

My biggest concern when migrating servers within GoDaddy is that this would NOT happen, as I know it may become a very big issue. I appreciate any help in advance, this is truly frustrating.
Reply With Quote
  #2  
Old 04-16-2015, 09:01 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure what you mean when you say "when I go to the website itself, without the /forums". Is there supposed to be something (non-vbulletin) above the forum directory?

What url are you entering in the browser? You (probably) shouldn't be putting public_html in the url, if that's what you're doing. That's usually the folder that contains things that are at the root.
Reply With Quote
  #3  
Old 04-16-2015, 09:22 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can we get a link
Reply With Quote
  #4  
Old 04-16-2015, 09:27 PM
BoostedK20 BoostedK20 is offline
 
Join Date: Mar 2011
Location: NY
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
I'm not sure what you mean when you say "when I go to the website itself, without the /forums". Is there supposed to be something (non-vbulletin) above the forum directory?

What url are you entering in the browser? You (probably) shouldn't be putting public_html in the url, if that's what you're doing. That's usually the folder that contains things that are at the root.
I mean when I go to www.website.com it should take me to the home page. When I go to www.website.com/forums it should take me to the forums page. My point is, it won't even take me to the home page. I removed the public_html and it still doesn't work.

Everything worked perfectly until I moved the folders to a new server, so I guess let me take a different stand.

Since I moved all files to a new server (downloaded via ftp from old server and uploaded via ftp to new server), what information would need to be changed in what files so things can work properly? This is where I believe the problem is. If I know this, I can take the right steps to fix it.
Reply With Quote
  #5  
Old 04-17-2015, 05:56 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BoostedK20 View Post
I mean when I go to www.website.com it should take me to the home page. When I go to www.website.com/forums it should take me to the forums page. My point is, it won't even take me to the home page.
Then it's not a vB issue.
Quote:
I removed the public_html and it still doesn't work.
The public_html folder is your webroot folder on the server. You can't remove that without breaking everything. No offense, but are you sure you're comfortable with managing your own server?

Quote:
Since I moved all files to a new server (downloaded via ftp from old server and uploaded via ftp to new server), what information would need to be changed in what files so things can work properly?
First of all, you need to be able to access your root domain properly. As long as that does not work, trying to fix vB is moot.
Reply With Quote
  #6  
Old 04-17-2015, 09:45 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BoostedK20 View Post
Since I moved all files to a new server (downloaded via ftp from old server and uploaded via ftp to new server), what information would need to be changed in what files so things can work properly? This is where I believe the problem is. If I know this, I can take the right steps to fix it.
I'm not sure that you'd need to change anything for the forum to basically work. Settings that are file system paths (like the attachment directory) would probably need to be changed. But if you're using the same domain name and your forum is still in /forum, then you shouldn't need to change anything to at least see a page of your forum. If I'm reading your first post right, you added another folder between public_html and forum which wasn't on the original server, so there is a setting (a vbulletin setting in the database) that needs to be changed for everything to work right. But even without changing it you should see something other than "page not found", so you should work on that before worrying about the setting.

If you put an html file in public_html, like maybe test.html, then you should be able to go to www.website.com/test.html and see it. If you can't, then you have a DNS problem or maybe a server config problem, and you need to contact GoDaddy about that.
Reply With Quote
  #7  
Old 04-17-2015, 10:40 AM
BoostedK20 BoostedK20 is offline
 
Join Date: Mar 2011
Location: NY
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
I'm not sure that you'd need to change anything for the forum to basically work. Settings that are file system paths (like the attachment directory) would probably need to be changed. But if you're using the same domain name and your forum is still in /forum, then you shouldn't need to change anything to at least see a page of your forum. If I'm reading your first post right, you added another folder between public_html and forum which wasn't on the original server, so there is a setting (a vbulletin setting in the database) that needs to be changed for everything to work right. But even without changing it you should see something other than "page not found", so you should work on that before worrying about the setting.

If you put an html file in public_html, like maybe test.html, then you should be able to go to www.website.com/test.html and see it. If you can't, then you have a DNS problem or maybe a server config problem, and you need to contact GoDaddy about that.
Very helpful, thank you. I will work on things and post back up with updates. :up:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04176 seconds
  • Memory Usage 2,224KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete