Hello, when uploading the plugins all the plugins that I have installed disappear, I delete the googleanalytics.php file from the plugins folder and the plugins that I have installed appear again, I leave an image for you to see.
Versión de MyBB 1.8.24
Versión PHP 7.1.33
The plugin is
this of the user @juventiner
error with googleanalytics.php
![[Image: f_65787107fb46.png]](https://camo.mybb.com/873b6a784bbd97fae86961c5782a99dc837424d3/68747470733a2f2f63742e70696d702d6d792d70726f66696c652e636f6d2f6935392f322f31312f322f665f3635373837313037666234362e706e67)
A {
is missing in function googleanalytics
, just after if($mybb->settings['googleanalytics_status'] == 1 && ($user['DisableGoogleAnalytics'] == 0 || $mybb->settings['googleanalytics_allow_to_hide'] == 0) &&!is_member($mybb->settings['googleanalytics_settings_groups_disable_tracking'], $mybb->user['uid']))
(line 195)
(2020-11-02, 07:29 AM)Crazycat Wrote: [ -> ]A {
is missing in function googleanalytics
, just after if($mybb->settings['googleanalytics_status'] == 1 && ($user['DisableGoogleAnalytics'] == 0 || $mybb->settings['googleanalytics_allow_to_hide'] == 0) &&!is_member($mybb->settings['googleanalytics_settings_groups_disable_tracking'], $mybb->user['uid']))
(line 195)
That was the problem, thank you very much.