bling007
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Bypass Hide from Existing Subscribersadd_filter( ‘noptin_can_show_form’, function( $can_show, $form ) {
// Replace 10 with the actual form ID.
if ( 2245974 == $this->id ) {
return false;
}
return $can_show;
},10,2 );Forum: Plugins
In reply to: [Simple Newsletter Plugin - Noptin] Bypass Hide from Existing SubscribersThank you. Doesn’t work.. have you tested it?
I have not checked that. For me the archive pages show 0 products. They are all empty.
I will retry by purging the cache.
I did try purging pods cache to fix the issue, because this plugin is robust and hardly creates such critical errors.Will update once:
1. Update to 2.8.5
2. Purge cache from my caching plugin.
3. Purge CDN and Cloudflare caching.Regards;
Thanks for the update. 2.8.6 is what I am actively checking for every day! lol
Downgrade to version 2.8.3 and wait for them to fix it. The developers are really mute it seems. Perhaps the updates were goofy.
Forum: Plugins
In reply to: [OTP Login & Register Woocommerce] Phone Number not found!What do you plan for already registered users?
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Violation of PrivacyFound the culprit.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Whitespace Resized ImagesNevermind, there is a plugin for that!
https://wordpress.org/plugins/smart-image-resize/Forum: Plugins
In reply to: [WP-Lister Lite for Amazon] Max-Execution PHP ErrorHi John,
Thanks for the reply. I am hosted on a VPS, so you can ask questions directly.
I have pasted the error for you to check line 202 where timeout happens.It does not happen frequently.
Was hoping if you can add a MAX_EXECUTION_TIME in the WPLA plugin.
Forum: Plugins
In reply to: [Razorpay for WooCommerce] Critical ErrorUpon noticing the RAZORPAY payment settings: something new was observed.
Webhook Events
These webhook events have been recently introduced? These were all empty.
I have enabled them all for now to check if that resolves the issue.
Based on the code and the error – can it be related to that?Regards;
Forum: Plugins
In reply to: [Razorpay for WooCommerce] Critical ErrorCustomers are paying twice thinking their payments have failed. Kindly fix the above issue!
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Admin Notice (Persistent)Hi Plugin Support,
We do have alot of products and reviews. However, I am sure it is not the cause.
The issue is that the message is consistent and needs to go away. Also, it does not have an option to DISMISS!
Would appreciate it if that can be added.
Forum: Plugins
In reply to: [Razorpay for WooCommerce] Critical Error2021-06-01T01:43:02+00:00 CRITICAL Uncaught Error: Call to a member function needs_payment() on bool in /var/www/html/wp-content/plugins/woo-razorpay/woo-razorpay.php:938
Stack trace:
#0 /var/www/html/wp-includes/class-wp-hook.php(292): WC_Razorpay->check_razorpay_response(”)
#1 /var/www/html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(”, Array)
#2 /var/www/html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
#3 /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-api.php(161): do_action(‘woocommerce_api…’)
#4 /var/www/html/wp-includes/class-wp-hook.php(292): WC_API->handle_api_requests(Object(WP))
#5 /var/www/html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array)
#6 /var/www/html/wp-includes/plugin.php(551): WP_Hook->do_action(Array)
#7 /var/www/html/wp-includes/class-wp.php(388): do_action_ref_array(‘parse_request’, Array)
#8 /var/www/html/wp-includes/class-wp.php(750): WP->parse_request(”)
#9 /var/www/html/wp-includes/functions.php(1291): WP->main(”)
#10 /var/www/html/wp-blog-heade in /var/www/html/wp-content/plugins/woo-razorpay/woo-razorpay.php on line 938Forum: Plugins
In reply to: [Razorpay for WooCommerce] Critical ErrorCustomers are getting WordPress 500 error on every payment via UPI on Razorpay.
I will further collate the data and provide you material from the logs.
Kindly fix these issues ASAP.
Forum: Plugins
In reply to: [Razorpay for WooCommerce] Critical ErrorEverything is the latest version.