- fix bug with this plugin not working if HTML Comments is disabled

|
It appears on pages with PHP enabled. I can't seem to figure out the problem.
What's the code in the related template anyway?
Here's the PHP code in the template 'postbit_posturl':
|
It's nothing special really. If I take it out, the error no longer displays.
I've even stripped out nearly most of the code lines and the error still happens. I've done the same for the language files. I've also created new files because it could be some hidden character and also converted to UTF-8 without BOM and still no luck. I can't find the solution for this problem in the GoMobile plugin so I thought that perhaps the problem would be with this one. global_start hook doesn't seem to be a problem either, I've changed the priority of the GM's one to one higher than the PHP in Templates' one and still no luck.
/edit don't ask me why that $mybb is there, I had something else there before probably and removed it and global $mybb; was left there but I doubt that's the problem
All I can suggest doing is modifying your functions_post.php and, on the line specified, replace eval() with die() or var_dump() (if it doesn't do it on the first post) and see what it's trying to execute.