Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 10-08-2008, 02:22 PM
ATVTorture ATVTorture is offline
 
Join Date: Sep 2008
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, now I'm gonna show my ignorance. If it's a plug-in that was installed through the admincp, and I can't get into the admincp, how do I find the files that it would be using. Are those just the xml files in the includes/xml folder or will the server path be referenced other places?

Thanks!
Reply With Quote
  #12  
Old 10-08-2008, 02:41 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ATVTorture View Post
OK, now I'm gonna show my ignorance. If it's a plug-in that was installed through the admincp, and I can't get into the admincp, how do I find the files that it would be using. Are those just the xml files in the includes/xml folder or will the server path be referenced other places?

Thanks!
It could be a setting that gets put in the ACP by an XML, yes. It could be a file edit too.

Use the config.php to turn off the hooks system and try, if it works, it's an installed product. If it dont, it's config.php or a file edit.
Reply With Quote
  #13  
Old 10-08-2008, 02:54 PM
ATVTorture ATVTorture is offline
 
Join Date: Sep 2008
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, that made the board load. Now I have to download my entire root and do a full text search in PHP and XML files for a piece of the text referencing the old host. YUCK!

--------------- Added [DATE]1223481707[/DATE] at [TIME]1223481707[/TIME] ---------------

However, when I try to login to admincp, it says thanks for logging in and takes me right back to the login screen. I'm guessing b/c cookies are set for the old host through admincp as well as other things. Any ideas?
Reply With Quote
  #14  
Old 10-08-2008, 03:25 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It sounds as if you've completely bastardized the switching hosts process.

Things to do on current host:
1. Backup database (make multiple backups for peace of mind)
2. Backup files

Things to do on new host:
1. Restore files
2. Create database and database user(remember the new database name, user, and password)
3. Restore old database.
4. Update includes/config.php with new user/pass/db name if applicable

If you're having problems logging in from cookies. Upload tools.php into the adminCP and fix any issues.

If you are receiving 404 errors, or phpinclude errors, check files to make sure they are all there. If you still receive php include errors. One of your files probably has a path hard coded into the configuration file

Thats all there is to it.
Reply With Quote
  #15  
Old 10-08-2008, 03:32 PM
ATVTorture ATVTorture is offline
 
Join Date: Sep 2008
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FDS, not sure what you mean by I've bastardized the process as I have done exactly what you say needed to be done.

I have no 404 errors. I have no phpinclude errors. I simply can't login to the admincp. So, I will use that portion of your post and upload tools.php and see what happens.

Buster

--------------- Added [DATE]1223484107[/DATE] at [TIME]1223484107[/TIME] ---------------

When I go to tools.php in my browser, I get a blank page. Any ideas as to why? Hooks are still turned off in config.
Reply With Quote
  #16  
Old 10-08-2008, 04:02 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ATVTorture View Post
FDS, not sure what you mean by I've bastardized the process as I have done exactly what you say needed to be done.

I have no 404 errors. I have no phpinclude errors. I simply can't login to the admincp. So, I will use that portion of your post and upload tools.php and see what happens.

Buster

--------------- Added [DATE]1223484107[/DATE] at [TIME]1223484107[/TIME] ---------------

When I go to tools.php in my browser, I get a blank page. Any ideas as to why? Hooks are still turned off in config.
Attempt to reupload tools.php check .htaccess file (rare problem).

Backup the includes/xml folder. Remove all exisiting .xml files. Reupload only the vBulletin standard .xml files


Oh and i just wanted to use bastardized in a post today
Reply With Quote
  #17  
Old 10-08-2008, 05:00 PM
ATVTorture ATVTorture is offline
 
Join Date: Sep 2008
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I did all that and tools.php still loads a blank page. Includes/xml now only has the xml files from 3.7.3SP1. HOWEVER, I can't find the download for vbulletin 3.7.3 that is NOT service pack 1. I don't know if that makes a difference or not but the XML and tools.php file are coming from a download of vb 3.7.3 patch 1.

What would cause that page to load up blank?
Reply With Quote
  #18  
Old 10-08-2008, 06:21 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure, I'm not real sure of the changes from vB 3.7.3 or earlier to the latest version honestly. However if you're database is version 3.7.3 (or earlier) and you've got 3.7.3PL1 files you should update it just to be up to date.

Also, whenever you login to vBulletin.com/members click download vBulletin you should get a drop down menu (may have to hit something like more options) to where you can select other versions of vBulletin to download (honestly not sure what all versions are there but i assume 3.7.3 is)
Reply With Quote
  #19  
Old 10-08-2008, 06:32 PM
ATVTorture ATVTorture is offline
 
Join Date: Sep 2008
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I went to vb.com and downloaded the full zip of 3.7.3p1 and ran the upgrade in hop[es it would solve the issue. Still can't get into admin though. says thank for logging in and takes me back to the login prompt. Tools.php still gives just a white screen.

I'm kinda at a loss as to what to do now.

Are the templates that are edited in admincp/styles & templates saved on the server or in a DB? Is the info that was set in admincp regarding cookies stored in a file or in the DB somewhere. If I knew where these items were other than in admincp, I could possibly edit the info there and see if it fixes it.
Reply With Quote
  #20  
Old 10-08-2008, 06:46 PM
noppid noppid is offline
 
Join Date: Mar 2003
Location: Florida
Posts: 1,875
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah ha!

In the ACP, bburl is wrong. I think I changed mine using phpmyadmin last time I screwed up moving a forum.

At least that's how I fixed the login problem in the past. YMMV
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 05:51 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.08466 seconds
  • Memory Usage 2,255KB
  • 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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete