Viewing 3 replies - 1 through 3 (of 3 total)
  • @psychobreak

    Change the following existing line in the wp-config.php file like this:

    define('WP_DEBUG', true);

    Then try again deactivating the iTSec plugin and see whether any error is displayed in the white screen.
    Also check the web server error_log for any errors.

    dwinden

    Thread Starter psychobreak

    (@psychobreak)

    @dwinden

    It shows these errors:

    themes/functions.php on line 589
    wp_register_script( ‘jquery-migrate’, get_template_directory_uri() . ‘/scripts/jquery-migrate.js’, array( ‘jquery’ ), null );

    wp-includes/functions.php on line 3897
    trigger_error( sprintf( __( ‘%1$s was called incorrectly. %2$s %3$s’ ), $function, $message, $version ) );

    Thread Starter psychobreak

    (@psychobreak)

    I renamed better-wp-security to better-wp-security2 under the plugins folder it was deactivated. There is no problem when it is deactivated. But when I activate it, I see http 500 error when update a post or publish a new post. How can I fix this post problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't Deactive’ is closed to new replies.