inceweb
Forum Replies Created
-
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyCan you contact us at?contact@neahplugins.com?for support regarding this?
Will do, but we want to create a test environment first.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyAs a?test, what happens if you disable all caching everywhere ?
We did this is step 3 of the previous response. All caches disabled, CDN switched off, browser cache flushed, cookies cleared. Made no difference.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyWe’ve tried a number of things.
(1) We switched from PHP sessions to cookies. Made no difference.
(2) We added no-cache rules to Super Cache and the CDN to stop caching of the product and quote list pages, and the cookie rfqtk_wp_session_*
The cookie is set, so for example cookie rfqtk_wp_session_6bc1af258475ec126d1be66e6bee873a has the value 3386d53452f5c247c04721eec3def137||1727434179||1727542179(3) The Quotes list was still empty so we turned off ALL caching and the CDN.
(4) That didn’t make any difference so we disabled all but the WOOCOMMERCE and WOO RFQ FOR WOOCOMMERCE plugins and tried again. Still, the Quotes list is empty.
Is there anything else we can try?
- This reply was modified 6 months ago by inceweb.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyWe’re using Clourdflare CDN to cache the site but have now added exceptions for the above product and the /quote-request/ page.
Here are the server requests between the product “Add To Quote” click to the quote list page:
2024-08-27 22:21:14 Access 172.69.194.134 200 POST /?wc-ajax=get_refreshed_fragments HTTP/1.0 https://weavingyarn.co.uk/product/toika-liisa-countermarch-floor-loom/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 15.3 K Apache SSL/TLS access
2024-08-27 22:21:18 Access 162.158.42.75 200 GET /wp-content/plugins/woo-rfq-for-woocommerce/gpls_assets/js/gpls_woo_rfq.js?ver=15840 HTTP/1.0
2024-08-27 22:21:17 Access 172.69.194.134 200 GET /quote-request/ HTTP/1.0 https://weavingyarn.co.uk/product/toika-liisa-countermarch-floor-loom/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 47.7 K Apache SSL/TLS access
2024-08-27 22:21:19 Access 172.71.151.46 200 GET /wp-content/plugins/woo-rfq-for-woocommerce/gpls_assets/js/rfq_dummy.js?ver=67595 HTTP/1.0
2024-08-27 22:21:20 Access 172.70.160.235 200 GET /wp-content/plugins/woo-rfq-for-woocommerce/gpls_assets/js/rfq_dummy.js?ver=49760 HTTP/1.0 https://weavingyarn.co.uk/quote-request/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 812 Apache SSL/TLS access
2024-08-27 22:21:20 Access 172.70.163.60 200 GET /wp-content/plugins/woo-rfq-for-woocommerce/gpls_assets/js/gpls_woo_rfq.js?ver=1913 HTTP/1.0 https://weavingyarn.co.uk/quote-request/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 839 Apache SSL/TLS access
2024-08-27 22:21:20 Access 141.101.99.17 200 GET /wp-content/plugins/woo-rfq-for-woocommerce/gpls_assets/js/gpls_wh.js?ver=38061 HTTP/1.0Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyThank you for update.
Deleted and re-installed the plugin as instructed. The table hXRGj5j_npxyz2021_sessions now exists and a new record is added each time we submit a quote request.
However, the problem persists, quote list remains stubbornly empty.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyWe are seeing a lot of ngnix errors like this even with session cookies configured:
FastCGI sent in stderr: “PHP message: WordPress database error Table ‘wp-wy.hXRGj5j_npxyz2021_sessions’ doesn’t exist for query SELECT option_value FROM hXRGj5j_npxyz2021_sessions WHERE option_name = ‘_rfqtk_wp_session_fe23e6b5191f6c540c49ff50a3ab8329’ LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, RFQTK_wp_session_start, RFQTK_WP_Session::get_instance, RFQTK_WP_Session->__construct, RFQTK_WP_Session->read_data, RFQTK_WP_Session->np_get_session” while reading response header from upstream
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyAlso updated plugin to 1.9.160 and tried using session cookies with the STYXKEY prefix, to no avail.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] Your Quote Request List is Currently EmptyHi,
Tried turning off all caching, Jetpack, CDN and object cache. Problem persists.
Is there anything else we can try?
Thank you.
Forum: Plugins
In reply to: [Max Mega Menu] Vertical divider between columnsPerfect. Many thanks.
Forum: Plugins
In reply to: [WPC Product Table for WooCommerce] Change default for “Show 10 entries”Frustrating, isn’t it?
It’s a trivial change to the code which we ran with for a couple of months but we have since redesigned the site and ditched the plugin.
I doubt it anyone at WPC reads the support forum. There’s space below this post to prove me wrong!
We have managed to solve this issue.
The cause was a filter overridden through functions.php called ‘woocommerce_format_dimensions’ which we were using to add some formatting to the shipping dimensions on products.
It isn’t obvious to us why this was affecting the gift card variable product, but removing it solved our problem.
Closing the support issue but leaving it here in case it helps somebody else.
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Massive xml filesUpdate at 1.3.17 – the Pinterest xml files grew up to 96-GB this time. Deleted and switched off.
Update at 1.3.18 – enabled again to see if they have fixed it (no mention in development log though).
Forum: Plugins
In reply to: [WooCommerce Product Table Lite] Vulnerability flagged by Solid SecurityAlso being reported by Wordfence (same CVE-2023-47519 via patchstack.com):
WooCommerce Product Table Lite <= 2.6.2 – Cross-Site Request Forgery (wordfence.com)
The description isn’t terribly helpful:
“The WooCommerce Product Table Lite plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 2.6.2. This is due to missing or incorrect nonce validation on an unknown function. This makes it possible for unauthenticated attackers to perform an unauthorized action via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.”
I note that the same researcher has posted dozens of CSRF and XSS vulnerabilities in the past past few weeks, which may be output from an automated scanning tool.
In answer to warby15’s question “Is this something to be concerned about?” – as an alert WordPress admin, probably not.
Here’s how we fixed it:
(1) Enabled General Settings > Performance & Debug > Clear caches actively.
(2) Deleted and recreated any glossary items still showing with alphanumeric tooltips.
Tooltips worked perfectly before. Unfortunately we can’t say exactly when they stopped working.