pierobot / mangapie

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

Error when dismissing notifications #144

Closed donotos closed 4 years ago

donotos commented 4 years ago

Hello.

I get an error 500 when i try to dismiss notifications for new chapters. it does not matter if i dismiss all or selected.

Thanks.

pierobot commented 4 years ago

This will probably fix it. https://github.com/pierobot/mangapie/commit/fcabca2727ef2fd41fc8ee597862df4814c60ed9

donotos commented 4 years ago

Well my bad i didn't read the commit 54dda3b ....

it dit not resolve the issue though. now that i am on fcabca2 i have the error 500 when i try to access the notification page.

Ok so i updated and it broke, i have 404 when i try to reach the website. if i had to take a guess i would say that index.php => public/index.php is most likely the cause.

root@mangapie:/var/www/mangapie# git pull remote: Enumerating objects: 19, done. remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 100% (13/13), done. remote: Total 19 (delta 6), reused 13 (delta 6), pack-reused 0 Unpacking objects: 100% (19/19), done. From https://github.com/pierobot/mangapie c19fb43..fcabca2 master -> origin/master Updating c19fb43..fcabca2 Fast-forward app/Console/Commands/Init.php | 6 +++--- public/.htaccess | 13 +++++++------ public/assets/mangapie.css | 4 ++-- index.php => public/index.php | 4 ++-- resources/views/layout.blade.php | 16 ++++++++-------- routes/web.php | 2 +- webpack.mix.js | 3 +-- 7 files changed, 24 insertions(+), 24 deletions(-) rename index.php => public/index.php (94%)

pierobot commented 4 years ago

I should have done a global search for the method. It should be fixed now. :cry: https://github.com/pierobot/mangapie/commit/f9944c296c8021259b4257ab07e3f9339470d8d4

donotos commented 4 years ago

Thanks, it's resolved.