PDA

View Full Version : Parse error?


Bakie
08-31-2005, 02:17 PM
Another error. On showthread.php. Here is the error that I get:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(758) : eval()'d code on line 316

On line 316 there is nothing, it is just a blank line. I have tried to use the old functions_showthread.php but then I get this error:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(640) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(640) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(640) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(640) : eval()'d code on line 316

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bxhtptbr/public_html/includes/functions_showthread.php(640) : eval()'d code on line 316

sv1cec
09-01-2005, 02:54 AM
There should be a mistake somewhere above that line, maybe you forgot a ; or a closing parenthesis or }.

Bakie
09-01-2005, 01:03 PM
Even if I go back to the old file that is un edited the same error comes up.

sv1cec
09-01-2005, 01:52 PM
Have you got any errors when editing the templates? If so, you should revert them to the original ones and start over.

Bakie
09-01-2005, 06:04 PM
I will try that now

Fixed, it was just an error in the postbit_legacy on my part. I didnt do everything that it told me to do.

sv1cec
09-02-2005, 04:37 AM
Glad you got it solved.