Mark Kendall
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Publish for Google My Business] Advanced Custom Fields ConflictI fully agree that there is no “blame” here and I did make the effort to try and make that clear in my original post and was only trying to make the point in a subtle way that as ACF provides a huge amount of essential functionality for developers, it is likely that your plugins uptake and your reputation as plugin developers is likely to suffer as a result and so if there is a fix that you can make to mitigate the conflict, it may be of benefit to you.
I am a big fan of your work and once again, I do understand the 50/50 nature of the conflict.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Fatal Error for version 2.0.18.210622@daigo75 That fine, errors slip through for all us us at some point, the best part of this is the way you have handled the support quickly and clearly.
Keep up the great work and thanks again.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Fatal Error for version 2.0.18.210622@daigo75 I have updated to the 2.0.19.210629 version this morning and as feared, presented with a minimum version error however this is handled safely and simply provides an admin notification.
I am in the process of migrating to a newer server and so I will simple continue using the previous version until the migration is complete.
Many thanks.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Fatal Error for version 2.0.18.210622@daigo75 Not as yet, I’m planning on trying in the morning so I have a little more time as we are currently running php 7.0 and you have mentioned that the requirement is 7.1 now.
As soon as I have checked it out, I’ll let you know here.
Many thanks.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Fatal Error for version 2.0.18.210622Perfect, many thanks for the swift response.
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] PHP Version requirementsMany thanks for your prompt reply and excellent support.
Forum: Plugins
In reply to: [WP Meta SEO] 22/02 Update causes 500 ErrorUpdated to 3.6.5 and all is good!
Am pushing for server upgrade.
Many thanks again for your excellent help.
Forum: Plugins
In reply to: [WP Meta SEO] 22/02 Update causes 500 ErrorThanks for the quick response.
Sadly the server in question is a legacy server on which I am managing the WordPress install.
When you say you will provide an update to handle that, do you mean php 5.5 compatibility?
Many thanks
For those that can’t update via WordPress because your site is broken, the fix is on line 1684. Change
if(!empty($request_data['ig_mode'] && $request_data['ig_mode'] === 'remote')){
to
if(!empty($request_data['ig_mode']) && $request_data['ig_mode'] === 'remote'){
Then run the update to bring it all back into line.
Forum: Plugins
In reply to: Add meta box to select download from mediaYep, got the meta-boxes sorted but would like to be able to choose a download from within the meta-box (I.e. open the media library and select a file for downloading).
This way I can keep the download link separate in the archive page.