• Resolved Jasonian

    (@jasonian)


    In ns-cloner.php, there are two php 7 errors.

    Please update line 976 from:
    global $$section_classname;
    to
    global ${$section_classname};

    Also update line 996 from:
    global $$section_classname;
    to
    global ${$section_classname};

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jasonian

    (@jasonian)

    Scratch that, it breaks the plugin. ??

    Still, though, this needs to be php7 compliant!

    Plugin Author Never Settle

    (@neversettle)

    Absolutely! We had made an update for this months ago, but never pushed it! (ugh! That’s on us). We were waiting for more beta feedback that never came in, but we should have had it up a long time ago. Sorry about that. Still not a lot of people on PHP 7 yet ?? Let us know if you see issues. Thanks for reporting this.

    Thread Starter Jasonian

    (@jasonian)

    Well, I now get 500 server errors. A new site is created with the correct subdomain url, but nothing is cloned.

    Plugin Author Never Settle

    (@neversettle)

    Server 500 errors are frequently caused by a directory/file permissions issue. Have you tried making sure that the wp-content directory (and ALL subdirectories) are set to 755 ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 7 Errors’ is closed to new replies.