pierobot / mangapie

This is a self-hosted server for archived manga.
BSD 3-Clause "New" or "Revised" License
63 stars 9 forks source link

issue on fresh install "php artisan mangapie:init" #209

Closed donotos closed 4 years ago

donotos commented 4 years ago

Hi.

I installed Mangapie in a fresh debian 10 and i get this:

Capture d’écran 2020-06-04 à 14 59 58

this error only happen on an empty DB. i restored my db_backup and APP_KEY and no problem when "init"

pierobot commented 4 years ago

The issue is that the migration file references a class that no longer exists. I forgot to check for existing references.

pierobot commented 4 years ago

https://github.com/pierobot/mangapie/commit/3fdbef0c3470d633509d1cb8d627c5922f34be7e should fix it