-
Notifications
You must be signed in to change notification settings - Fork 1
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
Exception when running the installer script #41
Comments
Hello @derMiepz, Thank you for bringing this issue to our attention. We identified that the exception you encountered during the installation on Ubuntu 24.04 (Noble) was caused by the installer script attempting to clear the cache before running the necessary database migrations. This led to errors, especially when using PHP 8.4. To resolve this, I have updated the installer script to version 1.0.1. This update ensures that database migrations are executed before any cache clearing operations. I have tested this new version on both Ubuntu 24.04 and 22.04, and the installation process now completes successfully without any issues. We appreciate your feedback - it helps us improve the installation experience for all users. Feel free to try the updated installer script, and let us know if you run into any further issues. Best regards! |
Heya! I'm pleased to say that this part of the installation now worked flawlessly, but I'm afraid that there's another problem. Then same thing happens when trying it via the panel/register page. I can reproduce this issue reliably via Sorry for the very professional "screenshot". My MacBook doesn't wanna do what I want it to do... |
Hello @derMiepz, Thank you for following up on this! Glad to hear the installation itself went smoothly. The Please check the following:
Full guide: 🔗 Configuration with command Let me know if the issue persists after updating these credentials :) |
Describe the bug
Running the installer script on a fresh and updated/upgraded install of Ubuntu 24.04.2 LTS server, it throws an exception
To Reproduce
Steps to reproduce the behavior:
bash -c "$(wget -qO- https://pteroca.com/installer.sh)"
while logged in as "root"Adding component(s) 'universe' to all repositories.
appearsExpected behavior
The script shouldn't throw exceptions and continue to run as expected
Screenshots
Additional context
First time user of your software. Already tried Googling with various ways to fix this problem. Haven't attempted any of them to so things won't get even more messed up.
The text was updated successfully, but these errors were encountered: