MyBB Community Forums

Full Version: Help with this error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal error and cannot continue.

Error Type:
Catchable Fatal Error (4096)
Error Message:
Object of class MyLanguage could not be converted to string
Location:
File: /home/content/b/r/o/brokenlizard/html/DOMANDSUBCONFESSIONS/libs/Smarty/osDate_Smarty.class.php
Line: 45
Code:
42. if ($tpl_var != '') {
43.
44. if ( !is_array( $value ) ) {
45. $this->_tpl_vars[$tpl_var] = stripslashes( $value );
46. }
47. else {
48. foreach( $value as $index => $v ) {

Backtrace:
File Line Function
/inc/class_error.php 179 errorHandler->output_error
[PHP] errorHandler->error
/home/content/b/r/o/brokenlizard/html/DOMANDSUBCONFESSIONS/libs/Smarty/osDate_Smarty.class.php 45 stripslashes
/home/content/b/r/o/brokenlizard/html/DOMANDSUBCONFESSIONS/init.php 609 osDate_Smarty->assign
/login_osdate.php 32 include_once
Seeing as it's referencing a non-MyBB file I'm not sure what we can do. Can you explain where exactly you see this?? This is a problem with a modification you've made.