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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-27-2016, 01:05 AM
NSanityHD's Avatar
NSanityHD NSanityHD is offline
 
Join Date: Nov 2014
Location: Cambridge, England
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default User CP is broken? (Blank pages)

Hello.

For some reason when I try to select any setting within the User CP every option appears to be broken. It just opens up a blank white page on every setting. (Set avatar, change profile information, signature, email and password, etc). What could be causing this?

*vBulletin 3.8.9

Code:
[Wed Jan 27 03:07:05.352286 2016] [:error] [pid 3400] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:06:48.073517 2016] [:error] [pid 19617] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php?styleid=2
[Wed Jan 27 03:03:50.860835 2016] [:error] [pid 21226] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:03:46.414008 2016] [:error] [pid 19716] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:03:43.594444 2016] [:error] [pid 3400] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:02:13.508639 2016] [:error] [pid 21227] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:02:00.392043 2016] [:error] [pid 19715] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/usercp.php
[Wed Jan 27 03:01:16.054507 2016] [:error] [pid 19765] [client *] PHP Deprecated:  Assigning the return value of new by reference is deprecated in /home/tcomputer/public_html/forums/member.php(463) : eval()'d code on line 70, referer: https://terminal.computer/forums/showthread.php?p=1
[Wed Jan 27 03:01:11.181561 2016] [:error] [pid 19763] [client *] PHP Parse error:  syntax error, unexpected $end, expecting ',' or ')' in /home/tcomputer/public_html/forums/profile.php on line 3424, referer: https://terminal.computer/forums/member.php?u=1
[Wed Jan 27 03:00:57.216437 2016] [:error] [pid 3400] [client *] PHP Deprecated:  Assigning the return value of new by reference is deprecated in /home/tcomputer/public_html/forums/member.php(463) : eval()'d code on line 70, referer: https://terminal.computer/forums/showthread.php?p=1
[Wed Jan 27 03:00:13.453280 2016] [:error] [pid 12647] [client *] PHP Deprecated:  Assigning the return value of new by reference is deprecated in /home/tcomputer/public_html/forums/member.php(463) : eval()'d code on line 70, referer: https://terminal.computer/forums/index.php?styleid=1
[Wed Jan 27 02:58:06.976389 2016] [:error] [pid 9242] [client *] PHP Deprecated:  Assigning the return value of new by reference is deprecated in /home/tcomputer/public_html/forums/member.php(463) : eval()'d code on line 70, referer: https://terminal.computer/forums/index.php?styleid=1
[Tue Jan 26 23:01:01.418399 2016] [cgi:error] [pid 17188] [client *] AH02811: script not found or unable to stat: /home/tcomputer/public_html/cgi-bin
Attached Images
File Type: jpg ss (2016-01-27 at 03.02.56).jpg (42.4 KB, 0 views)
Reply With Quote
  #2  
Old 01-27-2016, 01:33 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does it also happen when you disable all installed plugins?
If that's the case, try re-uploading a fresh profile.php file of the vBulletin upload folder.
Reply With Quote
  #3  
Old 01-27-2016, 01:40 AM
NSanityHD's Avatar
NSanityHD NSanityHD is offline
 
Join Date: Nov 2014
Location: Cambridge, England
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
Does it also happen when you disable all installed plugins?
If that's the case, try re-uploading a fresh profile.php file of the vBulletin upload folder.
Thank you for your quick response, Dave!

I have disabled all products/plugins/hacks/mods but the issue still remains. I'll try to reupload fresh files but as far as I'm aware they are fresh files as I upgraded to 3.8.9 from 3.8.7.
Reply With Quote
  #4  
Old 01-27-2016, 01:58 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was your php updated? What version of php do you have?

How did you disable the plug ins?

Add this to the top of your includes/config.php:

PHP Code:
define('DISABLE_HOOKS'true); 
Reply With Quote
Благодарность от:
NSanityHD
  #5  
Old 01-28-2016, 08:55 AM
NSanityHD's Avatar
NSanityHD NSanityHD is offline
 
Join Date: Nov 2014
Location: Cambridge, England
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have tried this but no help. I have opened a ticket in the Members Area on vB.com.
Reply With Quote
  #6  
Old 01-28-2016, 10:39 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This just happened when you upgraded or did it just happen out of the blue?
Reply With Quote
  #7  
Old 01-28-2016, 11:24 AM
NSanityHD's Avatar
NSanityHD NSanityHD is offline
 
Join Date: Nov 2014
Location: Cambridge, England
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
This just happened when you upgraded or did it just happen out of the blue?
It happened after upgrading, however the issue is now resolved.

Thank you all so much for your time and responses!
Reply With Quote
  #8  
Old 01-28-2016, 11:33 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you mind please posting your solution because it may help others?
Reply With Quote
  #9  
Old 01-28-2016, 11:36 AM
NSanityHD's Avatar
NSanityHD NSanityHD is offline
 
Join Date: Nov 2014
Location: Cambridge, England
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Would you mind please posting your solution because it may help others?
I would love to however I didn't resolve it myself. I had to made a ticket to vBulletin support via the Members Area and Trevor resolved it for me.

My apologies.
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:05 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.04412 seconds
  • Memory Usage 2,270KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (1)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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
  • 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_attachment
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete