Systasis Computer Systems
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Install ErrorUse FTP to delete the directory
wp-content/plugins/systasis-gf-infusionsoft-feedI do not have any more information on the source of that bug. I would have to reproduce it locally.
What version of PHP are you using?
- This reply was modified 6 years, 2 months ago by Systasis Computer Systems.
I’m not able to reproduce this with the “Members” plugin enabled.
Thank you so much for that followup. I’ll note that in the readme.
I’ll investigate the “Members” plugin.
I’n thinking plugin conflict. That means disabling everything but GF, Infusionsoft SDK and the Feed, then see if that resolves the issue. If it does, then enable one at a time until the feed breaks. If that doesn’t resolve the issue, then it’s on to plan b.
Those are deprecation warnings and can be ignored. They’re not causing the problem. Would you please post the Gravity Forms System report?
You can’t use the github version. It doesn’t include support for WordPress. I know the plugin version hasn’t been updated recently.
The version installed as a plugin should work for this purpose. Please remove the github version and install the Novak WordPress SDK plugin.Do you know how to enable WP_DEBUG in wp-config.php? Please try that and report any messages.
Would you please post the system report from Gravity Forms?
- This reply was modified 6 years, 4 months ago by Systasis Computer Systems.
Interesting. I have not seen that before. I did just update the plugin. Please try deactivate, uninstall, reinstall of the plugin.
Hi Greg,
I might need more information, but I think you want to choose a form, then select the Settings tab, then select the Systasis Gravity Forms Infusionsoft Plugin.
Then create and configure a feed.Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Extra record created in InfusionsoftHi Kendall,
We made the following changes as discussed:- drop last name
- map first name on Participant #1
- disable all other feeds
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Yes/ No Radio button in reversethis issue is resolved in version 2.3.2
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Warning: count(): errorHi,
Thanks for reporting!
AFAICT, it’s harmless. I’ve acknowledged the error during development.
Once the issue is in the Infusionsoft SDK, I won’t fix it as a specific point release. I’ll add it to the enhancement list.My guess is that the missing method Countable/count() is now a warning. I don’t remember seeing this warning before php 7. However, I’ve lost many brain cells in the duration.
You can disable the warning by setting WP_DEBUG false in wp-content.php
- This reply was modified 6 years, 4 months ago by Systasis Computer Systems.
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Yes/ No Radio button in reverseYes. There will be a release pushed.
A work-around is to create a custom field using the Infusionsoft Radio field type instead of their YES/NO field type.
As with any multi-value field, ensure the GF field values match the Infusionsoft field values.
For example, a GF Radio field with two values “Yes” and “No” will correctly map to an Infusionsoft Radio field with those two values.
I believe the problem is that Infusionsoft expects integer values for their YES/NO field type; the current values are sent as the strings “1” and “0” instead of the integers 1 and 0. The string values are always interpreted as integer 0 when assigning to their YES/NO field type.
Forum: Plugins
In reply to: [Gravity Forms Keap Feed] Yes/ No Radio button in reverseHi Ross,
I can reproduce the error. Thanks for reporting.Forum: Plugins
In reply to: [Gravity Forms Keap Feed] New Custom Field Not AvailableWe think that the issue of duplicate standard fields was related to corrupt cache. The issue should be resolved in the 2.3.1 release.
This issue should be resolved in the 2.3.1 release