We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expected the result:
There seems like some problems after install files_markdown app refter to solution
environment: nextcloud version: 20.0.11 php version : 7.4.21
apps the apps that enabled include below:
and according to the article solution
cd /path/to/nextcloud/apps wget https://github.com/nextcloud/files_texteditor/archive/v17.0.0.tar.gz tar -xzf v17.0.0.tar.gz mv files_texteditor-17.0.0 files_texteditor find files_texteditor/ -type f -print0 | xargs -0 chmod 640 find files_texteditor/ -type d -print0 | xargs -0 chmod 750 sudo chown -R <webserver user>:<webserver user> files_texteditor sudo chmod -R 777 files_texteditor rm v17.0.0.tar.gz
Please guide me on this issue,thanks :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I expected the result:
![image](https://user-images.githubusercontent.com/11440746/126278609-f0e134e5-001d-467b-b6a1-752aff4d1d38.png)
There seems like some problems after install files_markdown app refter to solution
environment:
nextcloud version: 20.0.11
php version : 7.4.21
apps
![image](https://user-images.githubusercontent.com/11440746/126276585-34892050-e1c3-4322-b83f-011e8a654a69.png)
![image](https://user-images.githubusercontent.com/11440746/126276658-524cd625-7e15-4761-bf74-d2649e172d17.png)
the apps that enabled include below:
and according to the article solution
Please guide me on this issue,thanks :)
The text was updated successfully, but these errors were encountered: