mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
PHP missing dependencies #220
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 @iUnstable0 on GitHub (Dec 10, 2024).
Current Behavior
Currently, if you follow the getting started guide in the wiki, you wont be able to install composer dependencies as it will throw this error
missing extension ext-intl and ext-pdo_sqlite
so when you run artisan environment setup, it will throw cannot find file vendor/autoload.php because the dependencies are not installed.
The fix is to install php8.3-{sqlite3,intl}
Expected Behavior
Expected package to successfully install
Steps to Reproduce
Install these
apt -y install php8.3 php8.3-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip}
Run the composer install on the wiki
Panel Version
v1.0.0-beta16
Wings Version
none
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Dec 10, 2024):
I guess it's a good thing they're all listed in the getting started guide?
@iUnstable0 commented on GitHub (Dec 10, 2024):
my bad i am trippin