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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-07-2014, 10:34 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default New Posts link throws an error

VB 4 version 4.1.2 PL8
Shared hosting.
Problem occurs with all themes including default VB theme.
When the "New Posts" link is clicked on, I get routed to a page with this error.
Quote:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@computervitals.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I can't find anything related to it's setup in the ACP. Might be looking right at it and not seeing it. Any ideas what's causing this error? How to fix it?

If it can't be fixed, how do you disable the function or disable the link?
Reply With Quote
  #2  
Old 02-07-2014, 11:03 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to get the error from your server error logs, that message is to generic.
Reply With Quote
  #3  
Old 02-07-2014, 11:09 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look at your htaccess. You might have the problem in there if you are using it to redirect that link
Reply With Quote
  #4  
Old 02-07-2014, 11:12 AM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I disable the link?
Reply With Quote
  #5  
Old 02-07-2014, 11:29 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What about the server error logs?
Reply With Quote
  #6  
Old 02-07-2014, 12:07 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why don't you remove that htaccess and see if it works. If it does then you worry about disabling it. If it does not then it was not that
Reply With Quote
  #7  
Old 02-07-2014, 07:45 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Last 300 Error Log messages in reverse order:

[Fri Feb 07 14:28:47 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/404.shtml, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:28:47 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/collapse_40b_collapsed.gif, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:28:36 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/500.shtml, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:28:31 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/404.shtml, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:28:31 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/collapse_40b_collapsed.gif, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:18:06 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/404.shtml, referer: http://www.computervitals.org/forum.php
[Fri Feb 07 14:18:06 2014] [error] [client 75.66.73.69] File does not exist: /home/computer/public_html/collapse_40b_collapsed.gif, referer: http://www.computervitals.org/forum.php

The top 2 are when I clicked on the link and then went back to see the error. The 14:28 was the last time I clicked the link so that's the freshest data I have.
That came out of cpanel. If I need to contact my host let me know.

This is the htacess file.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://computervitals.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://computervitals.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.computervitals.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.computervitals.org$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ www.wallbase.net [R,NC]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
The wallbase.net is when I turned on the antileach in cpanel last night and added a redirect link. I disabled that but looks like the rule remains. I can just edit that line out, right?
The problem was there before I did the antileach. Matter of fact the new posts link has never worked.
I'm using friendly url's. Could that be the problem? Maybe it doesn't work in that mode. ???
Reply With Quote
  #8  
Old 02-07-2014, 09:52 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmmm, I don't see anything that stands out, but I am no expert either.
Reply With Quote
  #9  
Old 02-07-2014, 11:47 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok so what template has the link in it so I can disable it?
Reply With Quote
  #10  
Old 02-07-2014, 11:49 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version of vB4 are you running? I assume you want to remove the New Posts link?
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 10:13 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.03918 seconds
  • Memory Usage 2,250KB
  • 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
  • (2)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