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

Reply
 
Thread Tools Display Modes
  #21  
Old 03-27-2016, 03:16 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It doesn't give a code just like this


vBulletin White Screen by Jon Morgan, on Flickr

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

No access to my admincp either, just gives me the same screen
Reply With Quote
  #22  
Old 03-27-2016, 03:23 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In FireFox you should be able to open the developers tool by pressing F12, keep that open and login again. Now check the console tab or network tab and see if there are any red errors.

I tried to login but it displays the incorrect username/password message so the script itself isn't broke. My guess is that a plugin is causing this. Disable any plugins related to the login or disable all of them and then enable them one by one to find out which one is causing this.
Reply With Quote
  #23  
Old 03-27-2016, 03:24 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When trying to access the admincp I get the same problem, is there another way of turning off the plugins?

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

Given me a 500 code error
Reply With Quote
  #24  
Old 03-27-2016, 03:31 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not having any problems browsing your site at all.
Reply With Quote
  #25  
Old 03-27-2016, 03:33 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
I'm not having any problems browsing your site at all.
snap, but as soon as I login it turns white.
Reply With Quote
  #26  
Old 03-27-2016, 03:34 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jonm View Post
snap, but as soon as I login it turns white.
Interesting. Did you disable all plugins? You can do that in the config.php file you don't need ACP.

Put this at the top of the config file, right under where you see <?php

define('DISABLE_HOOKS', true);

Then later on re-edit the file and comment this out, to turn plugins back on:

//define('DISABLE_HOOKS', true);
Reply With Quote
Благодарность от:
Jonm
  #27  
Old 03-27-2016, 03:54 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

disabled the mods via the config file and I now have access to the site and admin cp
Reply With Quote
Благодарность от:
Max Taxable
  #28  
Old 03-27-2016, 05:19 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ Then it's a mod (or a single plugin) doing this.

I would not while in admincp do this:
- Disable the first mod listed.
- Now remove the disable hooks code from config.php and re-upload.

Is the forum still all wonky looking?
- If Yes then that first mod you disabled is not the culprit. Now re-include the disable hooks code in the config.php file and re-upload again. Now re-enable that mod. *Continue with this process until you identify which mod is causing the issue*
- If no then it was in fact that mod, leave it disabled until you find out why. Uninstall if you can't nor ever used it and no data was saved into your database, after all if no fix and you can't use it no use to keep it.

Anything goes wrong this article will help you get back into admincp (but for now the disable hooks code works just fine for you, keep using that for now this article is last resort if nothing else works ect) here is the link: https://vborg.vbsupport.ru/showthread.php?t=259619

Possibly Related:
- If your host has upgraded your PHP version (some do regularly with or without notice, hopefully they notify you) and older mods or plugins were written to work in older versions of PHP -OR- If something in the older PHP version is now deprecated.
- I've seen .htaccess files cause this. Usually if it works when config.php is disabled it's not .htaccess however could be if you're using vBSEO or DBSEO.
- I've seen template edits cause this. Including and/or not limited to javascript and other <style>css codes</style> and such.
- Of course mods and/or plugins as noted above.
Reply With Quote
2 благодарности(ей) от:
Jonm, MarkFL
  #29  
Old 03-27-2016, 05:33 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for that, I'll give it a go
Reply With Quote
  #30  
Old 10-07-2017, 03:34 PM
Jonm Jonm is offline
 
Join Date: May 2011
Location: Staffordshire
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jonm View Post
Help...


my forum has gone from looking like this



to looking like this




Yesterday it was fine. but this morning I tried to update the user tagging - https://vborg.vbsupport.ru/showthread.php?t=242733

and my site went tits up.. so I asked my host to restore from a backup but its still the same?

Anyone have any ideas?


right then folks, for some strange reason its gone again.... this time nothing I tried last time works this time...
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 08:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04173 seconds
  • Memory Usage 2,268KB
  • Queries Executed 13 (?)
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
  • (3)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
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete