vinkla / wordplate

A boilerplate for WordPress, built with Composer and designed with sensible defaults.
2.12k stars 155 forks source link

Cannot install network because mu-plugin is active #240

Closed dbrw closed 5 years ago

dbrw commented 5 years ago

Expected Behavior

On this step of begining network setup I can see the form to start the installation process.

Actual Behavior

there is Warning: Please deactivate your plugins before enabling the Network feature. error and nothing else.

Steps to Reproduce the Problem

after initial setup:

  1. edit the wp-config.php file to uncomment define('WP_ALLOW_MULTISITE', env('WP_ALLOW_MULTISITE', true)); line;
  2. go to dashboard > tools > network setup
  3. see the warning there

Versions

I think the problem is because the mu-plugin plate/plate.php been activated. Any best practice to solve this?

vinkla commented 5 years ago

Thanks for reporting the issue! I haven't personally used the plugin loader with multisite.

Maybe @tditlu knows more about this?

dbrw commented 5 years ago

As for now, my work around is to rename mu-plugin directory before starting the setup then re-rename it to original name after the setup finished.

vinkla commented 5 years ago

Have you tried this with a "normal" WordPress setup? Maybe this isn't related to WordPlate.

vinkla commented 5 years ago

Just did a quick search and found this: https://core.trac.wordpress.org/ticket/23825

It seems this is the expected behaviour. This is not related to WordPlate.

Thanks for reporting though!