Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 12-03-2016, 09:28 PM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
Hmm that one is the webserver error logs, it doesn't contain anything useful in this case.
Is there an error_log file in the root of your website (usually in public_html)? See if that contains anything useful.

my host provided this information to me...

[Sat Dec 03 12:12:01.113648 2016] [ssl:warn] [pid 25803] AH01906: new.hangin.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Dec 03 12:12:01.113684 2016] [ssl:warn] [pid 25803] AH01909: new.hangin.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 03 12:12:01.115711 2016] [mpm_prefork:notice] [pid 25803] AH00163: Apache/2.4.23 (cPanel) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 configured -- resuming normal operations
[Sat Dec 03 12:12:01.115734 2016] [core:notice] [pid 25803] AH00094: Command line: '/usr/sbin/httpd'
[Sat Dec 03 12:52:57.195764 2016] [access_compat:error] [pid 31664] [client 97.103.135.178:37263] AH01797: client denied by server configuration: /home/hanginou/public_html/error_log
[Sat Dec 03 14:08:49.444473 2016] [mpm_prefork:notice] [pid 25803] AH00171: Graceful restart requested, doing restart
[Sat Dec 03 14:08:49.541344 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 570 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541448 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 575 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541472 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 576 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541493 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 578 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541513 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 581 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541533 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 583 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541554 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 586 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.544657 2016] [ssl:warn] [pid 25803] AH01906: new.hangin.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Dec 03 14:08:49.544694 2016] [ssl:warn] [pid 25803] AH01909: new.hangin.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 03 14:08:49.546926 2016] [mpm_prefork:notice] [pid 25803] AH00163: Apache/2.4.23 (cPanel) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 configured -- resuming normal operations
[Sat Dec 03 14:08:49.546948 2016] [core:notice] [pid 25803] AH00094: Command line: '/usr/sbin/httpd'
root@new [/var/log/apache2]#
Reply With Quote
  #12  
Old 12-03-2016, 09:29 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My bad, not sure what I was thinking, I know better.
Reply With Quote
  #13  
Old 12-03-2016, 09:38 PM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
What do you see wrong with that path? It looks just like the path on my old server.

To the OP, try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:
define('DISABLE_HOOKS'true); 

I can log in with chrome now. What did that just accomplish. How do I fix the real problem. What is the problem? WHat problem did I just create by disableing hooks?
Reply With Quote
  #14  
Old 12-03-2016, 09:39 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mike2902 View Post
my host provided this information to me...

[Sat Dec 03 12:12:01.113648 2016] [ssl:warn] [pid 25803] AH01906: new.hangin.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Dec 03 12:12:01.113684 2016] [ssl:warn] [pid 25803] AH01909: new.hangin.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 03 12:12:01.115711 2016] [mpm_prefork:notice] [pid 25803] AH00163: Apache/2.4.23 (cPanel) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 configured -- resuming normal operations
[Sat Dec 03 12:12:01.115734 2016] [core:notice] [pid 25803] AH00094: Command line: '/usr/sbin/httpd'
[Sat Dec 03 12:52:57.195764 2016] [access_compat:error] [pid 31664] [client 97.103.135.178:37263] AH01797: client denied by server configuration: /home/hanginou/public_html/error_log
[Sat Dec 03 14:08:49.444473 2016] [mpm_prefork:notice] [pid 25803] AH00171: Graceful restart requested, doing restart
[Sat Dec 03 14:08:49.541344 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 570 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541448 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 575 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541472 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 576 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541493 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 578 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541513 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 581 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541533 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 583 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541554 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 586 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.544657 2016] [ssl:warn] [pid 25803] AH01906: new.hangin.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Dec 03 14:08:49.544694 2016] [ssl:warn] [pid 25803] AH01909: new.hangin.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Dec 03 14:08:49.546926 2016] [mpm_prefork:notice] [pid 25803] AH00163: Apache/2.4.23 (cPanel) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 configured -- resuming normal operations
[Sat Dec 03 14:08:49.546948 2016] [core:notice] [pid 25803] AH00094: Command line: '/usr/sbin/httpd'
root@new [/var/log/apache2]#
All of that is not related to any 500 errors though.

Have you checked if the file /home/hanginou/public_html/error_log exists? See what it contains if so.
Else ask your host for the PHP error logs.

--

Disabling hooks disables all of your plugins and hooks, so this is caused by one of your installed plugins or hooks.
Disable your plugins one by one until the issue disappears.
Reply With Quote
Благодарность от:
Lynne
  #15  
Old 12-04-2016, 12:48 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mike2902 View Post
my host provided this information to me...
[Sat Dec 03 14:08:49.541344 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 570 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541448 2016] [alias:warn] [pid 25803] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 575 will probably never match because it overlaps an earlier ScriptAlias.
[Sat Dec 03 14:08:49.541472 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 576 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541493 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 578 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541513 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 581 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541533 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 583 will probably never match because it overlaps an earlier Alias.
[Sat Dec 03 14:08:49.541554 2016] [alias:warn] [pid 25803] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 586 will probably never match because it overlaps an earlier Alias.
While probably not related to you current problem, those messages indicate a badly set-up apache, and should be addressed.
Reply With Quote
  #16  
Old 12-07-2016, 09:15 PM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My members still can not log in. I accidentally delteted the log from the public html folder a few days ago. I just checked it and this is what is here. Does this help? Are these errors related to disableing hooks and not my real problem at all?

[04-Dec-2016 19:13:36 UTC] PHP Fatal error: Call to undefined function json_encode() in /home/hanginou/public_html/includes/functions_misc.php on line 689
[05-Dec-2016 00:48:38 UTC] PHP Fatal error: Call to undefined function json_encode() in /home/hanginou/public_html/includes/functions_misc.php on line 689
[05-Dec-2016 12:37:57 UTC] PHP Fatal error: Call to undefined function json_encode() in /home/hanginou/public_html/includes/functions_misc.php on line 689
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 55
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 107
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 111
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 119
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 130
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 134
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 142
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 211
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/init.php on line 389
[07-Dec-2016 22:50:10 UTC] PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/hanginou/public_html/includes/class_core.php on line 2552
Reply With Quote
  #17  
Old 12-07-2016, 10:11 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The fatal errors are not caused by vBulletin, it's because your host did not install the php5-json extension. http://askubuntu.com/questions/74439...on-json-encode
Reply With Quote
Благодарность от:
MarkFL
  #18  
Old 12-08-2016, 08:10 AM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
The fatal errors are not caused by vBulletin, it's because your host did not install the php5-json extension. http://askubuntu.com/questions/74439...on-json-encode

Could this be causing my member log in problems?
Reply With Quote
  #19  
Old 12-08-2016, 10:22 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mike2902 View Post
Could this be causing my member log in problems?
Yes. Fatal errors in PHP stop script execution and cause an internal server error.
Reply With Quote
Благодарность от:
Lynne
  #20  
Old 12-09-2016, 08:52 PM
mike2902's Avatar
mike2902 mike2902 is offline
 
Join Date: Apr 2009
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
The fatal errors are not caused by vBulletin, it's because your host did not install the php5-json extension. http://askubuntu.com/questions/74439...on-json-encode

My host has indicated the link provided is not for the correct OS. Can you please review and provide the correct information. Im not sure why they cant look it up, but they asked.

From my host:

I just realized the tech provided you with a url for Ubuntu, not CentOS - your VPS uses CentOS. Are they trying to install the wrong software (before I proceed and unintentionally overwrite files). If their support provided you the wrong software, we could potentially permanently damage your site. Thank you.
Reply With Quote
Reply

Thread Tools
Display Modes

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 01:36 AM.


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.07086 seconds
  • Memory Usage 2,285KB
  • 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
  • (1)bbcode_php
  • (7)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (3)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_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