Blank screen at login/logout – tried everything!

I think is an problem of php code, maybe in your functions.phg of the theme. Start debugging feature in WP and see the error messages. add this to wp-config.php or change the constant in the file. define( ‘WP_DEBUG’, TRUE ); Also i think, read this question and his answers, many solutions for the problem.

is_plugin_active() not defined on active plugin, in the thumbnails.php file

You can try this, it works for me 🙂 // We need plugin.php! require_once( ABSPATH . ‘wp-admin/includes/plugin.php’ ); $plugins = get_plugins(); foreach ($plugins as $key => $value) { if ( $value[‘Name’] == ‘Aest Plugins’ ) { // <– name plugin validate if( is_plugin_active( $key ) ){ echo “plugin {$value[‘Name’]} is active”; }else{ echo “plugin {$value[‘Name’]} … Read more

Fatal error in my WP

Go to your plugins dir wp-content/plugins/ and rename mojo-marketplace-wp-plugin folder. This will deactivate mojo-marketplace and won’t throw you an error when you try to login. Then you can contact with their support and solve this issue.

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