markragan
Forum Replies Created
-
Hi Bryle
I do not have any other plugins (or anything else) which uses Google Drive – It’s not something that I have needed to use before.
Given that Updraft Plus works OK when I disable the PHP curl extension, does this suggest that there is a conflict with the PHP curl Extension, and the default windows 10 curl install ?
When I disable the PHP extension, I s=assume that Updraft is using the Windows 10 version?
Mark
Hi Bryle
Thanks for your reply.
When this is working Ok (Ie with the PHP curl extension disabled), I guess that it will be using the pre-installed Windows 10 Version of Curl, which is:
#######
curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL
Release-Date: 2017-11-14, security patched: 2019-11-05
#######When I enable the curl PHP module (Where the backup timesout) , I am using the curl extension of PHP Version 7.4.13RC1.
I have uploaded a copy of the log, which did not fully complete the upload to Google drive here:
http://markragan.co.uk/WpLogs/log.7f3a846ef494.txt
Many Thanks
Mark
Forum: Plugins
In reply to: [Postie] Extracting email to a Custom post fieldAArrrhhh!
Everything working now, Thanks for your help.
in order to set the post type, I was testing a “to” email address. I have read & re-read this 100’s of times, but it has a typeo.
🙂
Forum: Plugins
In reply to: [Postie] Extracting email to a Custom post fieldyes, this is one of my custom post types created using CPTUI plugin.
Quick select on the table:
SELECT ID, post_title, post_type FROM WPLiamDev.Xsdy6V_posts where post_type like “%contact%”;Gives:
ID post_title post_type
3612 Contact Us Page contact-us-post
3615 Through dashboard contact-us-post
3673 This is a completed contact form contact-us-postMark
Forum: Plugins
In reply to: [Postie] Extracting email to a Custom post fieldHi Wayne
Thanks for your reply, Got this working Ok.
One more Question if you don’t mind?
In this routine I am also doing “$post[‘post_type’] = ‘contact-us-post’; “, but the post type is still set as per postie settings. Am I missing something?
Many thanks – Will do.
Forum: Fixing WordPress
In reply to: Draft & Bin items exist but not displayingHi
Thanks for replying.
I have solved this now, was my mistake (New to wordpress dev). I set up a filter to let me see published & pending posts in my blog pages.
Didn’t realise that what I had done resulted in that filter applying EVERYWHERE!.Mark