Current time: 03-20-2010, 06:22 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Plugin error message
08-07-2008, 12:31 AM
Post: #1
Plugin error message
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

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
08-07-2008, 12:34 AM
Post: #2
RE: Plugin error message
before upgrade remove Plugins.

Find all posts by this user
08-07-2008, 12:35 AM
Post: #3
RE: Plugin error message
(08-07-2008 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?

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
08-07-2008, 01:00 AM
Post: #4
[F] Plugin error message
It's a MyBB Bug.

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

[Image: sig.php?mybb]
MyBB is on Facebook and Twitter
Hosting available, PM for details
Visit this user's website Find all posts by this user
08-07-2008, 01:01 AM
Post: #5
[F] Plugin error message
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: sig.php?mybb]
MyBB is on Facebook and Twitter
Hosting available, PM for details
Visit this user's website Find all posts by this user


Forum Jump: