New message undefined constant ‚FORCE_SSL_ADMIN‘

  • Unknown's avatar

    when logging in I get the message “Use of undefined constant ‚FORCE_SSL_ADMIN‘ – assumed ‘‚FORCE_SSL_ADMIN‘’ (this will throw an Error in a future version of PHP) 1 wp-config.php:67 WordPress Core

    The backend opens without any problem

    the wp-config contains:
    define (‘WPLANG’, ‘de_DE’);
    define (‘FS_METHOD’, ‘direct’);
    define(‘WP_DEBUG’, false);
    define(‚FORCE_SSL_ADMIN‘, true);
    define( ‘WP_MEMORY_LIMIT’, ‘768M’ );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define(‘FORCE_SSL_LOGIN’, true);
    define(‘FORCE_SSL_ADMIN’, true);

    Thanks for help
    Thomas Rubin
    trueprojekte.com/foto

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    It looks like your site is using the open-source WordPress software (from WordPress.org) but is hosted with another webhost.

    We’re only able to provide support for WordPress websites that are hosted by us here at WordPress.com. For help with a WordPress site hosted elsewhere you’ll need to ask over at the WordPress.org forums:

    https://wordpress.org/support/forums/

    Depending on the level of support that is included with your hosting plan, your webhost’s support team may also be able to assist.

    If you want to know more about the differences between WordPress.com and the open-source WordPress software you can read this article:

    WordPress.com vs. WordPress.org

  • The topic ‘New message undefined constant ‚FORCE_SSL_ADMIN‘’ is closed to new replies.