Skip to content
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

FIX: remove php 5 support claim from ReadMe #290

Closed
TeaObvious opened this issue Mar 29, 2019 · 0 comments
Closed

FIX: remove php 5 support claim from ReadMe #290

TeaObvious opened this issue Mar 29, 2019 · 0 comments

Comments

@TeaObvious
Copy link

Yesterday i was bound 2 hours to find why i am hitting this issue: #204

The reason is, that TasmoAdmin does not like php5 - at least not the version 5.4.16 delivered with CentOS. Once i installed a php7 this error vanished immediately and TasmoAdmin worked like charm. Switching back and forth between php5 and php7 and the error returns/vanishes reproducible.

I recommand so simply remove the php5 part of this ReadMe Line "php7 recommended (works with php5 too)" to prevent any further confusion.

While changing the ReadMe you could also add these 3 lines to show how to enable SELinux support.

semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/tasmoadmin/tasmoadmin/data(/.*)?"
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/tasmoadmin/tasmoadmin/tmp(/.*)?"

followed by a

restorecon -Rv /var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants