-
AuthorPosts
-
December 21, 2016 at 6:43 pm #727218
Hello there,
It’s the second time I have this issue since the Update on WP 4.7 and the Latest Edition of Enfold.
I have migrated my Website as always. It’s not the first time I migrate a Website with Enfold theme and everything went Well so far… So there is something new on this iteration that causes a huge problem.
Technically, It looks there is an issue with the database or enventually the encoding ?!?!
I’m not a huge dev. Moderators will find all the access to the dev website and my clients access. So they can figure this one out.
Front-end view of my problem
Back-end view of my problemModerators have all the access I can provide.
I’m sure you will find a solution :)
Best regards,
Pascal- This topic was modified 7 years, 11 months ago by PascalStifani.
December 22, 2016 at 7:59 am #727422Hey PascalStifani,
Thanks for the details, what did you use to migrate the site?
Best regards,
RikardDecember 22, 2016 at 11:46 am #727484Hi Rikard,
I use Filezilla for the files
Then on PhpMyAdmin, I do an export “Export menu > Execute”
Once I’m on the new Database :
Import file.sql
And then I use this SQL request :UPDATE wp_options SET option_value = replace(option_value, 'http://www.ancien-site.com', 'http://www.nouveau-site.com') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = REPLACE (guid, 'http://www.ancien-site.fr', 'http://www.nouveau-site.fr'); UPDATE wp_posts SET post_content = REPLACE (post_content, 'http://www.ancien-site.fr', 'http://www.nouveau-site.fr');
- This reply was modified 7 years, 11 months ago by PascalStifani.
December 22, 2016 at 5:47 pm #727594OK found the problem.
I changed the Way I Export / Imported the Database resolved the problem.
Thanks :)
December 22, 2016 at 5:59 pm #727597Hey!
Happy you could solve it
Feel free to let us know if we can do anything else for you, we will be happy to help.Thanks a lot
Regards,
BasilisDecember 23, 2016 at 2:37 pm #727945@pascalStifani can you tell me what you did? I have the same issue and can’t solve it. It probably has to do with collation settings but I’m not sure.
Cheers,
JaapDecember 23, 2016 at 2:59 pm #727961Hello Jaap,
I don’t know if it will help you. But I simply Exported / Imported my Database with the Option the cPanel offered me.
On cPanel, there is an option to export Dump.
Then, on the other Hosting service, I imported a Dump.Then… Magic.
Hope it helps.
PascalDecember 23, 2016 at 3:17 pm #727969Hi Pascal,
Thanks for the info. I exported with Phpmyadmin and that didn’t end well. Now I’ve tried with plesk and this import seems ok. Rather strange…
Anyway thanks for the tip!Cheers,
Jaap -
AuthorPosts
- The topic ‘[SOLVED] /r/n/ code after migration’ is closed to new replies.