Chris Lagasse
Forum Replies Created
-
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] New Form Fields from Hubspot not showing in adminWorking on this as there are two other identical tickets. It’s a weird issue that is very difficult to replicate and narrow down.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] call_user_func_array() errorThis will be resolved in the newest version > 2.0.4 … probably later today.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Hubspot Feed Mappings Not UpdatingYes, refresh form fields went away with this reworked version (2.x)… It was only there due to CRON issues.
Unfortunately, deactivating the plugin wouldn’t solve the issue, as there is a cache in place that’s handled by WordPress’s built in Caching system, though the system should be refreshing the feed every 15 minutes.
I am exploring this issue this morning.
I am sorry for the delay on this, but I was out of town for the past 3 weeks.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] call_user_func_array() errorHey rwdoerr,
I will look into this in the morning, but it does appear to be more that you are running “strict” php, as I’ve never encountered this error.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Hubspot Feed – Add Form – Form Not ListedHey reedwf,
Someone else seems to be encountering this issue too. I am going to spend some time looking into this today, and hopefully get something to you.
I have a cache in place, but this shouldn’t stop things from showing up, and I believe the cache renews about every 15 minutes.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP Error When submitting formOk, that old link no longer works, as I removed it from my dropbox.
https://dl.dropboxusercontent.com/u/4749689/gravityforms-hubspot-2.0.4.zip
If this works for you, I’ll get this into the next release 🙂
Let me know what your server team tells you too, because it’d be good insight into this issue.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP Error When submitting formHey Theorem,
I decided to try something on my end that has been mentioned as a solution to the problem. I’d rather not include this bundle, but if it solves your problem, then great.
This is on a different branch (not public yet), so download this version of the plugin, install it, and give it a shot.
https://dl.dropboxusercontent.com/u/4749689/gravityforms-hubspot-2.0.4.tar.gz
If you can’t open .tar files, or you’re unsure what to do, I’ll zip it up instead.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP Error When submitting formThis is due to SSL certificate issues on your server.
I have never been able to replicate this issue on multiple computers and servers (we use this plugin on my local install for testing, but also with 4-5 different clients on 2-3 different servers)…
It _appears_ to be an issue due to your server’s configuration is different than the default for the certificate bundle that it looks at to verify that the connection is secure.
http://curl.haxx.se/mail/curlphp-2005-11/0038.html
The only thing I can really do on my end is remove my SSL checks, but that makes my plugin a tad more unsecure.
I would consider consulting with your server provider at this point.
My only solution that I can offer on my end is that you could go edit a dozen lines in one of my files to not check the SSL certificate that’s being returned from HubSpot, but this would require you to edit my plugin’s core, which would prevent you from being able to update my plugin in the future.
I will continue digging into this in a long term solution, though, just to make sure I cover all of the bases I can 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP Error When submitting formVersion 2.0.3 was just released and fixes that error message.
However, technically it doesn’t solve your larger problem: Whoever submitted that form is missing a field that’s required by HubSpot (check your Feed Settings to see what’s required, and make Gravity Forms field have the same “required” restriction).
If that error gets hit, the form won’t be sent to HubSpot, because it’s missing data and knows that HubSpot would return with a failure as well.
Hope that helps 🙂
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] PHP Error When submitting formLooking into this now.
Quick check shows that you’re missing a required field. This shouldn’t be error-ing out, which I’ll work on a fix right now.
But in the short term (next hour?) the issue is that you have a field empty that’s required.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] GETTING SSL ERROR WHEN SUBMITTING FORMOk, well, I believe I have a potential fix released for it, and if not. Well, someone create a new support ticket as needed.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Upgrade not workingI apparently fixed another anonymous function, but because that user was a new one (and didn’t have any migration to do), she didn’t encounter this second one.
Version 2.0.2 just released.
I did a search for any other anonymous functions, but that appears to be all of them now.
Let me know how this goes 🙂
-Chris.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Upgrade not workingManzoor,
I apologize. I regularly check this support chat, but I had a busy week last week.
Your version of PHP doesn’t support anonymous functions. I am following the WordPress core for how to use this functionality.
Long term, you really need to upgrade your version of PHP.
I could’ve sworn I already had this fix in place due to another bug reported a month ago, but I will have a fix up in 30 minutes or so.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] Site crashes with install/upgrade of pluginHey dsaro!
My guess is that you’re running an earlier version of PHP that doesn’t really like anonymous functions.
I have released a change in 2.0.1 that will be up shortly that will fix this by making it a normal function. There’s nothing else on line 75 that remotely seems to be the cause of the problem 🙂
-Chris.
Forum: Plugins
In reply to: [HubSpot for Gravity Forms] oAuth working but API not sending dataHey marek,
Hoping this problem has been completely resolved for you. All of my future testing all appears to be working great. oAuth is now 100% up and running where you should never need to use the API Key (though I’ve kept it there as an option).
Also, with the release of v2.0 some other issues have been solved, and as a whole the plugin is running much smoother.
I have also provided a much more extensive debug log if you’re interested in using it. Put the following code in your functions.php or your wp-config.php
define('GF_HUBSPOT_DEBUG', true);After that, you can find the error log here:
/path/to/wordpress/wp-content/uploads/gf-hubspot.log