PDA

View Full Version : Getting Error from Newreply.php


SenatorByte
11-04-2002, 10:15 PM
Can you please help. I am getting this error whenever I click the "quote" button from the posts:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/rotunda5/senatesim-www/forums/newreply.php(47) : eval()'d code on line 2

this is how my code on line 2 looks:

error_reporting(7);

Can you please tell me what is wrong?

Erwin
11-05-2002, 12:48 AM
Line 2 is just the error eval line.

Tell us what hack you installed that caused this. Revert back to an unhacked newreply.php - if that works, compare the 2 files to see what is missing.

SenatorByte
11-05-2002, 01:10 AM
To my knowledge I haven't hacked anything in newreply.php. Tell me what hacks could have done it. I have quick reply, etc.

you can tell my looking at my boards.

Erwin
11-05-2002, 01:35 AM
We can't help you without knowing what is in your newreply.php - compare it with an unhacked one - you will find the problem.