mkucej / i-librarian-free

I, Librarian - open-source version of a PDF managing SaaS.
https://i-librarian.net
GNU General Public License v3.0
237 stars 28 forks source link

Dashboard does not appear after upgrading to Debian 12 #91

Closed gkaf89 closed 12 months ago

gkaf89 commented 1 year ago

After upgrading from Debian 11 to Debian 12 the following error appears when trying to access the dashboard page:

500 Internal Server Error
E_DEPRECATED: Creation of dynamic property LibrarianApp\DashboardModel::$reporter is deprecated
mkucej commented 1 year ago

Thank you for reporting this. It will be fixed in the next release. To fix immediately, please delete this line of code:

https://github.com/mkucej/i-librarian-free/blob/master/app/models/dashboard.php#L23

It's a zombie code that does not do anything.