Quantcast
Channel: WordPress.org Forums » [WordPress MU Domain Mapping] Support
Viewing all articles
Browse latest Browse all 3502

Please edit your wp-config.php and move the line define( ‘SUNRISE’, ‘on’ );

$
0
0

Replies: 0

Wordpress MU Domain Mapping Version 0.5.5.1
Wordpress Version 4.7.3

When I visit /wp-admin/network/settings.php?page=dm_admin_page, I see the message:

Please edit your /home/username/public_html/wp-config.php and move the line define( ‘SUNRISE’, ‘on’ ); above the last require_once() in that file or make sure you updated sunrise.php.

I have done both these things:

  • In wp-config.php, I have:
    /** Sets up WordPress vars and included files. */
    define('SUNRISE', 'on');
    require_once(ABSPATH . 'wp-settings.php');
  • I have copied /wp-content/plugins/wordpress-mu-domain-mapping/sunrise.php to /wp-content/sunrise.php

yet the same error remains.

Help appreciated.

Regards,
Steve


Viewing all articles
Browse latest Browse all 3502

Trending Articles