elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Admin Panel does not load and consumes huge amounts of memory #62

Open luludotdev opened 5 years ago

luludotdev commented 5 years ago

Loading the Song list in the admin panel produces this error

ErrorException(code: 0): Trying to get property 'play_count' of non-object at /var/www/beatsaver-laravel/app/Models/Song.php:57)

Additionally, I had to bump the max memory from 128M to 512M for the admin panel to even work

@roderik3000