Martin Kerler
Martin Kerler
Here is the output - it completed without error on twrp 3.0.2 (maguro) ``` $ tests/test_restore_partition.py /tmp/tmp1pesmyye 512178 ADB: ('adb', 'shell', 'rm -f /tmp/md5in /tmp/md5out 2> /dev/null; mknod /tmp/md5in p')...
Still persistent with OC 10.0.10 and gallery 16.1.0 from market. Can't install because app "contains unallowed code".
Any debugging help before I try the mentioned workaround by @j-ed ?
I unpacked the gallery app into ../apps manually and used the check-code to get more precise output: ``` ./occ app:check-code gallery Analysing apps/gallery/middleware/envcheckmiddleware.php 1 errors line 155: OC_User - Static...
`'appcodechecker' => true,` in config.php I will check with the next minor OC update because with the workaround mentioned above all is up & running for the moment :)
https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/occ_command.html says: app:check-code has multiple checks: it checks if an app uses ownCloud’s public API (OCP) or private API (OC_) So the gallery app seems to use a "private" method...