• Resolved toie25

    (@toie25)


    First I must say I love your plugin. But, I unfortunately had auto-update plugin set for your plugin and the new v2.1 version that was released 7 hours ago causes a Fatal error, and broke the loading of my site. Is it possible to download the previous version to fix my site? Or are you able to fix the issue?

    [04-May-2022 02:24:59 UTC] PHP Fatal error: Uncaught Error: Class “PDb_fields\return\Participants_Db” not found in /XXXX/XXXXXX/public_html/XXXXXXX/wp-content/plugins/participants-database/classes/PDb_fields/dynamic_db_field.php:140

    I can provide a full stack trace if needed. Please let me know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Thank you, yes that is a type error, easy to fix. I will issue an update, but you can fix it immediately:

    in the plugin file participants-database/classes/PDb_fields/dynamic_db_field.php on line 140, you’ll find:

    return\Participants_Db::apply_filters('dynamic_db_internal_field_object', $field_obj, $data );

    insert a space after the word “return” to fix the error:

    return \Participants_Db::apply_filters('dynamic_db_internal_field_object', $field_obj, $data );

    my apologies for the inconvenience!

    great!!

    Thread Starter toie25

    (@toie25)

    Not a problem thanks so much for the quick fix. Everything is working again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘v2.1 update from 7 hours ago is causing a Fatal Error’ is closed to new replies.