Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Deryck

    (@deryck)

    I have fixed that but now I have another issue. I’m planning to buy the premium plugin because I need serialized settings export between sites. Now I’m getting the following error when try to clone:

    string(124) “cp -r /Users/me/Sites/website.com/wp-content/uploads/sites/2/* /Users/me/Sites/website.coms/wp-content/uploads/sites/17”

    exec() is enabled in case you think this is the issue. It’s not.

    How can I fix that? Thanks in advance.

    Plugin Author Never Settle

    (@neversettle)

    Strange! We’re looking into this, but so far can’t reproduce the error. Does it show up in the logs? or on the page? or both? Is that the complete error?

    The Cloner doesn’t actually have that exec() command in it. And it never calls “cp -r”. Was that something you added? It only calls php copy() which is not recursive. We wrapped it in our own recursive function, so “cp -r” isn’t something that the cloner would be generating. Neither is “/*” at the end of you origin path because it recursively scans and copies the files and directories one at a time.

    Anyway, happy to help, but still shooting in the dark here. Let us know what additional details you can provide, thanks!.

    Thread Starter Deryck

    (@deryck)

    I solve this too. Was a conflict with another premium duplication plugin. How can we make a more direct contact?

    I can give you and address and a username to check the development site. I want to buy the pro plugin but now I’m afraid of the effectiveness of the plugin. Perhaps something in my blog is making the plugin work sluggish.

    Thread Starter Deryck

    (@deryck)

    I’m getting crazy with this. Almost everything clones fine except two things:

    • The ID blog.dir folder does not create (I fixed duplicating and renaming with the new site ID manually)
    • NextGen Gallery directory setting does not get auto populated. Remains with value “/” when the normal behaviour is they assign “wp-content/blogs.dir/%BLOG_ID%/files/”
    • I attach and example: https://dl.dropbox.com/u/814218/nextgen.png

    Thread Starter Deryck

    (@deryck)

    Thanks a lot I will send the contact right now.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page not found after cloning’ is closed to new replies.