• Updated WordPress and plugins. Went OK, then indicated other plugins needed updates. Applied those. Now when try to go to site, all that comes up is
    Parse error: syntax error, unexpected T_FUNCTION in /home/content/12/9787112/html/wp-content/plugins/participants-database/participants-database.php on line 3450

    site: assconline.net

Viewing 1 replies (of 1 total)
  • The issue seems to be with the Participants Database plugin. You might have more luck asking in its support forum:
    https://ww.wp.xz.cn/support/plugin/participants-database

    However, looking at the affected line in the affected file in the latest version of the plugin:

    add_action( 'admin_notices', function () {

    It’s using an anonymous function in add_action. I believe this is unsupported in older versions of PHP. You might want to contact your host about updating PHP.

Viewing 1 replies (of 1 total)

The topic ‘Parse error in participants-database after plugin updates’ is closed to new replies.