500 error for all pages and post after move localhost to server

First change database name, username and password in the config.php file /** The name of the database for WordPress */ define(‘DB_NAME’, ‘DB_NAME’); /** MySQL database username */ define(‘DB_USER’, ‘DB_USERNAME’); /** MySQL database password */ define(‘DB_PASSWORD’, ‘DB_PASSWORD’); then upload the database and run the following queries, this will change all the local links to your live … Read more

Strange behavior: random HTTP error 500 fixed by visiting Permalinks settings page (htaccess issue with language code)

Looks like it might be your WPML. See here: https://wpml.org/forums/topic/wpml-add-rewritebase-en-in-htaccess/ For posterity, the summary of this page is as follows: Problem: Some wrong settings caused an issue with “Use directory for default language”. A 500 error was showing. Solution: The client reports here that pressing the ‘Reset Settings’ button in WPML -> Languages probably solved … Read more

HTTP 500 error after plugin install

The simplest way to disable a plugin when there is no access to admin, is renaming of plugin folder. Connect via ftp by Filezilla, for example. Find plugin folder and put dot before its folder name. This should look like wp-content/plugins/.bbpress/ Such folder names are ignored by WordPress. Update the admin page and you will … Read more

Plugin PHP file gives error 500 [closed]

The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the web site’s server. You have to enable the debug true to understand what is the problem. Open the wp-config.php file. To enable debugging mode, change define(‘WP_DEBUG’, false); line to the define(‘WP_DEBUG’, true); in wp-config.php file. … Read more

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