MyBB Community Forums

Full Version: URGENT SITE CLOSED Bad Behavior Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi i notice that this mod give me big problem with high CPU usage in control panel and i decide to uninstall it but after do this i still see it in ACP and i delete it now in myadmin php still have table named badbehavior can i delete it and one more thing when go to log in admin panel got this error

 Fatal error: Call to a member function run_hooks() on a non-object in /home/example/public_html/inc/functions.php on line 238

so any help with that.Thanks
also noticed this when checked files:
File Verification: Found Problems
File 	Status
inc/plugins/hello.php 	Changed
install/images/bullet.gif 	Missing
install/images/content_bg.gif 	Missing
install/images/error_bg.gif 	Missing
install/images/h2-admin.gif 	Missing
install/images/h2-config.gif 	Missing
install/images/h2-createtables.gif 	Missing
install/images/h2-dbconfig.gif 	Missing
install/images/h2-finish.gif 	Missing
install/images/h2-license.gif 	Missing
install/images/h2-requirements.gif 	Missing
install/images/h2-tablepopulate.gif 	Missing
install/images/h2-theme.gif 	Missing
install/images/h2-welcome.gif 	Missing
install/images/index.html 	Missing
install/images/submit_bg.gif 	Missing
install/images/tcat_bg.gif 	Missing
install/images/thead_bg.gif 	Missing
install/index.php 	Missing
install/resources/adminoptions.xml 	Missing
install/resources/adminviews.xml 	Missing
install/resources/index.html 	Missing
install/resources/language.lang.php 	Missing
install/resources/mybb_theme.xml 	Missing
install/resources/mysql_db_inserts.php 	Missing
install/resources/mysql_db_tables.php 	Missing
install/resources/output.php 	Missing
install/resources/pgsql_db_tables.php 	Missing
install/resources/settings.xml 	Missing
install/resources/sqlite_db_tables.php 	Missing
install/resources/tasks.xml 	Missing
install/resources/upgrade1.php 	Missing
install/resources/upgrade10.php 	Missing
install/resources/upgrade11.php 	Missing
install/resources/upgrade12.php 	Missing
install/resources/upgrade13.php 	Missing
install/resources/upgrade14.php 	Missing
install/resources/upgrade15.php 	Missing
install/resources/upgrade16.php 	Missing
install/resources/upgrade17.php 	Missing
install/resources/upgrade18.php 	Missing
install/resources/upgrade19.php 	Missing
install/resources/upgrade2.php 	Missing
install/resources/upgrade20.php 	Missing
install/resources/upgrade21.php 	Missing
install/resources/upgrade3.php 	Missing
install/resources/upgrade4.php 	Missing
install/resources/upgrade5.php 	Missing
install/resources/upgrade6.php 	Missing
install/resources/upgrade7.php 	Missing
install/resources/upgrade8.php 	Missing
install/resources/upgrade9.php 	Missing
install/resources/usergroups.xml 	Missing
install/stylesheet.css 	Missing
install/upgrade.php

anyone to help??
anyone to help??
What have you deleted in phpMyAdmin?

Where do you still see it in the ACP?
nope like i said so when uninstall bad behavior from ftp still see it on ACP panel but i delete it from there after that goes to myadminphp and i delete table call bad behavior
now need help to fix this before update forum to 1.6.6
Fatal error: Call to a member function run_hooks() on a non-object in /home/example/public_html/inc/functions.php on line 238
this is yaldaram donation plugin think so and error comes when try click on donation page same error got when try to log in admin panel
Line 238 its:
$plugins->run_hooks("send_mail_queue_start");
[Image: ScreenShot041.png]
Line 238 its:
$plugins->run_hooks("send_mail_queue_start");
Line 264 its:
$plugins->run_hooks("send_mail_queue_end");

i delete both from functions.php and error not shows again
did you deactivate and uninstall the plugin in the ACP before deleting it via FTP?
yes i deacitivate bad behavior before deleting from ftp
As an answer to your question about the missing files this is because you either deleted or renamed the install folder which is perfectly fine so just ignore it.

You said you deactivated it but did you uninstall it as well?
one more thing about ACP whenever change activate or deactivate plugin after that cannot acces to site and control panel and ftp looks like just from my IP It takes about half an hour any ideas why this going??
That's probably just your internet. Try clearing you cache that should speed things up.
i do this with ccleaner but problem its same
now when try to deactivate plugin give me this error
SQL Error:
1091 - Can't DROP 'fid'; check that column/key exists
Query:
ALTER TABLE userfields DROP fid
Have you deleted the wrong thing at some point?
Pages: 1 2