Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter jigsaw888

    (@jigsaw888)

    and can i just say it seems totally bizarre to me that you would want me to start another thread askign exactly the same question that wasnt answered in the last thread. I mean no big deal I just dont understand why. It is not as if I was asking about something totally different It was the exact same problem.

    Just to add about the problem. The same problem is occuring with the replicator plugin this plugin is based on but ‘ns cloner’ is working fine and added the /

    Anyways… any help appreciated.

    Are you using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster on the other thread?

    No? Then your problem – despite any similarity in symptoms – is likely to be completely different. So please help us to help you and just post a new topic when we ask you to.

    Thread Starter jigsaw888

    (@jigsaw888)

    ok I have created a new topic when asked.

    Thread Starter jigsaw888

    (@jigsaw888)

    and just fyi this problem occurs independently of what plugins or themes are installed

    I can confirm this behaviour of blog copier, but can’t say, if its caused by WP version 3.5.1 (had not try blog copier before).

    The plugin creates a wrong path for copied blogs with subfolder solution. You can fix this manually but the media files are still broken.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I’ve tagged this for Blog Copier, but honestly I don’t know :/

    Having the same problem =\

    Same problem. Blog Copier appears to be broken in 3.5.1.

    I saw a hack for this in the net. It is about adding the missing / in the source code. I implemented it once and it worked, but now I use the duplicate plugin from NS Settle – so I have to look on my hardisk, if I have stored the customized blog copier plugin.

    Oh cool. If you find it, please post it. I’m happy to implement a fix but I don’t have time to figure it out right now.

    Quick fix:

    1) Go in the plugin and open blog-copier.php
    2) change line 223 from :

    $path = trailingslashit( $base . $domain );
    to
    $path = trailingslashit( $base . “/” . $domain );

    … reupload and that should do it.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Blog Copier Sub site URL path "/" missing after 3.5.1 update’ is closed to new replies.