owncloud-archive / files_locking

3 stars 5 forks source link

Cannot enable after 8.0.3 upgrade #32

Closed oparoz closed 9 years ago

oparoz commented 9 years ago

Env

PHP 5.5, MariaDB, ZFS No encryption Upgraded from 7.0.5

Apps are installed in a custom location defined in config.php

Logs

In the app manager: "Error enabling the app"

In owncloud.log

{"reqId":"1d47b4b9bbcc55553481eb20a3114a58","app":"PHP","message":"preg_split() expects parameter 2 to be string, array given at lib\/private\/app.php#1230","level":0,"time":"2015-05-11T18:52:19+00:00","method":"POST","url":"\/index.php\/settings\/ajax\/enableapp.php"}
{"reqId":"1d47b4b9bbcc55553481eb20a3114a58","app":"PHP","message":"Invalid argument supplied for foreach() at lib\/private\/app.php#1233","level":0,"time":"2015-05-11T18:52:19+00:00","method":"POST","url":"\/index.php\/settings\/ajax\/enableapp.php"}
{"reqId":"59e504cb0234d7c803e27b74c2714aea","app":"PHP","message":"preg_split() expects parameter 2 to be string, array given at lib\/private\/app.php#1230","level":0,"time":"2015-05-11T18:52:19+00:00","method":"GET","url":"\/index.php\/settings\/ajax\/navigationdetect.php?app=files_locking"}
{"reqId":"59e504cb0234d7c803e27b74c2714aea","app":"PHP","message":"Invalid argument supplied for foreach() at lib\/private\/app.php#1233","level":0,"time":"2015-05-11T18:52:19+00:00","method":"GET","url":"\/index.php\/settings\/ajax\/navigationdetect.php?app=files_locking"}
oparoz commented 9 years ago

Could be an issue with the app manager itself, but I had no problem enabling other apps.

oparoz commented 9 years ago

I was able to upgrade after going through some loops, so I'm going to close this and report the problem in core.