Activated logging, but viewing log generates fatal error as below

I’m working to diagnose an Authorize.net problem. Using the last version of WP, GF and associated add-ons. I’ve enabled logging, but trying to view the GF logs yields a critical error. The php error looks like this:

[Wed Nov 30 18:06:08.335058 2022] [php:error] [pid 1610] [client 76.79.65.110:0] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, non-static method GFLimit::gform_logging_supported() cannot be called statically in /nas/content/live/thewholechild/wp-includes/class-wp-hook.php:308\nStack trace:\n#0 /nas/content/live/thewholechild/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)\n#1 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/logging/logging.php(1068): apply_filters(‘gform_logging_s…’, Array)\n#2 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/logging/logging.php(424): GFLogging->get_supported_plugins()\n#3 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/logging/logging.php(259): GFLogging->supported_plugins_fields()\n#4 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php(4506): GFLogging->plugin_settings_fields()\n#5 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php(331): GFAddOn->plugin_settings_init()\n#6 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php(284): GFAddOn->init_admin()\n#7 /nas/content/live/thewholechild/wp-content/plugins/gravityforms/includes/logging/logging.php(175): GFAddOn->init()\n#8 /nas/content/live/thewholechild/wp-includes/class-wp-hook.php(308): GFLogging->init(‘’)\n#9 /nas/content/live/thewholechild/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)\n#10 /nas/content/live/thewholechild/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#11 /nas/content/live/thewholechild/wp-settings.php(617): do_action(‘init’)\n#12 /nas/content/live/thewholechild/wp-config.php(123): require_once(‘/nas/content/li…’)\n#13 /nas/content/live/thewholechild/wp-load.php(50): require_once(‘/nas/content/li…’)\n#14 /nas/content/live/thewholechild/wp-admin/admin.php(34): require_once(‘/nas/content/li…’)\n#15 {main}\n thrown in /nas/content/live/thewholechild/wp-includes/class-wp-hook.php on line 308, referer: Log In ‹ The Whole Child — WordPress

Try deactivating the third-party add-on or code snippet that is including the GFLimit class.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.