The MU forums have moved to WordPress.org

Problems with Admin SSL plug in with WPMU 2.6.1 (6 posts)

  1. xyzzy
    Member
    Posted 15 years ago #

    Hi, I followed the instructions for installing Admin SSL plugin with WPMU and I am getting a failure. Error message below.

    It seems as though WPMU is choking because admin-ssl.php was copied outside of the admin-ssl folder and put right into mu-plugins.

    Any advice?

    Warning: require_once(includes/debug.php) [function.require-once]: failed to open stream: No such file or directory in /www/hosts/sitedir/docs/wp-content/mu-plugins/admin-ssl.php on line 56

    Fatal error: require_once() [function.require]: Failed opening required ‘includes/debug.php’ (include_path=’.:/php/includes:/opt’) in /www/hosts/sitedir/docs/wp-content/mu-plugins/admin-ssl.php on line 56

  2. tdjcbe
    Member
    Posted 15 years ago #

    The error is telling you that it can't find the file includes/debug.php. Is it there?

  3. xyzzy
    Member
    Posted 15 years ago #

    Thanks. Yes, it's there (in admin-ssl).

    I added these to wp-config.php and this seems to work:

    define('FORCE_SSL_ADMIN', true);
    define('FORCE_SSL_LOGIN', true);

  4. rfrovarp
    Member
    Posted 15 years ago #

    Why don't you just use the built in support for ssl present in 2.6?

  5. josswinn
    Member
    Posted 15 years ago #

    Could you elaborate on the built in support for SSL in 2.6?

    I've seen it introduced recently in wordpress.com blogs and see the ticket for it on trac (7561) but that is apparently due to be rolled out in the 2.7 release.

    cheers
    Joss

  6. josswinn
    Member
    Posted 15 years ago #

    OK. Found some info. See here for example:
    http://wordpress.org/support/topic/192227?replies=3

    Thanks for the pointer.

About this Topic