• Resolved davemspan

    (@davemspan)


    Hello. Possibly linked to todays update? On clicking submit button we are now getting errors below, and form is not submitting….

    “Error message:Uncaught TypeError: GravityKit\GravityExport\Filters\Addon\FiltersFeedAddon::getDisabledFields(): Argument #3 ($feed_id) must be of type int, string given, called in /public_html/wp-includes/class-wp-hook.php on line 310 and defined in /public_html/wp-content/plugins/gravityexport/add-ons/filters/src/Addon/FiltersFeedAddon.php:937”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GravityKit

    (@gravityview)

    Sorry about that @davemspan! We’ve updated GravityExport; please install the 1.1.1 update and it’ll fix that error.

    Thread Starter davemspan

    (@davemspan)

    No worries. As a quick fix, I edited these 2 functions, taking out the “int” for $feed_id…

    “private function getDisabledFields( array $fields, int $form_id, $feed_id ): array {“

    and

    “private function getEnabledFields( array $fields, int $form_id, $feed_id ): array {“


Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘GravityExport Lite: Something is broken’ is closed to new replies.