You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed quickstart Buttons on artmetropol.tv.
Adding the default widget to the dashboard results in an error 500 for the dashboard page.
[Fri May 13 09:53:28 2016] [error] [client 217.236.176.172] PHP Fatal error: Call to a member function getMany() on a non-object in /home/www/web1/html/core/components/quickstartbuttons/model/quickstartbuttons/dashboardwidget.class.php on line 58, referer: https://example.com/manager/?a=system/dashboards
I had a quick look at the widget settings, but I can't see anything odd.
This is actually an issue where the user is not attached to a user group, and insufficient error handling in QSB to account for that.
Mark-H
changed the title
Adding qsb to 2.5.0 causes an error 500.
User without usergroup throws PHP fatal error: Call to member function getMany() on a non-object
Jun 30, 2016
I've just installed quickstart Buttons on artmetropol.tv.
Adding the default widget to the dashboard results in an error 500 for the dashboard page.
[Fri May 13 09:53:28 2016] [error] [client 217.236.176.172] PHP Fatal error: Call to a member function getMany() on a non-object in /home/www/web1/html/core/components/quickstartbuttons/model/quickstartbuttons/dashboardwidget.class.php on line 58, referer: https://example.com/manager/?a=system/dashboards
I had a quick look at the widget settings, but I can't see anything odd.
dashboardwidget.class.php also doesn't look odd.
#58 $buttons = $set->getMany('Button', $c);
#33 $set = $this->getActiveSet();
Cheers
Patrick
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: