icecrush
Forum Replies Created
-
@frankremmy Can you share the link for dedicated USPS extension?
Thank you! I will try the new plugin and circle back with a new ticket if needed.
I have spoken with our server support, and we are currently not using any security plugin. This issue is very recent, so I suspect it might be related to a recent update. Do you need any additional information from me to investigate this further?
How do I replicate the problem. It happens in every 30-40 days. For security I use Defender Pro by WPMU.
Here a fix I found. Let me know if this will work:
add_action(‘init’, function () {
if (!wp_next_scheduled(‘custom_square_connection_refresh’)) {
wp_schedule_event(time(), ‘hourly’, ‘custom_square_connection_refresh’);
}
});add_action(‘custom_square_connection_refresh’, function () {
if (class_exists(‘WC_Square’)) {
WC_Square::get_instance()->refresh_connection();
}
});Hello,
Thank you for the follow up but here’s the system status report: https://pastebin.com/6CtdCa3U
Fatal_error: https://pastebin.com/MiVyC2Ph
Please review this. I have this problem across multiple sites.Sure, I will send them again
I see one fatal error from 2025-06-10: https://pastebin.com/P817wvwu
system status report: https://pastebin.com/Jcrhz0eJMaybe this can help identify something
- This reply was modified 1 year ago by icecrush.