11-16-2010, 01:45 PM
I downloaded your plugin recently and after I added some codes it shows up this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /*******/boards/inc/functions_post.php(714) : eval()'d code on line 8
and here is the code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /*******/boards/inc/functions_post.php(714) : eval()'d code on line 8
and here is the code:
Code:
|
from template "postbit_attachments_attachment"
i don't know why but there maybe something wrong with my code? i try using that code in a separate php and it shows no errors.. I also try using the global variables like $mybb and $db still same error occurs on the same line.
What might be the error?? or a mis code function maybe?