GithubHelp home page GithubHelp logo

Comments (10)

tlvu avatar tlvu commented on July 29, 2024

Found a work-around to be able to use the manually downloaded and unpacked archive: In the apps list (owncloud/index.php/settings/apps), click on "Not enabled" and enable grauphel from there. Do not try to enable grauphel from "Productivity" where it was initially found.

Still for a better user experience, it would be nice that the archive is in .zip format so enabling also works seamlessly in the "Productivity" section.

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

Do you have an entry in the ownCloud log file about that? Please post it; I suspect something like https://tigr.net/1858/2014/04/01/owncloud-archives-of-type-inode-x-empty-are-not-supported/

from nextcloud-grauphel.

tlvu avatar tlvu commented on July 29, 2024

This is all I got in the logs

{"reqId":"VfYyaz@qug@1-sDW6Z1YzAAAAAI","remoteAddr":"192.168.xxx.xxx","app":"core","message":"Archives of type application/x-bzip2 are not supported","level":3,"time":"2015-09-14T02:35:26+00:00"}

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

Which PHP modules do you have activated?
php -m will give you that list on the command line.

from nextcloud-grauphel.

tlvu avatar tlvu commented on July 29, 2024

uname -a
Linux centos7-virt-host 3.10.0-229.11.1.el7.x86_64 #1 SMP Thu Aug 6
01:06:18 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

rpm -q owncloud-server
owncloud-server-8.1.1-12.1.noarch

sudo -u apache /var/www/html/owncloud/occ app:list | grep grau

  • grauphel: 0.5.1

php -v
PHP 5.4.16 (cli) (built: Jun 23 2015 21:17:27)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
ldap
libxml
mbstring
mhash
OAuth
openssl
pcntl
pcre
PDO
pdo_sqlite
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

On 15-09-14 11:51 AM, Christian Weiske wrote:

Which PHP modules do you have activated?
|php -m| will give you that list on the command line.


Reply to this email directly or view it on GitHub
#26 (comment).

from nextcloud-grauphel.

tlvu avatar tlvu commented on July 29, 2024

I managed to reproduce this behavior using docker so it will be easy for you to reproduce so then you can test your fix.

unable-to-enable-grauphel-on-oc811

Following are instructions to reproduce:

  • Start a fresh owncloud 8.1.1 instance
docker run -it --name oc owncloud:8.1.1
  • In a new terminal, enter the container, perform initial configuration steps
docker exec -it oc bash
apt-get update; apt-get install -y sudo
sudo -u www-data php occ maintenance:install --database sqlite --database-name "owncloud" --database-user "root" --database-pass "password" --admin-user "admin" --admin-pass "password"
  • In a new terminal, get the IP of the container so we can point our browser to
docker inspect --format '{{ .NetworkSettings.IPAddress }}' oc # mine is 172.17.0.41
  • Point the browser to http://172.17.0.41, login with admin:password and try to enable grauphel

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

I had to enable experimental apps from the appstore in my (older) configuration to see it:

'appstore.experimental.enabled' => true,

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

Unfortunately, the app installer only allows .zip and .gz files, see https://github.com/owncloud/core/blob/master/lib/private/installer.php#L279

Seems I have to make a pull request.

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

I've opened a bug report owncloud/core#19181 and made a pull request to fix it - owncloud/core#19182

When it gets merged there is no need to change away from .bz2 anymore.

from nextcloud-grauphel.

cweiske avatar cweiske commented on July 29, 2024

The patch is currently in the ownCloud 9 milestone which will be released february next year - too long away.

I've made grauphel available as .gz file.

from nextcloud-grauphel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.