• nathanwright

    (@nathanwright)


    Hi

    I am using your plugin on single install sites but when I try it on a multisite install of WP I get the following errors. I am using the latest version of WP and tried it with PHP version 7.0.x, 7.1.x, 7.3.x and get the same error on all versions.

    Warning: fopen(/home/mygenericsites/public_html/wp-content/mu-plugins/pdm.php): failed to open stream: No such file or directory in /home/mygenericsites/public_html/wp-content/plugins/plugin-disabler/autoload.class.php on line 38

    Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/XXXXXXX/public_html/wp-content/plugins/plugin-disabler/autoload.class.php on line 39

    Warning: fclose() expects parameter 1 to be resource, boolean given in /home/XXXXXXX/public_html/wp-content/plugins/plugin-disabler/autoload.class.php on line 40

    Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXXX/public_html/wp-content/plugins/plugin-disabler/autoload.class.php:38) in /home/XXXXXXX/public_html/wp-includes/functions.php on line 5946

Viewing 1 replies (of 1 total)
  • Plugin Author Christian Bautista

    (@akosicb)

    Hi,

    Thank you for sending this over here.

    I have experienced this issue as well before while working on the plugin. The problem here is that the mu-plugin folder is not writable which prevent the plugin from writing the pdm.php in your website mu-plugins folder.

    Please go to the plugin menu under tools and then follow the instruction there, I am assuming that you have FTP access.

    You need to put the file there manually.

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Error on multi site’ is closed to new replies.