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

preview Don't work in NC20.0.11 #171

Open
Horizon2006 opened this issue Jul 20, 2021 · 0 comments
Open

preview Don't work in NC20.0.11 #171

Horizon2006 opened this issue Jul 20, 2021 · 0 comments

Comments

@Horizon2006
Copy link

Horizon2006 commented Jul 20, 2021

I expected the result:
image

There seems like some problems after install files_markdown app refter to solution

environment:
nextcloud version: 20.0.11
php version : 7.4.21

  1. apps
    the apps that enabled include below:
    image
    image

  2. 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

  1. but the issue remains
    image

Please guide me on this issue,thanks :)

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

1 participant