Table of Contents

Required FS_METHOD

MainWP plugin required the Filesystem Method to be set to direct to perform updates properly.

If it’s set to any other option, it is more than likely that some features won’t work properly.

To set the Filesystem to direct, please add the following code line to the wp-config.php file on your Child sites:

define( 'FS_METHOD', 'direct' );
Still Have a Questions?
Search for additional solutions in the MainWP Community or start your own discussion