jnicol
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Post Manager] Metabox handle display is broken in current WPThe Filters & Columns metabox that this plugin adds to the tribe_events post type:
Steps to reproduce:
1. Add item to cart.
2. Proceed to checkout, then proceed to PayPal.
3. In the PayPal popup choose to “cancel and return to store”. You will be returned to the shopping cart.
4. Add an item to cart and “update” the cart.The error described above will be displayed.
Although it is harmless, the wording of the error message might alarm the customer. It also makes no sense: the payment was already cancelled when the user left the PayPal website.
- This reply was modified 5 years, 4 months ago by jnicol.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] “No such customer” error in live modeThis isn’t my topic, but today I ran into the same problem when switching between Stripe accounts. I just want to say thanks Praveen for a details explanation and description of possible solutions. In my case I was happy to delete the _stripe_customer_id rows from WP’s wp_usermeta table.
I wonder though, if it might be possible for the plugin to fallback gracefully if a matching customer is not found in Stripe? Perhaps resubmit the order to Stripe without a customer ID, so that it is not rejected? It seems heavy handed for the order to fail.
Also I notice that my stores old users/customers do not have a _stripe_customer_id field, and customers were not created for them in Stripe. I assume that creating Stripe customers for Woo orders is a new feature/requirement?
Forum: Plugins
In reply to: [Simple Custom Post Order] Post order not savingCan confirm the issue (drag-n-drop changes were not saved after upgrading to SCPOrder 2.4.8).
However I cannot reproduce the problem. If I perform a fresh install of 2.4.7, then upgrade to 2.4.8, drag-n-drop seems to work fine.
So there must be some other variable in play.
Forum: Plugins
In reply to: [Email Address Encoder] Update to 1.0.6 breaks siteI believe this is because the plugin now has a baseline requirement of PHP 5.3. If you’re running PHP 5.2 the syntax error will be triggered. The change was made because earlier versions of the plugin used PHP functions that have been deprecated – in this case create_function.
The best solution is to have your host upgrade to a modern version of PHP, but as a workaround you can roll back to version 1.0.5 of the plugin, which is here: https://plugins.svn.ww.wp.xz.cn/email-address-encoder/tags/1.0.5/
Forum: Plugins
In reply to: [Email Address Encoder] New update triggers fatal errorI believe this is because the plugin now has a baseline requirement of PHP 5.3. If you’re running PHP 5.2 the syntax error will be triggered. The change was made because earlier versions of the plugin used PHP functions that have been deprecated – in this case create_function.
The best solution is to have your host upgrade to a modern version of PHP, but as a workaround you can roll back to version 1.0.5 of the plugin, which is here: https://plugins.svn.ww.wp.xz.cn/email-address-encoder/tags/1.0.5/
Forum: Plugins
In reply to: [Simple Custom Post Order] Media Library bugI can confirm this bug. In our case the bug can be reproduced in WP 4.8.2 when the media library has 40+ items:
1. In WP admin navigate to the Media Library.
2. Upload a bunch of new images, say six.
3. Refresh the page. Some or all of the new images are not visible.
4. Disable the SCP Order plugin and the images are visible in the Media Library again.@zerodegreeburn Unless I have misunderstood, the suggestion was to *not* generate a new image in the media library, to avoid media library bloat. In other words, the suggestion is to overwrite the original file with the cropped image, which I see as problematic since a) it would overwrite existing thumbnails (which might be used elsewhere in the site) and b) it removes the possibility of doing further crops from the original image at a later date.
That is why I think that the “Save cropped image in media library” option is the best approach, despite the fact that the media library can become bloated with multiple crops of the same image.
I think that auto expanding all flexible fields when the plugin is enabled sounds like a very good solution.
I was about to post the same feature suggestion. The problem I can forsee with this feature is that if you ever needed to regenerate the site’s thumbnails (if you add a new image size down the track, for instance) then your custom crop will be overwritten. Might not be a deal breaker, but it could be catastrophic!
I think I have it working.
What worked for me was to change W3’s Page Cache method from “Disk Enhanced” to “Disk Basic”
After that I was able to perform a successful cron backup.
Hopefully that information might be helpful for anyone else whose scheduled backups are timing out.
Thanks for taking the time to see this issue through to its resolution. Your help is much appreciated.
Forum: Plugins
In reply to: [W3 Total Cache] page cache and disk enhanced problemSame problem for me as the post above.
My host did the force upgrade of Litespeed yesterday, which fixed the problem of HTML markup being displayed in the browser. Today, however, I either get nothing rendered at all, or the page is treated as an unknown file type by the browser and downloaded as a file.
Google Page Insights reports: “The URL was fetched, but nothing was rendered. Ensure that the URL points to an HTML page that loads successfully in a web browser.”
This only occurs when the Page caching method is disk: enhanced. disc: basic works.
Page cache: Disk enhanced
Database cache: DiskAll other settings at their default value.
I think you are onto something! The sites I’m having problems with are running W3 Total Cache, and with W3TC disabled restarts are happening at the max execution time, and the backups do not timeout.
Do you have any tips for getting BackWPup and W3 Total Cache to play nicely together?
However… even with W3TC disabled my cron jobs are now having issues uploading to Amazon S3:
ERROR: S3 Service API: The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.Manual jobs still complete without errors.
Hi Daniel. I tried the latest beta, but had the same results as with the stable version:
I aborted the job after the first timeout, but as you can see the 120s max execution time has been ignored.