Issues on upgrading from 5.6.31 to 5.7.0

Hi Good Day,

I got server error when try upgrading manually using source code file in github from version as per mention in the title.

When checking laravel log, i got this ;

production.ERROR: Target class [guest] does not exist. {“exception”:"[object] (Illuminate\Contracts\Container\BindingResolutionException(code: 0): Target class [guest] does not exist. at vendor/laravel/framework/src/Illuminate/Container/Container.php:891)

And many more other error but basically saying that this “Guest” thingy doesnt exist. So kind of cause error 500. I cant update using the normal button within the Invoiceninja interface as it never work for me even after i increase PHP limit etc which i kind of ignored as i still can update manually via files in github.

Maybe i do something wrong, can you advice me proper way to upgrade from 5.6.31 to 5.7.0 using manually upload file from github?

Hi,

It may help to run composer install

1 Like

Thanks for the advice, it work greatly :smiley:

Glad to hear it, thanks for update!