-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Firefly-III
π What was the exact command used to execute the script?
update in console
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
When running the update script, I get the following error in verbose mode:
`
Illuminate\Contracts\Container\BindingResolutionException
Target class [hash] does not exist.
at vendor/laravel/framework/src/Illuminate/Container/Container.php:1019
1015β
1016β try {
1017β $reflector = new ReflectionClass($concrete);
1018β } catch (ReflectionException $e) {
β 1019β throw new BindingResolutionException("Target class [$concrete] does not exist.", 0, $e);
1020β }
1021β
1022β // If the type is not instantiable, the developer is attempting to resolve
1023β // an abstract type such as an Interface or Abstract Class and there is
+13 vendor frames
14 app/Exceptions/Handler.php:231
Illuminate\Auth\AuthManager::__call()
+3 vendor frames
18 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
[ERROR] in line 48: exit code 0: while executing command $STD php artisan migrate --seed --force
`
π Steps to reproduce the issue.
I've typed "update" in the container console, then select update verbose, then wait; after an while it comes with that error.
β Paste the full error output (if available).
πΌοΈ Additional context (optional).
No response