Closed kuba-orlik closed 8 years ago
See this issue https://github.com/owncloud/appstore-issues/issues/55
For now, download the package from the github releases page (news.tar.gz) https://github.com/owncloud/news/releases/tag/8.0.0
Thank you for your response. I've downloaded the news.tar.gz
file into the docker container and unpacked it into /var/www/html/apps
, so there's a news
directory owned by the www-data
user, but I still cannot enable the application - the same error appears:
Unable to parse malformed url: http://
What am I missing?
Can you try to extract it to /var/www/html/owncloud/apps ? I'm unsure if a separarte apps directory is supported. Works for me when using a fresh install btw.
For me the workaround with manually download the app and activating it with
sudo -u www-data php /var/www/owncloud/occ app:enable news
did the job. It seems to work with the news
folder owned by root
– or is it better if I give the ownership to www-data
?
www-data otherwise core can't update/delete the app
It seems that the correct download is now online, can you check? Probably caching issues on the appstore's side
I tried enabling it now and it shows another error:
App can't be installed because the version in info.xml/version is not the same as the version reported from the app store
OK, this happens because the uploaded archive does not overwrite the old one, nothing I can do
Ok, I managed to enable the app via the terminal command. Thanks! :)
Closing this on favor of #958 which has a better description
Explain the Problem
I cannot enable the News app. An error message saying
Unable to parse malformed url: http://
shows up.Steps to Reproduce
Explain what you did to encounter the issue
/settings/apps?category=multimedia
System Information
I'm using OwnCloud's Docker container, version 9.0.0
Contents of owncloud/data/owncloud.log
Contents of Browser Error Console
No errors