How can I reactivate a plugin without access to my dashboard?

You can do this by editing the database via PhpMyAdmin. Go to your database’s Options table and find a row called active_plugins. You should see something like this… a:10:{ i:0;s:49:”1and1-wordpress-wizard/1and1-wordpress-wizard.php”; i:1;s:29:”acf-repeater/acf-repeater.php”; i:2;s:30:”advanced-custom-fields/acf.php”; i:3;s:45:”limit-login-attempts/limit-login-attempts.php”; i:4;s:27:”redirection/redirection.php”; i:6;s:33:”w3-total-cache/w3-total-cache.php”; i:7;s:41:”wordpress-importer/wordpress-importer.php”; i:8;s:24:”wordpress-seo/wp-seo.php”; i:9;s:34:”wpml-string-translation/plugin.php”; } You can add a new row for your plugin. You will need to know the following. … Read more

WordPress HTTP 500 Error

You’ve got an SSL certificate on the site. So start by telling people to go to https://brothas.online instead of the link above 😉 More importantly: Second go ‘Settings‘ -> ‘General‘ and set both ‘WordPress Address (URL)‘ and ‘Site Address (URL)‘ to ‘https://brothas.online‘ Then go to ‘Settings‘ -> ‘Permalinks‘ and save you settings again. This should … Read more

500 Internal Server Error after Register dialog, but with successful registration

Internal Server errors are usually thrown when there’s an error somewhere in the code. You did the right thing searching the logs, but depending on your hosting configuration not all errors can be written there. I like using WordPress’s own logging facility. Here’s what you need to do: Stick the following lines in your wp-config.php … Read more

Error Logs to Diagnose Error 500 in LAMP

You are using Apache for your http server,it will keep it owns logs for access & errors, depending on how you have it configured. By default Apache will probably use the following logs; /var/log/httpd/access_log /var/log/httpd/error_log or /var/log/apache2/access_log /var/log/apache2/error_log Log locations are in your Apache Config (/etc/httpd/). Check here for details. Using WP_DEBUG The WP_DEBUG flag … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)