MyBB Community Forums

Full Version: Plugin error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After deleting all my plugins from /inc/plugins after the 1.4 upgrade was complete, I receive this error while in the admincp and clicking on the 'plugins' tab.


Fatal error: Call to undefined method: table->contruct_cell() in /homepages/40/d237348395/htdocs/AEsite/forums/admin/modules/config/plugins.php on line 369
before upgrade remove Plugins.
(2008-08-07, 12:34 AM)empire910 Wrote: [ -> ]before upgrade remove Plugins.

Unfortunately I didn't do that, but they;re now deleted..so how do I fix that error since the plugins were deleted after the upgrade?
It's a MyBB Bug.

In admin/modules/config/plugins.php, find:
$table->contruct_cell($lang->no_plugins, array('colspan' => 3)); 
Replace with:
$table->construct_cell($lang->no_plugins, array('colspan' => 3)); 

Marked as fixed in this thread: http://community.mybboard.net/thread-35160.html