• Resolved nick6352683

    (@nick6352683)


    Fatal error: Call to undefined function register_setting() in C:\Program Files (x86)\Ampps\www\themes\wp-content\plugins\multisite-cloner\multisite-cloner.php on line 91

    Tried on 2 localserver environments – Usbwebserver, and Ampps. The error message is from the Ampps. Too bad, as I was praying so a plugin like this for a long time!

    https://wordpress.org/plugins/multisite-cloner/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Manuel Razzari

    (@manuelrazzari)

    Nick, what version of WordPress are you using?

    Thread Starter nick6352683

    (@nick6352683)

    Hi Manuel,

    Thanks for your quick response. I am using a fresh installation of WordPress v3.9.1

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    I’m out for the weekend, so will be able to look at this in detail on Monday, but for now you could try one of these:

    1. Navigate to the site’s front end, then go back to the admin. That may fix it.

    2. Open up multisite-cloner.php, and try changing this line:
    add_action( 'init', array( &$this, 'init_multisite_cloner' ) );
    into this:
    add_action( 'admin_init', array( &$this, 'init_multisite_cloner' ) );
    That is, replace “init” for “admin_init”.

    Thread Starter nick6352683

    (@nick6352683)

    I will do it tomorrow and report back one way or another.

    I can’t thank you enough for your fast responses and help.

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Hello Nick, did you have any luck with those changes?

    Thread Starter nick6352683

    (@nick6352683)

    I just tried your suggestion… and it worked. This plugin is wonderful, I will do some more detailed testing, and give it a nice review. In the 2 minutes I used it so far, I was able to clone a site.

    Thanks a million Manuel, you are a Rockstar !!!

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Thanks for the rockstar comment!
    Which of the suggestions did you try? Loading the front end first? Or the code change?

    Thread Starter nick6352683

    (@nick6352683)

    Code change…

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Thanks, I’ve updated the plugin with this change, and credited you in the logs 🙂

    (You don’t need to re-download the plugin right now, as you already have the change.)

    Thread Starter nick6352683

    (@nick6352683)

    Wow, that was unexpected. Since you fixed the plugin, and I love it, I will change the status from “Not Working”, to “Working”. I will also give you a good review.

    Thanks a million Manuel, this plugin will be a great help. As a theme developer I needed this plugin to help me create local test sites faster.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘I get fatal error message when network activating’ is closed to new replies.