Skip to content

Firefly update failsΒ #5383

@JRTax

Description

@JRTax

βœ… 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions