Skip to content

Kimai install error: #4552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 2 tasks
jamezpolley opened this issue May 17, 2025 · 2 comments
Closed
1 of 2 tasks

Kimai install error: #4552

jamezpolley opened this issue May 17, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@jamezpolley
Copy link
Contributor

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Kimai

πŸ“‚ What was the exact command used to execute the script?

update

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ“ Provide a clear and concise description of the issue.

All I know so far is that the error output comes from the composer install --no-dev --optimize-autoloader line.

πŸ”„ Steps to reproduce the issue.

Step 1. Apply #4549
Step 2. Apply #4551
Step 3: run update

❌ Paste the full error output (if available).

β ΄ Updating Kimai to 2.33.0Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36

PHP Fatal error: Uncaught Error: Call to undefined function Symfony\Component\Console\mb_detect_encoding() in /usr/share/php/Symfony/Component/Console/Applicat
ion.php:1237
Stack trace:
#0 /usr/share/php/Symfony/Component/Console/Application.php(869): Symfony\Component\Console\Application->splitStringByWidth()
#1 /usr/share/php/Symfony/Component/Console/Application.php(840): Symfony\Component\Console\Application->doRenderThrowable()
#2 /usr/share/php/Symfony/Component/Console/Application.php(154): Symfony\Component\Console\Application->renderThrowable()
#3 /usr/share/php/Symfony/Component/Console/Application.php(177): Symfony\Component\Console\Application->{closure:Symfony\Component\Console\Application::run():1
52}()
#4 /usr/share/php/Composer/Console/Application.php(141): Symfony\Component\Console\Application->run()
#5 /usr/bin/composer(89): Composer\Console\Application->run()
#6 {main}
thrown in /usr/share/php/Symfony/Component/Console/Application.php on line 1237

Fatal error: Uncaught Error: Call to undefined function Symfony\Component\Console\mb_detect_encoding() in /usr/share/php/Symfony/Component/Console/Application.p
hp:1237
Stack trace:
#0 /usr/share/php/Symfony/Component/Console/Application.php(869): Symfony\Component\Console\Application->splitStringByWidth()
#1 /usr/share/php/Symfony/Component/Console/Application.php(840): Symfony\Component\Console\Application->doRenderThrowable()
#2 /usr/share/php/Symfony/Component/Console/Application.php(154): Symfony\Component\Console\Application->renderThrowable()
#3 /usr/share/php/Symfony/Component/Console/Application.php(177): Symfony\Component\Console\Application->{closure:Symfony\Component\Console\Application::run():1
52}()
#4 /usr/share/php/Composer/Console/Application.php(141): Symfony\Component\Console\Application->run()
#5 /usr/bin/composer(89): Composer\Console\Application->run()
#6 {main}
thrown in /usr/share/php/Symfony/Component/Console/Application.php on line 1237
β ¦ Updating Kimai to 2.33.0
[ERROR] in line 73: exit code 0: while executing command $STD composer install --no-dev --optimize-autoloader

πŸ–ΌοΈ Additional context (optional).

No response

@jamezpolley jamezpolley added the bug Something isn't working label May 17, 2025
@michelroegl-brunner
Copy link
Member

Duplicate of #4548.
Dont open three issue for one App please, just append it in your first one.

@michelroegl-brunner michelroegl-brunner closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2025
@jamezpolley
Copy link
Contributor Author

I think this might have come about because, while manually trying to fix other issues, I had at some point got the system into a state where php --version was reporting 8.4; but I didn't have the full suite of requirements installed. Specifically, php8.4-mbstring was missing.

So there's probably nothing to fix here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants