-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issues with PHP 7.4 #1834
Comments
Hi @jacobsmith, |
The new release is out now, with updated dependencies that would be compatible with 7.4, So I'll close this off. If you still face issues on the latest BookStack release please open a new issue. |
Hey, I just spent a lot of time to find out that bookstack does not work on my archlinux with php 7.4. When I switch to php 7.3, everything works just fine. When trying to run bookstack on php 7.4, I get a blank page on http://localhost an following errors in my nginx log:
I have been wondering why it is looking for an inexistent file in the views folder, until I noticed that switching to php 7.3 solves the issue. |
It's failing to write to that folder because it's seeing it as read only. BookStack is definitely 7.4 compatible. Edit This assumes v0.28.* |
But I can assure you that the folder is writable (and empty) |
Well I'm running on 7.4 currently with no issues - so what you're seeing is a configuration issue rather than 7.4 issue - either way - open a new issue or join discord to troubleshoot - this issue is closed and the issue it relates to is fixed :-) |
@amo13 Writable by whom? Definitely by the PHP process? |
yes, on archlinux it's the http user. I have no problem with other php applications. |
Describe the bug
I am unable to send email when running on php 7.4
Steps To Reproduce
Expected behavior
Email sends successfully.
Screenshots

Your Configuration (please complete the following information):
Additional context
My searches lead me to the following issues, in order:
egulias/EmailValidator#212
egulias/EmailValidator#203
laravel/framework#29482
The current requirements list >=7.0.5, but perhaps there is an upper bound currently?
The text was updated successfully, but these errors were encountered: