• Resolved cyberduck

    (@cyberduck)


    I get this error on top of the dashboard:

    Dynamic property Lara\Widgets\GoogleAnalytics\Permissions::$userPermissions is deprecated in /home/ebornint/eborninteractive.se/wp-content/plugins/lara-google-analytics-pro/core/lrgawidget.permissions.php on line 64

    I use Lara’s Google Analytics (GA4) – Pro v4.0.1

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lara Google Analytics – Support

    (@laragoogleanalytics)

    Hello @cyberduck,

    Sorry for the delay. I have checked and we’ll be releasing a fix for that in our next update.

    For now, please open that file and replace :

    	private $laraStockPermissions;
    	private $userRoles;
    	private $output  = array();
    	private $errors  = array();

    with :

    	private $laraStockPermissions;
    	private $userRoles;
    	private $userPermissions;
    	private $output  = array();
    	private $errors  = array();

    That should fix it for now.

Viewing 1 replies (of 1 total)
  • The topic ‘$userPermissions deprecated error’ is closed to new replies.