MyBB Community Forums

Full Version: Integrating with osDate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Whenever I integrate my myBB forum with osDate it gives me the following coding error.

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/dzupjqb/public_html/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 206 errorHandler->output_error
[PHP] errorHandler->error
/home/dzupjqb/public_html/libs/Smarty/osDate_Smarty.class.php 45 stripslashes
/home/dzupjqb/public_html/init.php 609 osDate_Smarty->assign
/login_osdate.php 32 include_once

The url to the error is http://datehaven.org/forum/login_osdate.php
Perhaps I'd have to talk to TUfat about this also. They did say that if any updated version of a forum software didn't work to contact them..

The direct url to the site itself is http://datehaven.org/


Thanks,