This topic has 10 replies, 2 voices, and was last updated 2 years ago ago by Tony Rodriguez
Hello, I had to change the server, after the server change, the site did not open, it redirects by itself, when I change the “page_on_front” setting of the main page from the database, the redirect stops, but I could not solve the administration panel. Why did the theme not work after the server change? I tried so hard to edit the site, I don’t want to do it all over again.
Hello, @ByLegenS,
Probably you did not migrate correctly. You may try the Duplicator plugin or contact your hosting provider. As a rule, hosting support helps with this. Site migration is not related to the theme, so we don’t have any detailed suggestions.
Regards 8Themes Team.
Hello, I have successfully migrated, there seems to be only one problem right now, there is an xstore update and when I want to update it gives this error “PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
Hello, @ByLegenS,
Try the solution from this topic – https://www.8theme.com/topic/the-package-could-not-be-installed-pclzip_err_bad_format-10-unable-to-find-2/
or do the update manually via FTP – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Regards 8Themes Team.
Thanks.
I discovered a problem, when we turn on the AMP feature, it gives the following error when trying to pay on the cart page: “Sorry, this order is invalid and cannot be paid for.”
This is because the query parameter that should have “?key=wc_order_vsvsvsvs” in the address section is replaced with “?no-amp=1”, do you have a solution for this?
Hello, @ByLegenS,
I have checked your site on my personal mobile as well and found no issue with the checkout page, cart page, or product page, all works fine as you can see in this video: https://streamable.com/uh2ezn if you see that I miss some steps then please make a video of the issue and share it and also, please share your site wp-admin URL and access in the private content area of this topic by following the below-given format
WORDPRESS ADMIN URL:
WORDPRESS ADMIN USERNAME:
WORDPRESS ADMIN PASSWORD:
So that I will check your issue on your site.
Note: Please take a complete backup of your site first.
Regards 8Themes Team.
Hi, I fixed it with a temporary solution, changing the actions/global.php file of the amp plugin as follows.
if(isset($_GET[‘key’])) wp_redirect(add_query_arg(‘no-amp’, ‘1’, home_url( $wp->request ).’?’.http_build_query($_GET)));
else wp_redirect(add_query_arg(‘no-amp’, ‘1’, home_url( $wp->request )));
Hello, @ByLegenS,
Sound’s Good!! that you have managed to fix it…
You are the best 🙂
Well, do you need any more help from me? OR it’s all fine now? Please let me know so that I will close this topic then.
Regards 8Themes Team.
You can close the topic, thanks.
Hello, @ByLegenS,
Thanks for your confirmation and contacting us.
Have a nice day.
Topic Closed.
Regards 8Themes Team.
Tagged: best selling, server change, support, themes, troubleshooting, woocommerce
The issue related to '‘Why is the theme not working after server change?’' has been successfully resolved, and the topic is now closed for further responses