Bug Error Show Post from ignored User

Status
Not open for further replies.

northstar

Customer
Some User have other User on the Ignore List.

In the Postbit can click the User "Show Post" from the ignored User.

The Ajax Request produce a Error 500 with your Addon.

Problem is the Hook showpost_post!

I fixed it temporarly with this Code in the Plugin:

Code:
if ($_SERVER['REQUEST_METHOD'] != 'POST')
{
require(DIR . '/dbtech/thanks/hooks/showpost_post.php');
}

Please fix it!
 
Last edited:
Can you please inspect your error_log file and find the real error message behind the 500 ISE you received?
 
Sorry i dont have any Error in the Log File with more Informations.

You can test it with the Developer Console on your Browser and you see the Ajax Load of the Script make a 500 Error.
 
In that case, please contact your host for assistance in reading the global error_log file for your Apache installation.
 
I cant find any Error in the Global Error Log File.

You can test it with the Developer Console on your Browser and you see the Error 500 on the AJAX Loading.
 
Please contact your host for assistance with accessing Apache's error_log file. I cannot assist you with this, as a 500 Internal Server Error is an error message that indicates that the true error message is hidden from view. Me seeing the words "500 Internal Server Error" does not help me assist you, you need to help me assist you :)
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,033
Customer rating
5.00 star(s) 1 ratings
Back
Top