Asgaros / asgaros-forum

Asgaros Forum WordPress plugin repository.
https://asgaros.com
GNU General Public License v2.0
90 stars 34 forks source link

after install build 2.7.0 plugin not started #372

Closed chocholousek closed 1 year ago

chocholousek commented 1 year ago

Got error 'PHP message: PHP Parse error: syntax error, unexpected ')' in /data/web/ted/web/wp-content/plugins/asgaros-forum/includes/forum-compatibility.php on line 194\n'

Asgaros commented 1 year ago

Hello @chocholousek

This sounds like the file is corrupt and maybe not get updated correctly. Can you try to re-upload it (do NOT uninstall the plugin because it removes all data as well).

chocholousek commented 1 year ago

I reinstalled the plugin 3 times, once manually copied using ftp. Always the same result. Editing forum-compatibility.php on line 193 helped.

   $usergroup_term_ids = get_terms(
        array(
            'taxonomy'   => 'asgarosforum-usergroup',
            'fields'     => 'ids',
            'hide_empty' => false,
        )
    );
Asgaros commented 1 year ago

Ooops, I see the issue now. I will fix it with the next update as well!