MyBB Community Forums

Full Version: functions_post() corrupt.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/****/public_html/forums/inc/functions_post.php(398) : eval()'d code on line 4

This is the error I get.
This is the specific line for that error:

eval("\$post['user_details'] = \"".$templates->get("postbit_author_user")."\";");

I see nothing wrong with this code.

How it came about:

It was fine till I made source edit to like 7 files, to make a new plugin
system. However, after seeing the error I re-uploaded all the files
from a fresh downloaded copy of MyBB.

And yet this error won't go away. I tried repair DB. I also tried
hard refreshing.

Anything else I can do to get rid of this error?

-Viral.
Nevermind close thread. It's a theme problem.

/close.

-Viral.