webaware
Forum Replies Created
-
G’day duongcuong96,
Looking at the changes between .10 and .11, I can’t see where you’ve fixed the problem of large S3 uploads failing due to not using multipart uploads, so I have only run it on a small site. Works fine! Any news on S3 multipart uploads?
cheers,
RossG’day duongcuong96,
That works well on my simple test environment, I can enter the key/secret and then enter the bucket name. Looking good, thanks for your efforts!
cheers,
RossThanks, good explanation.
cheers,
RossG’day Larry,
Can you tell me please what you had to do to fix your problem?
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Error with nested forms?F A B.
Thanks for the bug report and testing. I’ll get an official release out with that fix in the next day or so.
cheers,
RossForum: Plugins
In reply to: [GF Windcave Free] Error with nested forms?G’day epro123,
I don’t have Gravity Perks, so I can’t test that. However, I’ve made a small change in hopes that it fixes this problem. Can you test please?
https://www.dropbox.com/s/ysu8yc3l1o1c98a/gravity-forms-dps-pxpay-2.3.1-dev.zip?dl=1
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] technical difficulties product editG’day Ben,
Yes, when the release comes out (tomorrow!) it will be the same thing but with a different version number, and will replace what you’ve just installed. The -dev version will be replaced by the official version.
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] technical difficulties product editG’day Ben,
Can you please try the linked dev version above? If it fixes it, I’ll push the update out tomorrow.
I thought it would be an isolated case, but it seems that the update to WooCommerce 3.6.3+ has pushed a number of other developers to make some changes that load front end functions in the admin. Got to love “performance fixes” 🙂
cheers,
RossForum: Plugins
In reply to: [Eway Payment Gateway] technical difficulties product editAwesome!
Forum: Plugins
In reply to: [Eway Payment Gateway] technical difficulties product editG’day Andrew,
Logs received, thanks. I can see what’s going on, but why is a minor mystery.
The WooCommerce notice functions are not loaded in the WP admin, only on the WP front end, so there should not be any conflict with me loading a shim for when it’s missing. The fact that there is indicates that another plugin is doing something front end in the WooCommerce admin, loading in things that aren’t normally loaded in the admin, and loading them after my plugin has already defined the
wc_add_notice()function.I’ve removed that function from my plugin now, since I no longer support WC < v2.6 and can rely on it always being there now. Please try this dev version and see if it resolves your problems.
https://www.dropbox.com/s/4kyy3v2nx0p93x3/eway-payment-gateway-4.3.3-dev.zip?dl=1
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] Empty ZIPG’day kluchnyk,
An empty zip file suggests an error in the packaging process. If you can get hold of an error log, it should give some indication of what’s going wrong.
You can find your website error log through your hosting control panel, usually under a button called Logs. If you’re not sure where to find it, you can tell WordPress to write errors to the file wp-content/debug.log by editing your wp-config.php file. Find the line that says:
define('WP_DEBUG', false);And replace it with this:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);NB: you should change it back when you’re finished, because debug mode slows your website down a bit!
cheers,
RossG’day Alexander,
When I look at that page, it’s currently being redirected back to the HTTP page, so I can’t see what’s happening.
However, I have seen instances of what you describe, and it always comes back to the theme and what it’s doing in JavaScript. I suggest that you contact your theme authors and see if they can assist you.
cheers,
RossForum: Plugins
In reply to: [Easy Digital Downloads Free Link] Digital service one form per serviceG’day Tony,
You’re best off asking the fine folk at EDD about that. I suspect it can accommodate what you’re trying to do, however, I have to say that give your requirements I would probably be looking at WooCommerce and its array of plugins. But I recommend that you ask the people at EDD first, because EDD can often be a much lighter solution if you can get it to do what you need.
https://easydigitaldownloads.com/support/
cheers,
Ross[PS: the EDD Free Link plugin isn’t likely to be part of your solution, but I suspect you hit on this one when you meant Easy Digital Downloads itself]
Forum: Plugins
In reply to: [Eway Payment Gateway] technical difficulties product editG’day rainsey,
I’m not seeing any errors in my test sites, nor in client sites. Can you please send me your site info via my support form? You can copy your site info by navigating here and clicking the button “Copy site info to clipboard”:
Tools > Site Health > Info
NB: don’t paste it here! Prying eyes, etc. Please send to me via my support page:
https://shop.webaware.com.au/support/
Are you able to look for errors in your website’s error logs? You can find them in your hosting panel (e.g. cPanel or Plesk).
cheers,
RossForum: Plugins
In reply to: [Disable Emails] Is this MailPoet # compatible?G’day jenjen65,
This plugin stops all emails sent through the WordPress
wp_mail()function. If you have MailPoet configured to use MailPoet Sending Service or an SMTP gateway instead, then its emails should still be sent. I recommend that you test this with a sample list of one (yourself!) to see if that’s true.cheers,
Ross