PDA

View Full Version : [BIG PROBLEM] Post Reporting Does not Work


SeRoStyLe
01-26-2014, 04:33 AM
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting ']' in /home/site/public_html/forum/includes/class_reportitem.php(224) : eval()'d code on line 1

class_reportitem.php 224. CODE = eval(fetch_email_phrases('report' . $this->phrasekey . '_newthread', 0));

PHP 5.3 Testing not working
PHP 5.4 Testing not working
MySQL 5.5 Testing not working
MariaDB Testing not working

vBulletin 3.8.7 Patch Level 3 Upgrading : Testing not working
vBulletin tools.php : not working
Repair all tables : not working
define('DISABLE_HOOKS', true); : Testing not working
Delete All Plugins or Templates : Testing not working
User Infractions & Post Reporting Options : All options testing not working

My settings ; User Infraction Discussion Forum : Reports Infraction
Require Infraction Message : YES
Post Reporting Discussion Forum : Reports Post
Post Reporting User : Admin or deleted value
Post Reporting Email : Email Moderators, Super Moderators, and Administrators

This error does not open as long as the subject :/

Post Reporting Does not Work.No Threaded No Post No process

vBulletin 3.8.7 Patch Level 3

Simon Lloyd
01-26-2014, 05:39 AM
You have a modification/plugin thats causing that issue, there amy be a template from that modification thats calling a file which is causing the issue to still be there after disabling hooks, best you can do for now is manually diable each plugin/modification then try.