mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
issue #200
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dev-503 on 8/9/2024
CloudPanel version(s) affected
latest
Description
8:38 CRITICAL [php] Uncaught Error: Call to undefined function iconv() ["exception" => Error { …}]
{"message":"Uncaught Error: Call to undefined function iconv_strlen()","context":{"exception":{"class":"Error","message":"Call to undefined function iconv_strlen()","code":0,"file":"/home/clp/htdocs/app/files/vendor/symfony/polyfill-mbstring/Mbstring.php:491"}},"level":500,"level_name":"CRITICAL","channel":"php","datetime":"2024-08-09T15:18:38.661973+00:00","extra":{}}
15:18:38 CRITICAL [php] Uncaught Error: Call to undefined function iconv_strlen() ["exception" => Error { …}]
PHP Fatal error: Uncaught Symfony\Component\ErrorHandler\Error\UndefinedFunctionError: Attempted to call function "iconv_strlen" from the global namespace. in /home/clp/htdocs/app/files/vendor/symfony/polyfill-mbstring/Mbstring.php:491
Stack trace:
#0 /home/clp/htdocs/app/files/vendor/symfony/polyfill-mbstring/bootstrap80.php(57): Symfony\Polyfill\Mbstring\Mbstring::mb_strlen()
#1 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Dumper/CliDumper.php(204): mb_strlen()
#2 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Cloner/Data.php(372): Symfony\Component\VarDumper\Dumper\CliDumper->dumpString()
#3 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Cloner/Data.php(394): Symfony\Component\VarDumper\Cloner\Data->dumpItem()
#4 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Cloner/Data.php(356): Symfony\Component\VarDumper\Cloner\Data->dumpChildren()
#5 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Cloner/Data.php(275): Symfony\Component\VarDumper\Cloner\Data->dumpItem()
#6 /home/clp/htdocs/app/files/vendor/symfony/var-dumper/Dumper/AbstractDumper.php(132): Symfony\Component\VarDumper\Cloner\Data->dump()
#7 /home/clp/htdocs/app/files/vendor/symfony/error-handler/ErrorRenderer/CliErrorRenderer.php(47): Symfony\Component\VarDumper\Dumper\AbstractDumper->dump()
#8 /home/clp/htdocs/app/files/vendor/symfony/error-handler/ErrorHandler.php(653): Symfony\Component\ErrorHandler\ErrorRenderer\CliErrorRenderer->render()
#9 /home/clp/htdocs/app/files/vendor/symfony/error-handler/ErrorHandler.php(541): Symfony\Component\ErrorHandler\ErrorHandler->renderException()
#10 /home/clp/htdocs/app/files/vendor/symfony/error-handler/ErrorHandler.php(557): Symfony\Component\ErrorHandler\ErrorHandler->handleException()
#11 [internal function]: Symfony\Component\ErrorHandler\ErrorHandler->handleException()
#12 {main}
thrown in /home/clp/htdocs/app/files/vendor/symfony/polyfill-mbstring/Mbstring.php on line
How to reproduce
no idea
Possible Solution
No response
Additional Context
No response