Open MysticalMatt517 opened 10 years ago
Getting the same issue.
Add my name to the list - getting this error on WP 3.9 as well
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.
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?
BUMP - I'm getting this error after updating the site to PHP5.6
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);