New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to share with users from Client or Web #27474
Comments
Most likely caused by this where your used I think you should report this issue to the packager of your distribution instead of here. An alternative would be to use the official packages from https://owncloud.org/install/#edition which are not showing this issue. |
|
As soon as i disabled the federated sharing, it started working again |
|
Still it worth to report that to you packager. ownCloud heavily relies on the correct used Sabre/* versions. If your distro is shipping a newer or older versions this might break at any time. |
|
Just to show the issue: Your system is currently using/providing sabre/vobject 4.0+:
however ownCloud 9.1.4 needs sabre/vobject 3.5.0: Nothing what can be done here from ownCloud side (besides upgrading to sabre/vobject 4.0 at some point in time and make oC compatible with it). Please close here and report this issue to your distro / package provider. |
|
@hodyroff @PVince81 @DeepDiver1975 FYI if further of that kind of reports are coming in here |
|
Great catch @kdslkdsaldsal |
|
looks like its an EPEL package |
|
@jnweiger @crrodriguez FYI Don't know what we can do with wrong packages out there. |
|
Another one with the mix between sabre/vobject 3.5 and 4.0: #29663 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
it should auto-complete
Actual behaviour
nothing at all, the progress circle thing happens but then nothing
this appears in log:
"RuntimeException: Starting sabre/vobject 4.0 the children property is now protected. You should use the children() method instead at /usr/share/php/Sabre/VObject4/Component.php
Server configuration
Operating system:
Red Hat Enterprise Linux Server release 7.3 (Maipo)
Web server:
httpd-tools-2.4.6-45.el7.x86_64
httpd-2.4.6-45.el7.x86_64
Database:
Server version: 5.5.52-MariaDB MariaDB Server
PHP version:
PHP 5.6.30
ownCloud version: (see ownCloud admin page)
owncloud-httpd-9.1.4-3.el7.noarch
Updated from an older ownCloud or fresh install:
updated
Where did you install ownCloud from:
RPM
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfigWHEREappid= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
{"reqId":"WNQLU8GMPomXLXsMAzKwKQAAAAQ","remoteAddr":"172.16.110.140","app":"PHP","message":"RuntimeException: Starting sabre/vobject 4.0 the children property is now protected. You should use the children() method instead at /usr/share/php/Sabre/VObject4/Component.php#466","level":3,"time":"2017-03-23T17:52:20+00:00","method":"GET","url":"/owncloud/ocs/v1.php/apps/files_sharing/api/v1/sharees?format=json&search=rick.&perPage=200&itemType=folder","user":"eric.sarakaitis"}
{"reqId":"WNQLVcGMPomXLXsMAzKwKgAAAAQ","remoteAddr":"172.16.110.140","app":"PHP","message":"RuntimeException: Starting sabre/vobject 4.0 the children property is now protected. You should use the children() method instead at /usr/share/php/Sabre/VObject4/Component.php#466","level":3,"time":"2017-03-23T17:52:22+00:00","method":"GET","url":"/owncloud/ocs/v1.php/apps/files_sharing/api/v1/sharees?format=json&search=rick+dobson&perPage=200&itemType=folder","user":"eric.sarakaitis"}
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: