qpl88
Forum Replies Created
-
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Fatal errors – same issuesI had this exact same issue. The only thing that resolved it was to keep my version of the plugin the same and first update WC and all WC related plugins on the website. After doing this, I hit update on the outdated plugin and it worked.
Hi, sharing my report will not solve this problem as I’ve outlined the issue and produced the fix. I have a background in WP development and when debugging the code, I was able to pinpoint where it was failing. Can you please update this line within your plugin? It is not compatible within php 8+ as there are stricter rules around different data type comparisons.
Hi, just wanted to see if there was any update on this or comments?
Hi Chris, thanks for coming back to me. Previous PHP version of 7.4 was working. It’s definitely the line that I mentioned in my original post as when I make the manual change, the dynamic name descriptor comes through again.
Forum: Plugins
In reply to: [W3 Total Cache] Removing items in cart redirects to homepageHi Marko,
Thanks for taking the time to respond. Is it possible to send the URL to you privately?
I currently have it set to Origin however if I change it to “origin-when-cross-origin” the removing of items work.
I’m using WooCommerce with Roots Sage 9 theme. I also use Amazon Cloudfront over S3. I do not have caching enabled on the website only browser cache and minify.
Thanks again
Forum: Plugins
In reply to: [W3 Total Cache] Removing items in cart redirects to homepageAlso having issues updating items within the cart. After updating, it removes the item altogether.
Hi Marko,
Thanks for getting back to me and apologies for the delay, I’ve just been speaking with management about what I can send to you. Is there any chance in making this ticket private before sending you examples of what I mean?
Kind regards,
PabloForum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Files remain inside temp folderJust wanted to also add, I have the following settings in my .htaccess in the root directory
php_value memory_limit 512M
php_value upload_max_filesize 1024M
php_value post_max_size 1024M
php_value max_input_time 3600
php_value max_execution_time 3600I know that seems a bit excessive