I am working on to the website, after making transfer into another server the woocommmerce order area not working but rest of website works properly.
Can anyone who get this issue. Please help me to find the issue.
Wordpress version:4.8.8
PHP version:7.4
Woocommerce version: 2.5.5
Thanks
You check first is that your orders are available in database or not. If Order lists data available in your database then you should check you site using your debugging tools.
Related
I have a question regarding the WooCommerce continuous deployment. I need to update changes without effecting the user data, layout, and all other important data. Is there any way for continuous deployment without a break?
It will be a great help if someone can help.
Hello Asela and welcome to Stack Over Flow! I believe what are you looking for is the a staging environment. This mean that you want to test custom codes to your Woocommerce but not on the live website, or the website where your user's data are sored. Instead, you want to do your testing somewhere else, and when you are sure about them you updated the main site.
1- To do this you need a second WordPress install either on your hosting server or even on your local computer.
2- Place your custom codes into fucntion.php or inside a custom plugin.
3- When you are done testing, and you're satisfied with your customization you can simply upload your code into the main site.
This is my solution for you, please let me know if I'm didn't understand your goal, you can comment here and I will be at your assistance.
Without me being on the website, it suddenly shows the message: "The site is experiencing technical difficulties." I noticed this at the beginning of the month. Yet the Analytics account indicates it must have started at 31.05.
I am using Google Cloud Compute Engine, Wordpress "click to deploy platform" from "virtual machines".
Even reinstalling Snapshots from before this started does not bring me a working website again. It always shows the same error.
Please help me. Does anyone have any ideas? Or do I have to set up everything again from the beginning?
Thank you!
This answer applies if you have Google Analytics for WordPress by MonstorInsights installed.
The problem is caused by one of the latest releases. Their release did not include the file lite/includes/admin/wp-site-health.php.
The solution is to connect to your instance via SSH. Then go to the WordPress Plugin directory /wp-content/plugins and rename the directory google-analytics-for-wordpress. This disables the plugin. You should be able to login to WordPress. Go to plugins and update Google Analytics for WordPress by MonstorInsights.
Update:
I forgot to mention to check the Apache logs. Check the logfile apache2/logs/error_log. Use tail and look at the last couple of errors. This will help you figure out what is going wrong.
I'm using woocommerce rest api version 2 and I'm having problem to list all order as its not giving me list of all recently added orders.
For example: If I had add one order which has order id :1922 so its added to backend but when I want to view orders using this api : wp-json/wc/v2/orders
it give me all orders except order which I had recently added which is 1922.
Its working charm till I have transferred server but after moving to other server it suddenly stopped working and due to that I'm having issue in my Ionic app in which I'm using Woocomerce v2 API.
What would be the issue?
I have solved this issue by disabling static and dynamic cache and also cleared memcache too.
Its actually issue in server side above actions need to done and i disabled static and dynamic cache and also cleared memcache so it solve the issue.
So if anyone have such kind of issue please follow this step and issue will be resolved but if you have transfered site from one server to another then this solution will help.
I am not sure about my what happened to my site but the site title suddenly change to
+ADw-/title+AD4-Hacked By Mister Spy +ACYAJg Souheyel.+ADw-DIV style+AD0AIg-DISPLAY: none+ACIAPgA8-xmp+AD4
and my order email is not working properly. Anyone got same problem?
Do you think what happened to my site? Any Solution to this?
Ah, the clue is this: "Hacked By Mister Spy".
You got hacked because you are using an old version of WordPress. That's very typical; when running WordPress, keep it and all themes/plugins updated in order to stay safe and secure.
Since version 3.7, WordPress will automatically update itself with security fixes when they are released by WordPress. FYI, these security updates are not full updates to the latest version; they are patches, and you will still see advisories to fully update to the latest full version.
To correctly clean your site and hosting account of the hack, carefully follow https://codex.wordpress.org/FAQ_My_site_was_hacked .
Then take a look at the recommended security measures in https://codex.wordpress.org/Hardening_WordPress and http://codex.wordpress.org/Brute_Force_Attacks
Twitter have stopped api 1 in the last few days and as a result 'wp to twitter' has stopped working. There seems little (comprehendible) info on the twitter site for updating to 1.1.v. I deleted the app (or tried another issue) and created a new application (with read and write). I then went to my wordpress plugin and updated the tokens and keys but still get the message
Twitter requires authentication by OAuth. You will need to update your settings to complete installation of WP to Twitter.
Should I just change the wordpress plugin?
Any help would be appreciated.
If you really have entered your tokens correctly, then it sounds like a bug in the plugin.
Give my plugin a try if you like. http://wordpress.org/plugins/latest-tweets-widget/
If you have the same problems I'll try to help.