Viewing 15 replies - 1 through 15 (of 15 total)
  • Having same issue:

    Fatal error: Cannot redeclare get_network_option() (previously declared in /home/divinitr/public_html/wp-includes/option.php:1073) in /home/divinitr/public_html/wp-content/plugins/wp-multi-network/includes/functions-wp-ms-networks.php on line 746

    Same here as well.

    Cannot redeclare get_network_option() (previously declared in /####/wp/wp-includes/option.php:1073) in /####/wp/wp-content/plugins/wp-multi-network/includes/functions-wp-ms-networks.php on line 746

    Had to move wp-multi-network folder out of plugins in order to get main network functioning again.

    Download the latest version from Github!

    https://github.com/stuttter/wp-multi-network

    Thanks! Github download fixed it for me too.

    Thanks Carlen!

    Wir haben die selben Probleme wie technodiva und Carlen. Ss geht keine einzigste Domain mehr, nor noch die Fehlermeldung: …wp-content/plugins/wp-multi-network/includes/functions-wp-ms-networks.php on line 746.

    HELP!!!

    Ok, danke Carlen… das hat so grob gesehen gepasst. Runterladen, auspacken, Auf Server laden und in wp-multi-network umbenennen. jetzt geht wieder alles :D.
    Danke.

    Thread Starter technodiva

    (@technodiva)

    Rolled back my upgrade as a temp fix will try github version later and update post

    Plugin Author John James Jacoby

    (@johnjamesjacoby)

    1.7.0 released to address this.

    how do i upgrade the plugin manually..?
    dont have access to my dashboard due to this error.

    Please Help.
    joe.

    Thread Starter technodiva

    (@technodiva)

    all fixed!!

    how did you managed to fix technodiva..?

    can u help.. i dont have access to my dashboard..
    what can i do..?

    please help
    thx
    joe.

    Joseph448, you need to use SFTP or some other direct filesystem access to upgrade the plugin manually.

    First, unzip the github files on your own machine, which should create a folder named wp-multi-network-master.

    Then use SFTP (or whatever) to go to your server and find the wp-content/plugins/wp-multi-network directory, which is where the current plugin files are.

    To be safe, copy those files down to your own computer (you probably won’t need them, but the first rule of the sysadmin is “Don’t do what you can’t undo.”)

    Finally, copy the contents of the wp-multi-network-master folder on your computer into the wp-multi-network folder on the server, overwriting the files that already exist there.

    Then see if your dashboard works. You may need to change file ownership or permissions on the new files so dashboard-based updates of this plugin will work in the future. See your hosting provider’s help resources for that.

    If you aren’t confident you understand any part of these directions, I recommend talking to your host’s technical support people instead. Send them the github address so they know exactly what they need to copy.

    Hope that helps.

    Multi Network Multi Site WordPress server system where you’ve updated to WP 4.4 and experienced the white screen of death

    For those that are comfortable at a command line…
    – Debian or Ubuntu linux machines

    ssh user@serverip
    sudo apt-get install zip -y
    wget https://github.com/stuttter/wp-multi-network/archive/master.zip
    mkdir tempm
    unzip master.zip -d tempm/
    sudo rsync -ar --progress --chown www-data:www-data -v $HOME/tempm/wp-multi-network-master/ /var/www/html/wp-content/plugins/wp-multi-network

    Thanks ?? upgrading to version 1.7.0 of wp-multi-network worked for me.

    I had to do it manually by downloading latest version of plugin and uploading to my server via SFTP.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Just upgraded to 4.4 and my multi-network now dead!’ is closed to new replies.