Systasis Computer Systems
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Syntax Error on latest version and how I fixed itWould you please post a system settings snapshot from gravity forms? Thanks
/wp-admin/admin.php?page=gf_system_status
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Syntax Error on latest version and how I fixed itIt can’t be because of PHP7. I’ve been running this plugin for a month on systasis.co under 7.4.25
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Syntax Error on latest version and how I fixed itHi eenmercado,
I’m not seeing that error. I wonder if it’s because I’m using PHP8. I will check it under PHP 7.To confirm, you’re seeing the error in
https://plugins.trac.www.ads-software.com/browser/systasis-gf-infusionsoft-feed/tags/2.4/app/GravityFormsInfusionsoftIntegrator.php at line 412. I will check the download.Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Gravity Form Infusionsoft won’t add new form> Will your plugin work while the existing plugin is there to give me time to roll over my existing forms?
Probably. As in all things free as in beer: YMMV
> will your plugin do conditional tagging?
NoForum: Plugins
In reply to: [Gravity Forms Keap Feed] Gravity Form Infusionsoft won’t add new formIt’s been discontinued if it’s not in the registry. AFAIK, most WordPress plugins don’t EOL, if I understand the maintenance notice you’re looking for.
In this case, it looks like EOL == discontinued. Last I knew, it was still Somewhere Out There. While answering your question, I found it’s been withdrawn from the WordPress registry.
As far as debugging the issue, setting WP_DEBUG to TRUE in wp-config.php is where I’d start.
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Gravity Form Infusionsoft won’t add new formHi Brandon,
According to the system log, thank you!, you’re using another WordPress -> Infusionsoft plugin: Gravity Forms Infusionsoft Add-On: by Katz Web Services, Inc.Interestingly, I no longer see this plugin at www.ads-software.com, otherwise I’d supply a link…
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] PHP 8 support?There will be no PHP 8 support. The underlying plugin from Novak does not support PHP 8. I won’t take over that plugin for this GravityForms feed.
I’ve been looking into this issue. My suggestion at this point is to convert to the GravityForms Zapier plugin.
I don’t know why WordPress is throwing errors.Gravity Flow
If you’re already using Memberium, then this might be a good question for their support site.Good question, and great feature idea.
The plugin does not provide that kind of functionality. Keap is optimized for those three dup check types. It can do any sort of dup check you want, but at additional cost in time and resources, which tends to delay presentation of the submission confirmation. Also, I’m not convinced that Gravity Forms makes the best framework for a login mechanism. There’s way too much machinery to implement a nice user login experience. If you want to implement login recognition, you’ll want to emulate Memberium or some other membership management platform.
If you still want to use GF for this…
try leveraging the GF confirmation mechanism, in that it’s real time, yet doesn’t impede the form submission process. IOW, you want the GF subnission loop to finish, and /then/ perform the recognition. Consider a custom confirmation page that has enough PHP code to read the GF Entry database and locate the contact using the contents of a confirmation page URL query variable whose value is the GF entry id. It can then lookup the contact in Keap and perform the recognition. I /think/ this will work. The hitch is that the confirmation page /might/ be displayed before the GF entry is created. I don’t think that the case, but I haven’t researched that sequence.
If you’re thinking of Gravity Flow, that’s probably also a solution.Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Import 2.4 update notesPlease delete this thread. 2.4 was never published
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Import 2.4 update notesSorry, 2.5 gravity forms (in beta right now)
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Multiple Optional API GoalsI know. It’s a really hard problem to solve. I don’t have a lot of Gravity Forms documentation on custom goals in what they term a GF feed. I tried in the initial version to have multiple conditional goals, but couldn’t get it the save/restore cycle to work reliably.
I think there will some improvements in the next minor version (2.5)
All that aside, what problem are you trying to solve? If easier, I’m happy to chat at https://meet.jit.si/JEugeneChimene
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Import 2.4 update notesThe plugin may not be active after an automatic upgrade. Reactivate the plugin to resolve the issue.
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Import 2.4 update notesIf the installation fails with a fatal error page: “Plugin file does not exist”
1. Refresh your admin dashboard
2. Reactivate the pluginThis link
https://github.com/stripe/stripe-php/issues/918#issuecomment-669647646Bolsters the keepalive adjustment.