It works, but I have multiple messages in log (php messages):
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:48:22+00:00"}
{"app":"PHP","message":"file_exists(): open_basedir restriction in effect. File(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ) is not within the allowed path(s): (\/home\/admin\/:\/tmp\/:\/usr\/share\/pear\/:\/var\/l$
{"app":"PHP","message":"file_put_contents(): open_basedir restriction in effect. File(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ) is not within the allowed path(s): (\/home\/admin\/:\/tmp\/:\/usr\/share\/pear\/:\/$
{"app":"PHP","message":"file_put_contents(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ): failed to open stream: Operation not permitted at \/home\/admin\/owncloud.DOMAIN.com\/lib\/private\/files\/storage\/local.php$
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"}
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"}
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"}
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"}
Hope we can work them out... as I have other issue with sync, which might be related.
By the way,
open_basedir: /home/admin/:/tmp/:/usr/share/pear/:/var/lib/php/session/:/home/kloxo/httpd/script/:/home/kloxo/httpd/disable/
How come I cannot use /home/admin/ subdirs with this open_basedir? Don't get it
It works, but I have multiple messages in log (php messages):
{"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:48:22+00:00"} {"app":"PHP","message":"file_exists(): open_basedir restriction in effect. File(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ) is not within the allowed path(s): (\/home\/admin\/:\/tmp\/:\/usr\/share\/pear\/:\/var\/l$ {"app":"PHP","message":"file_put_contents(): open_basedir restriction in effect. File(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ) is not within the allowed path(s): (\/home\/admin\/:\/tmp\/:\/usr\/share\/pear\/:\/$ {"app":"PHP","message":"file_put_contents(\/home\/admin\/owncloud.DOMAIN.com\/data\/admin\/cache\/files_tree_cache\/PROJ\/07_Production\/01_Projects\/2014_C1_PROJ): failed to open stream: Operation not permitted at \/home\/admin\/owncloud.DOMAIN.com\/lib\/private\/files\/storage\/local.php$ {"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"} {"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"} {"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"} {"app":"PHP","message":"Undefined index: id at \/home\/admin\/owncloud.DOMAIN.com\/apps\/files_tree\/ajax\/explore.php#13","level":3,"time":"2014-06-26T09:50:02+00:00"}
Hope we can work them out... as I have other issue with sync, which might be related.
By the way, open_basedir: /home/admin/:/tmp/:/usr/share/pear/:/var/lib/php/session/:/home/kloxo/httpd/script/:/home/kloxo/httpd/disable/
How come I cannot use /home/admin/ subdirs with this open_basedir? Don't get it