Firefly update fails #1145

Closed
opened 2026-02-04 23:19:59 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @JRTax on GitHub (Jun 22, 2025).

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

Originally created by @JRTax on GitHub (Jun 22, 2025). ### ✅ 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? - [x] 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_
OVERLORD added the 🛑 Failure to comply with the guidelines label 2026-02-04 23:19:59 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 22, 2025):

Next time Look at other Issues and you found the Solution, its an firefly issue

https://github.com/community-scripts/ProxmoxVE/issues/4729

@MickLesk commented on GitHub (Jun 22, 2025): Next time Look at other Issues and you found the Solution, its an firefly issue https://github.com/community-scripts/ProxmoxVE/issues/4729
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1145