Undefined variable

Hey guys

Pretty new to this CRM platform. I have mostly everything working however I keep running into this error when I’m not logged in as Admin:

Notice: Undefined variable: securitygroup_where in C:\xampp\htdocs\crm\modules\SugarFeed\Dashlets\SugarFeedDashlet\SugarFeedDashlet.php on line 282

The login i’m using for testing is part of a security group.

Any guidance would be amazing on how I might go about solving this issue!

Cheers

Notices are ok to ignore.

The real issue you have is the fact that your logs are going on to the screen, which is typical with XAMPP.

What you need to do is turn off display_errors in your php.ini and restart XAMPP.