MyBB Community Forums

Full Version: Overview (for MyBB 1.4.x) - 3.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I choose to show top posters it give error on index page:

MyBB Internal 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: F:\xampplite\htdocs\mybb\inc\plugins\overview.php(724) : eval()'d code
Line: 8
Backtrace:
File Line Function
F:\xampplite\htdocs\mybb\inc\class_error.php 164 errorHandler->output_error
F:\xampplite\htdocs\mybb\inc\plugins\overview.php(724) : eval()'d code 8 errorHandler->error
F:\xampplite\htdocs\mybb\inc\plugins\overview.php 724 eval
[PHP] overview_do_topposters
F:\xampplite\htdocs\mybb\inc\plugins\overview.php 606 call_user_func
[PHP] overview
F:\xampplite\htdocs\mybb\inc\class_plugins.php 101 call_user_func_array
F:\xampplite\htdocs\mybb\index.php 25 pluginSystem->run_hooks
Solved.

Deactivated and again activated plugin and now work fine.
I have a question: how can I use the colapse/expand function on a plugin (in this case the "Overview") that doesn't have the function in the plugin code?
Any suggestion?
(2008-12-25, 01:53 PM)ecanikajo Wrote: [ -> ]I have a question: how can I use the colapse/expand function on a plugin (in this case the "Overview") that doesn't have the function in the plugin code?

I think that this function is present in the Configuration> Settings >
Overview

There you might found that Expand Collapse function

Regards
I don't think so. Colapse/expand function is not included in this plugin.