MyBB Community Forums

Full Version: i got an error in showthread.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi every time i go to my topic this is it show.
[attachment=41695]


how to fixed this,
exactly which version of MyBB you are using ?

can you downgrade php version to 7.0 and check if those errors appear
(2019-04-10, 03:31 PM).m. Wrote: [ -> ]exactly which version of MyBB you are using ?

can you downgrade php version to 7.0 and check if those errors appear

im using 1.8.20, and thanks a lot i downgrade php version to 7.0 and it works. thanks a lot.
Nonetheless, you should check your showthread template for variables like {$theme[borderwidth]} and {$theme[tablespace]} and correct them to {$theme['borderwidth']} and {$theme['tablespace']} (note the ' ) to avoid such errors in the future.