MyBB Community Forums

Full Version: Internal server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cant view threads, other works

I can view threads on another theme however.
htaacess.txt
https://fbin.pw/view/b6ee9c3a

On viewing thread it shows, 500 HTTP Error

PHP error:

[Tue Feb 16 06:54:21.607634 2021] [php7:emerg] [pid 905] [client XXX] PHP Parse error:  syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /var/www/html/Upload/inc/functions_post.php(906) : eval()'d code on line 25, referer: http://XXX/forumdisplay.php?fid=2
Hello,

Did you edited templates and used code like {$mybb->settings['bburl']}/misc.php?action=help ? the php error you posted seems to be caused by some kind of syntax error this can be a missing { or } or ; or to access a PHP class a missing -> etc etc i recommend you check the posibit templates from the theme that gives you errors and carefully look at the code.