TenyHarko
Forum Replies Created
-
You’re welcome ‘abdesign’,
happy to hear that it fix your problem.
I don’t know too why this problem occurs. But I’ve bought yesterday the pro version of this plugin and since it now deals with wp multisite stuff (the lite version of duplicator do it but with trouble – you know it now ?? ), I hope it will fix the problem. Did not try it already.
BR,
Teny
Hi,
I’ve already experienced this problem but solved it.
I’ve realised that it came from the wp-config.php :
the var PATH_CURRENT_SITE was like this :
define('PATH_CURRENT_SITE', '');
and it had to be :
define('PATH_CURRENT_SITE', '/');
Not sure but I think it has resolved the prob.
Moreover you have to take a look to wp_site table if you still experience issues…
Hope it will help.
Regards,
Ten
- This reply was modified 8 years, 4 months ago by TenyHarko. Reason: syntax
Okay Cory,
just forgot my last post.
I’m so confused, I’ve just seen this feature already exists…
Shame on me since I use this plugin for a long time now and did not see the “database” tab on package creation.Sorry for that.
BR,
Ten
Thanks for the quick reply Cory.
I’ve submitted the ticket.
Hope it will help finding a solution.BR,
Ten
Hello Cory,
thanks for the reply.
Not all url, but some of them are stored in “serialized” format in wp_posts table db :
https://www.example.com/folder/
is stored ashttp%3A%2F%2Fwww.example.com%2Ffolder%2F
These url are NOT changed when the duplicator process is finished.
Don’t know if you are familiar with VC plugin (Visual Composer), but this happen when url are stored as parameters shortcode.
for example :
[vc_row][vc_column][my_vc_custom_component myurlparam="http%3A%2F%2Fwww.example.com%2Ffolder%2F"] ... [/vc_column][/vc_row]
Now I use another plugin (better search a replace) to change all problematic url.But, once again, I would like to tell you your plugin is very helpful and I will have bought the pro version for sure if this url problem was not there.
Hope my answer will help.
Thanks again for the reply.BR,