atlantisnet
Forum Replies Created
-
The information has been sent to you via the support form.
We installed that version and the problem still persists. In the past 24 hours there were 42,252 “flexible_shipping_ups_refresh_token” complete hooks reported in the actionscheduler_actions table. That equates to one complete action every 2 seconds. It is slowing down from 32 per second, to 1 per second and now one every 2 seconds.
Unfortunately the update did not resolve the issue. However, the number of actions has dropped from 32 per second down to just over 1 per second. Over the last 9 hours there have been 32,559 flexible_shipping_ups_refresh_token hook actions records in the MySQL table wp_actionscheduler_actions.
We updated to version 3.6.3 and so far everything looks good. I will post a followup message tomorrow with an update.
After cancelling the past-due action the site ran smoothly for a couple of hours. However, it started processing thousands of actions again.
- This reply was modified 2 months, 4 weeks ago by atlantisnet.
Action Scheduler seems to be working just fine.
Yes, there was 1 past-due action. I went ahead and cancelled it. Now the “flexible_shipping_ups_refresh_token” action doesn’t shows up anywhere and the thousands of actions per day stopped. Should the “flexible_shipping_ups_refresh_token” action show up as a pending action?
Yes, the API Connection Status (WooCommerce -> Settings -> Shipping -> UPS Live Rates) shows as OK.- This reply was modified 3 months ago by atlantisnet.
Forum: Plugins
In reply to: [WooCommerce Admin] Email not sending for revenue monthly reportI just wanted to let you know we are experiencing the exact same issue as reported here and on the GitHub.com 7920 bug report.
Forum: Plugins
In reply to: [Event Calendar] Problem with not viewing any events SOLVEDI had to reference the variables using jQuery instead of $. Here is the code that worked for me:
jQuery(document).ready(function() { var urlpath = window.location; if (urlpath == 'http://www.test.com') { // fill here the complete url to your calendar page setTimeout(delay, 400); } }); function delay() { jQuery('.fc-button-prev').children().trigger('click'); jQuery('.fc-button-next').children().trigger('click'); }Not sure. I wonder if WordPress itself is adding it (or some other plugin) after being updated. It is just odd that if I disable NextGEN Gallery the issue disappears completely. The issue also only started after we installed NextGEN Gallery. We never had this problem before. Apparently whatever is adding that code is searching for
</head>and when found inserting the code above the tag.I’m just glad I found a workaround by changing
</head>to</head >.- This reply was modified 9 years, 3 months ago by atlantisnet.
Thank you for your quick reply!
When NextGEN Gallery is activated, the code I posted on pastebin gets inserted directly before the </head> tag. If I disable NextGEN, the code does not appear.
I stumbled upon a workaround. It is not elligant but does work. If I change the </head> tag to </head > (notice the space added after the letter d) then the code does not appear even if NextGEN is activated.
Yes, I am getting an error. I took a screenshot of the error and uploaded it to:
http://atlantisnet.com/i/sidebar_js_error.pngAlso, I just found out the we are also unable to delete any sidebars created with the widget.