Pterodactyl-panel setup stop prematurely #746

Closed
opened 2026-02-04 21:12:40 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @HandyS11 on GitHub (Apr 3, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Pterodactyl Panel

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)"

📝 Provide a clear and concise description of the issue.

I attempted to install the Pterodactyl panel on a fully updated Proxmox 8.3.5 instance with default settings. However, an error occurred during the installation, causing the setup process to stop prematurely.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Run bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)" on the proxmox node bash
  2. Select "Default options"
    Image
  3. When asked about your infos type:
    email -> first.last@gmail.com
    however its says use a working email that does not change anything
    firstname -> First
    lastname -> Last
  4. You can now see the issue

Paste the full error output (if available).

⠙Deprecation Notice: Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:99
Deprecation Notice: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:135
Deprecation Notice: Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:436
Deprecation Notice: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:457
Deprecation Notice: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Input/InputArgument.php:41
Deprecation Notice: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Input/InputOption.php:62
Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:35
Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:35
Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:101
Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:101
Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::wrapCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:115
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user.
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36
Deprecation Notice: Composer\Pcre\Preg::replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:150
Deprecation Notice: Composer\Pcre\Preg::replaceCallback(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:177
Deprecation Notice: Composer\Pcre\Preg::replaceCallbackStrictGroups(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:206
Deprecation Notice: Composer\Pcre\Preg::replaceCallbackArray(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:221
Deprecation Notice: JsonSchema\Constraints\BaseConstraint::__construct(): Implicitly marking parameter $factory as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:41
Deprecation Notice: JsonSchema\Constraints\BaseConstraint::addError(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:46
Deprecation Notice: JsonSchema\Constraints\BaseConstraint::addError(): Implicitly marking parameter $more as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:46
Deprecation Notice: JsonSchema\Constraints\Factory::__construct(): Implicitly marking parameter $schemaStorage as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Factory.php:76
Deprecation Notice: JsonSchema\Constraints\Factory::__construct(): Implicitly marking parameter $uriRetriever as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Factory.php:76
Deprecation Notice: JsonSchema\Constraints\Constraint::incrementPath(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:42
Deprecation Notice: JsonSchema\Constraints\Constraint::checkArray(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:68
Deprecation Notice: JsonSchema\Constraints\Constraint::checkObject(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:86
Deprecation Notice: JsonSchema\Constraints\Constraint::checkType(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:103
Deprecation Notice: JsonSchema\Constraints\Constraint::checkUndefined(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:119
Deprecation Notice: JsonSchema\Constraints\Constraint::checkString(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:136
Deprecation Notice: JsonSchema\Constraints\Constraint::checkNumber(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:152
Deprecation Notice: JsonSchema\Constraints\Constraint::checkEnum(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:168
Deprecation Notice: JsonSchema\Constraints\Constraint::checkFormat(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:184
Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::addError(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:43
Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::addError(): Implicitly marking parameter $more as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:43
Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:64
Deprecation Notice: JsonSchema\SchemaStorage::__construct(): Implicitly marking parameter $uriRetriever as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/SchemaStorage.php:19
Deprecation Notice: JsonSchema\SchemaStorage::__construct(): Implicitly marking parameter $uriResolver as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/SchemaStorage.php:19
Deprecation Notice: JsonSchema\Constraints\SchemaConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/SchemaConstraint.php:31
Deprecation Notice: JsonSchema\Constraints\UndefinedConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/UndefinedConstraint.php:33
Deprecation Notice: JsonSchema\Constraints\TypeConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/TypeConstraint.php:42
Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:30
Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validatePatternProperties(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:54
Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateElement(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:93
Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateProperties(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:135
Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateMinMaxConstraint(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:177
Deprecation Notice: JsonSchema\Constraints\StringConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/StringConstraint.php:25
Deprecation Notice: JsonSchema\Constraints\FormatConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/FormatConstraint.php:27
Deprecation Notice: JsonSchema\Constraints\CollectionConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/CollectionConstraint.php:25
Deprecation Notice: JsonSchema\Constraints\CollectionConstraint::validateItems(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/CollectionConstraint.php:64
Deprecation Notice: JsonSchema\Constraints\EnumConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/EnumConstraint.php:25
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
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
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
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
Deprecation Notice: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:67
Deprecation Notice: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:161
Deprecation Notice: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:341
Deprecation Notice: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:354
Deprecation Notice: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:367
Deprecation Notice: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:382
Deprecation Notice: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:397
Deprecation Notice: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:412
Deprecation Notice: Composer\Util\Git::fetchRefOrSyncMirror(): Implicitly marking parameter $prettyVersion as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Util/Git.php:300
Deprecation Notice: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:143
Deprecation Notice: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:143
Deprecation Notice: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:192
Deprecation Notice: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:192
Deprecation Notice: Symfony\Component\Process\Process::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:250
Deprecation Notice: Symfony\Component\Process\Process::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:269
Deprecation Notice: Symfony\Component\Process\Process::start(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:297
Deprecation Notice: Symfony\Component\Process\Process::restart(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:388
Deprecation Notice: Symfony\Component\Process\Process::wait(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:415
Deprecation Notice: Symfony\Component\Process\Process::stop(): Implicitly marking parameter $signal as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:917
Deprecation Notice: Symfony\Component\Process\Process::buildCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:1313
⠹Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Deprecation Notice: Symfony\Component\Process\ExecutableFinder::find(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/ExecutableFinder.php:49
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- Root composer.json requires PHP extension ext-pdo_mysql * but it is missing from your system. Install or enable PHP's pdo_mysql extension.
Problem 2
- Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension.
Problem 3
- aws/aws-sdk-php is locked to version 3.316.10 and an update of this package was not requested.
- aws/aws-sdk-php 3.316.10 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension.
Problem 4
- s1lentium/iptools is locked to version v1.2.0 and an update of this package was not requested.
- s1lentium/iptools v1.2.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension.
Problem 5
- tijsverkoyen/css-to-inline-styles is locked to version v2.2.7 and an update of this package was not requested.
- tijsverkoyen/css-to-inline-styles v2.2.7 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
Problem 6
- aws/aws-sdk-php 3.316.10 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension.
- league/flysystem-aws-s3-v3 3.28.0 requires aws/aws-sdk-php ^3.295.10 -> satisfiable by aws/aws-sdk-php[3.316.10].
- league/flysystem-aws-s3-v3 is locked to version 3.28.0 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.4/cli/php.ini
- /etc/php/8.4/cli/conf.d/10-opcache.ini
- /etc/php/8.4/cli/conf.d/10-pdo.ini
- /etc/php/8.4/cli/conf.d/20-calendar.ini
- /etc/php/8.4/cli/conf.d/20-ctype.ini
- /etc/php/8.4/cli/conf.d/20-exif.ini
- /etc/php/8.4/cli/conf.d/20-ffi.ini
- /etc/php/8.4/cli/conf.d/20-fileinfo.ini
- /etc/php/8.4/cli/conf.d/20-ftp.ini
- /etc/php/8.4/cli/conf.d/20-gettext.ini
- /etc/php/8.4/cli/conf.d/20-iconv.ini
- /etc/php/8.4/cli/conf.d/20-intl.ini
- /etc/php/8.4/cli/conf.d/20-mbstring.ini
- /etc/php/8.4/cli/conf.d/20-phar.ini
- /etc/php/8.4/cli/conf.d/20-posix.ini
- /etc/php/8.4/cli/conf.d/20-readline.ini
- /etc/php/8.4/cli/conf.d/20-shmop.ini
- /etc/php/8.4/cli/conf.d/20-sockets.ini
- /etc/php/8.4/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.4/cli/conf.d/20-sysvsem.ini
- /etc/php/8.4/cli/conf.d/20-sysvshm.ini
- /etc/php/8.4/cli/conf.d/20-tokenizer.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-pdo_mysql --ignore-platform-req=ext-zip --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-bcmath --ignore-platform-req=ext-dom to temporarily ignore these required extensions.

[ERROR] in line 69: exit code 0: while executing command $STD composer install --no-dev --optimize-autoloader --no-interaction

🖼️ Additional context (optional).

When trying to access the panel you got the apache2 default page

Originally created by @HandyS11 on GitHub (Apr 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Pterodactyl Panel ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)" ### 📝 Provide a clear and concise description of the issue. I attempted to install the Pterodactyl panel on a fully updated Proxmox 8.3.5 instance with default settings. However, an error occurred during the installation, causing the setup process to stop prematurely. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Run `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/pterodactyl-panel.sh)"` on the proxmox node bash 2. Select "Default options" ![Image](https://github.com/user-attachments/assets/bd353873-2901-4795-92da-5411eabbdb5e) 4. When asked about your infos type: email -> `first.last@gmail.com` *however its says use a working email that does not change anything* firstname -> `First` lastname -> `Last` 5. You can now see the issue ### ❌ Paste the full error output (if available). ⠙Deprecation Notice: Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:99 Deprecation Notice: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:135 Deprecation Notice: Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:436 Deprecation Notice: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Command/Command.php:457 Deprecation Notice: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Input/InputArgument.php:41 Deprecation Notice: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Input/InputOption.php:62 Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:35 Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:35 Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:101 Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:101 Deprecation Notice: Symfony\Component\Console\Helper\ProcessHelper::wrapCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Console/Helper/ProcessHelper.php:115 Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36 Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user. Do not run Composer as root/super user! See https://getcomposer.org/root for details Deprecation Notice: Constant E_STRICT is deprecated in /usr/share/php/Composer/Util/Silencer.php:36 Deprecation Notice: Composer\Pcre\Preg::replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:150 Deprecation Notice: Composer\Pcre\Preg::replaceCallback(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:177 Deprecation Notice: Composer\Pcre\Preg::replaceCallbackStrictGroups(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:206 Deprecation Notice: Composer\Pcre\Preg::replaceCallbackArray(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Pcre/Preg.php:221 Deprecation Notice: JsonSchema\Constraints\BaseConstraint::__construct(): Implicitly marking parameter $factory as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:41 Deprecation Notice: JsonSchema\Constraints\BaseConstraint::addError(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:46 Deprecation Notice: JsonSchema\Constraints\BaseConstraint::addError(): Implicitly marking parameter $more as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/BaseConstraint.php:46 Deprecation Notice: JsonSchema\Constraints\Factory::__construct(): Implicitly marking parameter $schemaStorage as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Factory.php:76 Deprecation Notice: JsonSchema\Constraints\Factory::__construct(): Implicitly marking parameter $uriRetriever as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Factory.php:76 Deprecation Notice: JsonSchema\Constraints\Constraint::incrementPath(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:42 Deprecation Notice: JsonSchema\Constraints\Constraint::checkArray(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:68 Deprecation Notice: JsonSchema\Constraints\Constraint::checkObject(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:86 Deprecation Notice: JsonSchema\Constraints\Constraint::checkType(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:103 Deprecation Notice: JsonSchema\Constraints\Constraint::checkUndefined(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:119 Deprecation Notice: JsonSchema\Constraints\Constraint::checkString(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:136 Deprecation Notice: JsonSchema\Constraints\Constraint::checkNumber(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:152 Deprecation Notice: JsonSchema\Constraints\Constraint::checkEnum(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:168 Deprecation Notice: JsonSchema\Constraints\Constraint::checkFormat(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/Constraint.php:184 Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::addError(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:43 Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::addError(): Implicitly marking parameter $more as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:43 Deprecation Notice: JsonSchema\Constraints\ConstraintInterface::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ConstraintInterface.php:64 Deprecation Notice: JsonSchema\SchemaStorage::__construct(): Implicitly marking parameter $uriRetriever as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/SchemaStorage.php:19 Deprecation Notice: JsonSchema\SchemaStorage::__construct(): Implicitly marking parameter $uriResolver as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/SchemaStorage.php:19 Deprecation Notice: JsonSchema\Constraints\SchemaConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/SchemaConstraint.php:31 Deprecation Notice: JsonSchema\Constraints\UndefinedConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/UndefinedConstraint.php:33 Deprecation Notice: JsonSchema\Constraints\TypeConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/TypeConstraint.php:42 Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:30 Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validatePatternProperties(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:54 Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateElement(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:93 Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateProperties(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:135 Deprecation Notice: JsonSchema\Constraints\ObjectConstraint::validateMinMaxConstraint(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/ObjectConstraint.php:177 Deprecation Notice: JsonSchema\Constraints\StringConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/StringConstraint.php:25 Deprecation Notice: JsonSchema\Constraints\FormatConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/FormatConstraint.php:27 Deprecation Notice: JsonSchema\Constraints\CollectionConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/CollectionConstraint.php:25 Deprecation Notice: JsonSchema\Constraints\CollectionConstraint::validateItems(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/CollectionConstraint.php:64 Deprecation Notice: JsonSchema\Constraints\EnumConstraint::check(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/JsonSchema/Constraints/EnumConstraint.php:25 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 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 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 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 Deprecation Notice: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:67 Deprecation Notice: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:161 Deprecation Notice: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:341 Deprecation Notice: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:354 Deprecation Notice: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:367 Deprecation Notice: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:382 Deprecation Notice: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:397 Deprecation Notice: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/CaBundle/CaBundle.php:412 Deprecation Notice: Composer\Util\Git::fetchRefOrSyncMirror(): Implicitly marking parameter $prettyVersion as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Composer/Util/Git.php:300 Deprecation Notice: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:143 Deprecation Notice: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:143 Deprecation Notice: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:192 Deprecation Notice: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:192 Deprecation Notice: Symfony\Component\Process\Process::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:250 Deprecation Notice: Symfony\Component\Process\Process::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:269 Deprecation Notice: Symfony\Component\Process\Process::start(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:297 Deprecation Notice: Symfony\Component\Process\Process::restart(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:388 Deprecation Notice: Symfony\Component\Process\Process::wait(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:415 Deprecation Notice: Symfony\Component\Process\Process::stop(): Implicitly marking parameter $signal as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:917 Deprecation Notice: Symfony\Component\Process\Process::buildCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/Process.php:1313 ⠹Installing dependencies from lock file Verifying lock file contents can be installed on current platform. Deprecation Notice: Symfony\Component\Process\ExecutableFinder::find(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in /usr/share/php/Symfony/Component/Process/ExecutableFinder.php:49 Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires PHP extension ext-pdo_mysql * but it is missing from your system. Install or enable PHP's pdo_mysql extension. Problem 2 - Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension. Problem 3 - aws/aws-sdk-php is locked to version 3.316.10 and an update of this package was not requested. - aws/aws-sdk-php 3.316.10 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension. Problem 4 - s1lentium/iptools is locked to version v1.2.0 and an update of this package was not requested. - s1lentium/iptools v1.2.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension. Problem 5 - tijsverkoyen/css-to-inline-styles is locked to version v2.2.7 and an update of this package was not requested. - tijsverkoyen/css-to-inline-styles v2.2.7 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. Problem 6 - aws/aws-sdk-php 3.316.10 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension. - league/flysystem-aws-s3-v3 3.28.0 requires aws/aws-sdk-php ^3.295.10 -> satisfiable by aws/aws-sdk-php[3.316.10]. - league/flysystem-aws-s3-v3 is locked to version 3.28.0 and an update of this package was not requested. To enable extensions, verify that they are enabled in your .ini files: - /etc/php/8.4/cli/php.ini - /etc/php/8.4/cli/conf.d/10-opcache.ini - /etc/php/8.4/cli/conf.d/10-pdo.ini - /etc/php/8.4/cli/conf.d/20-calendar.ini - /etc/php/8.4/cli/conf.d/20-ctype.ini - /etc/php/8.4/cli/conf.d/20-exif.ini - /etc/php/8.4/cli/conf.d/20-ffi.ini - /etc/php/8.4/cli/conf.d/20-fileinfo.ini - /etc/php/8.4/cli/conf.d/20-ftp.ini - /etc/php/8.4/cli/conf.d/20-gettext.ini - /etc/php/8.4/cli/conf.d/20-iconv.ini - /etc/php/8.4/cli/conf.d/20-intl.ini - /etc/php/8.4/cli/conf.d/20-mbstring.ini - /etc/php/8.4/cli/conf.d/20-phar.ini - /etc/php/8.4/cli/conf.d/20-posix.ini - /etc/php/8.4/cli/conf.d/20-readline.ini - /etc/php/8.4/cli/conf.d/20-shmop.ini - /etc/php/8.4/cli/conf.d/20-sockets.ini - /etc/php/8.4/cli/conf.d/20-sysvmsg.ini - /etc/php/8.4/cli/conf.d/20-sysvsem.ini - /etc/php/8.4/cli/conf.d/20-sysvshm.ini - /etc/php/8.4/cli/conf.d/20-tokenizer.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-pdo_mysql --ignore-platform-req=ext-zip --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-bcmath --ignore-platform-req=ext-dom` to temporarily ignore these required extensions. ⠼ [ERROR] in line 69: exit code 0: while executing command $STD composer install --no-dev --optimize-autoloader --no-interaction ### 🖼️ Additional context (optional). When trying to access the panel you got the apache2 default page
OVERLORD added the bug label 2026-02-04 21:12:40 +03:00
Author
Owner

@Nazgile94 commented on GitHub (Apr 4, 2025):

+1 for this, same for pterodactyl and pelican

@Nazgile94 commented on GitHub (Apr 4, 2025): +1 for this, same for pterodactyl and pelican
Author
Owner

@skyneps commented on GitHub (Apr 4, 2025):

On my end, for Pelican Panel at least, the install script worked after I edited it to install PHP 8.4 instead of 8.3. I can see on Pelican's docs that 8.4 is the recommended version too. Maybe this will help someone?

@skyneps commented on GitHub (Apr 4, 2025): On my end, for Pelican Panel at least, the install script worked after I edited it to install PHP 8.4 instead of 8.3. I can see on Pelican's docs that 8.4 is the recommended version too. Maybe this will help someone?
Author
Owner

@whiteonred commented on GitHub (Apr 4, 2025):

+, the same errors.

@whiteonred commented on GitHub (Apr 4, 2025): +, the same errors.
Author
Owner

@PrivatHomeServer commented on GitHub (Apr 4, 2025):

` ⠧Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension.
Problem 2
- aws/aws-sdk-php is locked to version 3.342.6 and an update of this package was not requested.
- aws/aws-sdk-php 3.342.6 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension.
Problem 3
- calebporzio/sushi is locked to version v2.5.3 and an update of this package was not requested.
- calebporzio/sushi v2.5.3 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension.
Problem 4
- masterminds/html5 is locked to version 2.9.0 and an update of this package was not requested.
- masterminds/html5 2.9.0 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
Problem 5
- openspout/openspout is locked to version v4.28.5 and an update of this package was not requested.
- openspout/openspout v4.28.5 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
Problem 6
- s1lentium/iptools is locked to version v1.2.0 and an update of this package was not requested.
- s1lentium/iptools v1.2.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension.
Problem 7
- symfony/html-sanitizer is locked to version v7.2.3 and an update of this package was not requested.
- symfony/html-sanitizer v7.2.3 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
Problem 8
- tijsverkoyen/css-to-inline-styles is locked to version v2.3.0 and an update of this package was not requested.
- tijsverkoyen/css-to-inline-styles v2.3.0 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
Problem 9
- openspout/openspout v4.28.5 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- filament/actions v3.3.3 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.28.5].
- filament/actions is locked to version v3.3.3 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.4/cli/php.ini
- /etc/php/8.4/cli/conf.d/10-opcache.ini
- /etc/php/8.4/cli/conf.d/10-pdo.ini
- /etc/php/8.4/cli/conf.d/20-calendar.ini
- /etc/php/8.4/cli/conf.d/20-ctype.ini
- /etc/php/8.4/cli/conf.d/20-exif.ini
- /etc/php/8.4/cli/conf.d/20-ffi.ini
- /etc/php/8.4/cli/conf.d/20-fileinfo.ini
- /etc/php/8.4/cli/conf.d/20-ftp.ini
- /etc/php/8.4/cli/conf.d/20-gettext.ini
- /etc/php/8.4/cli/conf.d/20-iconv.ini
- /etc/php/8.4/cli/conf.d/20-intl.ini
- /etc/php/8.4/cli/conf.d/20-mbstring.ini
- /etc/php/8.4/cli/conf.d/20-phar.ini
- /etc/php/8.4/cli/conf.d/20-posix.ini
- /etc/php/8.4/cli/conf.d/20-readline.ini
- /etc/php/8.4/cli/conf.d/20-shmop.ini
- /etc/php/8.4/cli/conf.d/20-sockets.ini
- /etc/php/8.4/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.4/cli/conf.d/20-sysvsem.ini
- /etc/php/8.4/cli/conf.d/20-sysvshm.ini
- /etc/php/8.4/cli/conf.d/20-tokenizer.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-zip --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-dom --ignore-platform-req=ext-bcmath to temporarily ignore these required extensions.

[ERROR] in line 61: exit code 0: while executing command $STD composer install --no-dev --optimize-autoloader --no-interaction`

Pelican Panel with the Same error

@PrivatHomeServer commented on GitHub (Apr 4, 2025): ` ⠧Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension. Problem 2 - aws/aws-sdk-php is locked to version 3.342.6 and an update of this package was not requested. - aws/aws-sdk-php 3.342.6 requires ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension. Problem 3 - calebporzio/sushi is locked to version v2.5.3 and an update of this package was not requested. - calebporzio/sushi v2.5.3 requires ext-pdo_sqlite * -> it is missing from your system. Install or enable PHP's pdo_sqlite extension. Problem 4 - masterminds/html5 is locked to version 2.9.0 and an update of this package was not requested. - masterminds/html5 2.9.0 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. Problem 5 - openspout/openspout is locked to version v4.28.5 and an update of this package was not requested. - openspout/openspout v4.28.5 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. Problem 6 - s1lentium/iptools is locked to version v1.2.0 and an update of this package was not requested. - s1lentium/iptools v1.2.0 requires ext-bcmath * -> it is missing from your system. Install or enable PHP's bcmath extension. Problem 7 - symfony/html-sanitizer is locked to version v7.2.3 and an update of this package was not requested. - symfony/html-sanitizer v7.2.3 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. Problem 8 - tijsverkoyen/css-to-inline-styles is locked to version v2.3.0 and an update of this package was not requested. - tijsverkoyen/css-to-inline-styles v2.3.0 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. Problem 9 - openspout/openspout v4.28.5 requires ext-dom * -> it is missing from your system. Install or enable PHP's dom extension. - filament/actions v3.3.3 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.28.5]. - filament/actions is locked to version v3.3.3 and an update of this package was not requested. To enable extensions, verify that they are enabled in your .ini files: - /etc/php/8.4/cli/php.ini - /etc/php/8.4/cli/conf.d/10-opcache.ini - /etc/php/8.4/cli/conf.d/10-pdo.ini - /etc/php/8.4/cli/conf.d/20-calendar.ini - /etc/php/8.4/cli/conf.d/20-ctype.ini - /etc/php/8.4/cli/conf.d/20-exif.ini - /etc/php/8.4/cli/conf.d/20-ffi.ini - /etc/php/8.4/cli/conf.d/20-fileinfo.ini - /etc/php/8.4/cli/conf.d/20-ftp.ini - /etc/php/8.4/cli/conf.d/20-gettext.ini - /etc/php/8.4/cli/conf.d/20-iconv.ini - /etc/php/8.4/cli/conf.d/20-intl.ini - /etc/php/8.4/cli/conf.d/20-mbstring.ini - /etc/php/8.4/cli/conf.d/20-phar.ini - /etc/php/8.4/cli/conf.d/20-posix.ini - /etc/php/8.4/cli/conf.d/20-readline.ini - /etc/php/8.4/cli/conf.d/20-shmop.ini - /etc/php/8.4/cli/conf.d/20-sockets.ini - /etc/php/8.4/cli/conf.d/20-sysvmsg.ini - /etc/php/8.4/cli/conf.d/20-sysvsem.ini - /etc/php/8.4/cli/conf.d/20-sysvshm.ini - /etc/php/8.4/cli/conf.d/20-tokenizer.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-zip --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-pdo_sqlite --ignore-platform-req=ext-dom --ignore-platform-req=ext-bcmath` to temporarily ignore these required extensions. ⠦ [ERROR] in line 61: exit code 0: while executing command $STD composer install --no-dev --optimize-autoloader --no-interaction` Pelican Panel with the Same error
Author
Owner

@HandyS11 commented on GitHub (Apr 4, 2025):

https://github.com/community-scripts/ProxmoxVE/pull/3655

fix the issue ;)

@HandyS11 commented on GitHub (Apr 4, 2025): https://github.com/community-scripts/ProxmoxVE/pull/3655 fix the issue ;)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#746