katzwebservices / Gravity-Forms-Highrise-Addon

Integrate the remarkable Gravity Forms plugin with Highrise.
http://wordpress.org/extend/plugins/gravity-forms-highrise/
1 stars 3 forks source link

Warning: Creating default object from empty value #8

Open MysticalMatt517 opened 10 years ago

MysticalMatt517 commented 10 years ago

I am running PHP 5.4. This plugin generates the following warning at the top of my pages when adding a contact:

Warning: Creating default object from empty value in [mydir]/wp-content/plugins/gravity-forms-highrise/api/HighriseAPI.php on line 362

I did some research on this and this appears to be an issue with the way the objects are being created. I don't know enough to actually fix the problem. For now I suppressed the error by adding the following line to the top of the plugin code:

ini_set("display_errors", 0);

davecurrierseo commented 10 years ago

Getting the same issue.

michaelkrol commented 10 years ago

Add my name to the list - getting this error on WP 3.9 as well

zackkatz commented 10 years ago

I'm not able to help right now - until I release an update, you could try the other free plugin that's on WordPress.org.

btassone commented 9 years ago

I have this error as well. I'm noticing it's been about a year since any updates on this issue. Have you guys created a fix?

vashishtb commented 7 years ago

BUMP - I'm getting this error after updating the site to PHP5.6