MyBB Community Forums

Full Version: What does this error means?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Error Type:
Catchable Fatal Error (4096)
Error Message:
Object of class MyBB could not be converted to string
Location:
File: showthread.php(1089) : eval()'d code
Line: 27
Backtrace:
File Line Function
/inc/class_error.php 206 errorHandler->output_error
/showthread.php(1089) : eval()'d code 27 errorHandler->error
/showthread.php 1089 eval
Please contact the MyBB Group for support

how to correct?.
what version of MyBB are you running? its likely a messed up showthread_quickreply template
(2012-11-15, 11:10 PM)pavemen Wrote: [ -> ]what version of MyBB are you running? its likely a messed up showthread_quickreply template

1.6.8

I manipulated forum_depth2_forum_lastpost template to implement Tomm's plugin First and last post avatar. But don't know about quick reply template
well, the error you posted shows it on line 1089, which is trying to eval the quick reply template in 1.6.8.

can you run a diff report on that template?
(2012-11-15, 11:20 PM)pavemen Wrote: [ -> ]well, the error you posted shows it on line 1089, which is trying to eval the quick reply template in 1.6.8.

can you run a diff report on that template?


you are right, it was something to do with the quick reply template. My bad, i placed some codes for custom avatar on the form like in facebook and couldn't achieved and while removing that code left some behind. Thanks