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
The error is telling you that it can't find the file includes/debug.php. Is it there?
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);
rfrovarp
Member
Posted 16 years ago #
Why don't you just use the built in support for ssl present in 2.6?
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
OK. Found some info. See here for example:
http://wordpress.org/support/topic/192227?replies=3
Thanks for the pointer.