Quotes unavailable after updated to 2.8.1 via SOFTACULOUS

Hello,

I hope someone can help. I updated my selfhosted version to 2.8.1 update went fine with no errors. However later I realised the create quote is completley disappeared and unable find it anywhere on the site. Also when I try to open previously quoted file I get a message on my browser Forbidden.

Can somebody please help.
Thanks

That sounds like the database migration may not have completed, please load /update (or /public/update) in your browser and let me know if you see any errors.

Please help I have the same problem. When I try to re-enable the quotes module I get "
Whoops, looks like something went wrong.". And I also get the same error as the thread poster.

Thanks.

I think the problem is with this foreign key.

https://github.com/invoiceninja/invoiceninja/blob/master/database/migrations/2016_09_05_150625_create_gateway_types.php#L51

It’s not yet clear why only some users are having trouble with it. You should be able to fix this by commenting out the contents of the up function (lines 15 to 52) and loading /update again.