-
Notifications
You must be signed in to change notification settings - Fork 20
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
Install failing #300
Comments
hey i fix this by changing Creator.php File Path ./vendor/nesbot/carbon/src/Carbon/Traits/Creator.php Line No: 928 Old Line private static function setLastErrors(array $lastErrors) New Line private static function setLastErrors($lastErrors) |
Hi, you said with PHP7.4 composer can't find all dependencies, however in the log you posted, that seemed to work just fine. |
Hello!
I've tried EvoSC, but can't get it installed right now.
TM Server is installed and running locally on the system.
MariaDB / MySQL is installed and a user with the appropriate database is set up.
The PW for the user also has no special characters so as not to destroy the formatting (§ = not good).
Now it's EvoSC's turn....
I have tried php7.4 as it is specified on the website.
apt install -y php7.4 php7.4-simplexml php7.4-mbstring php7.4-gd php7.4-dom php7.4-mysql php7.4-curl php7.4-zip php7.4-pcntl composer
I also tried php8.3 in order to have a current version.
With php8.3 I get at least the fewest errors and the setup almost runs through.
apt install -y php8.3 php8.3-simplexml php8.3-mbstring php8.3-gd php8.3-dom php8.3-mysql php8.3-curl php8.3-zip composer
Download EvoSC now...
Here is the output of it:
php7.4 does not find all the necessary components here, which is why php7.4 is the end of the fun.
You can get further with php8.3.
# php esc run
And the output of it:
If I try to start EvoSC, this does not work either.
What is the problem here?
What am I doing wrong?
The text was updated successfully, but these errors were encountered: