• Resolved Pete

    (@angio)


    With the latest version of WordPress when I clone a site from the link in All sites. The newly created blog does not have any content from the cloned one. It just has the default hello world post.

    To test I reverted to WP version 4.6 and it’s working

    • This topic was modified 7 years, 8 months ago by Pete.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Manuel Razzari

    (@manuelrazzari)

    Thanks @angio for the report. We’ll look into it ASAP.

    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Hello @angio, I’ve just tested on 4.7.3 and it all worked as expected.
    Maybe try disabling all other plugins?
    Please let me know, thanks!

    Thread Starter Pete

    (@angio)

    @manuelrazzari it seems I had this in my themes functions file while testing some dev work I forgot about it.

    remove_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 );

    This seems to have caused the plugin to not copy the specified site but use some default

    So the problem was my theme which was being customized had disabled an action your plugin setup uses

    • This reply was modified 7 years, 8 months ago by Pete.
    • This reply was modified 7 years, 8 months ago by Pete.
    Plugin Author Manuel Razzari

    (@manuelrazzari)

    Thanks for letting me know!

    Thread Starter Pete

    (@angio)

    @manuelrazzari it’s actually s2member plugin causing the problem.

    If s2member is network activated. The cloned site is my main site. Once I disabled s2Member from being network activated. I then activated s2 on the site being cloned. Cloning then works when I register on the frontend of my main site through a custom form.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working in latest WordPress version’ is closed to new replies.