Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Login always expired #1013

Open
hegoku opened this issue Jan 24, 2018 · 3 comments
Open

Login always expired #1013

hegoku opened this issue Jan 24, 2018 · 3 comments

Comments

@hegoku
Copy link

hegoku commented Jan 24, 2018

Steps to reproduce

  1. Install the app and login
    2.After press connect button and than login successfully
    3.After a while, the login view appears again, and it says that 'Your session expired. Please connect again'. So I login again, but after a while, it appears again..

Expected behaviour

Login successfully and I can view my files.

Actual behaviour

The login view appears in loop.

Server configuration

Web server:
Using apache and https is enabled

Database:
mysql 5.7

PHP version:
php 7.1

ownCloud version:
10.0.4 (stable)

Storage backend (external storage):

Client

iOS version:
ios 11.2.2

ownCloud app version:
3.7.2

Device model:

Logs

ownCloud log (data/owncloud.log)

{"reqId":"WmflbIGOIhwcP6XO3BIoeAAAAAw","level":3,"time":"2018-01-24T01:46:20+00:00","remoteAddr":"xx.xx.xx.xx","user":"--","app":"PHP","method":"GET","url":"\/owncloud\/status.php","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at \/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}
{"reqId":"WmflcFY58Zskfns96hD8UAAAAAg","level":3,"time":"2018-01-24T01:46:24+00:00","remoteAddr":"xx.xx.xx.xx","user":"--","app":"PHP","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at \/var\/www\/html\/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}
{"reqId":"WmflcFY58Zskfns96hD8UQAAAAg","level":3,"time":"2018-01-24T01:46:24+00:00","remoteAddr":"xx.xx.xx.xx","user":"--","app":"PHP","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at \/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}
{"reqId":"1ea44517-b7bc-4061-98e2-1f0a489593e4","level":3,"time":"2018-01-24T01:46:39+00:00","remoteAddr":"xx.xx.xx.xx","user":"Testuser","app":"PHP","method":"PROPFIND","url":"\/owncloud\/remote.php\/dav\/files\/Jack\/","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at\/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}
{"reqId":"WmflhCh5yDzu63YamfONEAAAAAI","level":3,"time":"2018-01-24T01:46:45+00:00","remoteAddr":"xx.xx.xx.xx","user":"Testuser","app":"PHP","method":"GET","url":"\/owncloud\/ocs\/v1.php\/cloud\/user?format=json","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at \/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}
{"reqId":"WmflhSh5yDzu63YamfONEQAAAAI","level":3,"time":"2018-01-24T01:46:45+00:00","remoteAddr":"xx.xx.xx.xx","user":"Testuser","app":"PHP","method":"PROPFIND","url":"\/owncloud\/remote.php\/webdav\/","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at\/owncloud\/lib\/composer\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18"}

Tell us what could be improved:

Why the login view always appears and says login expored..

@jesmrec
Copy link
Contributor

jesmrec commented Jan 25, 2018

your problem seems to be similar to the one in this thread of our forums:

https://central.owncloud.org/t/you-are-using-a-fallback-implementation-of-the-intl-extension-installing-the-native-one-is-highly-recommended-instead-at-var-www-html-lib-composer-patchwork-utf8-src-patchwork-utf8-bootup-intl-php-18/7775

They suggest to install intl dependency in your server, but also depends on the linux distro. Could you check it out and tell us if you can fix the problem?

@hegoku
Copy link
Author

hegoku commented Jan 25, 2018

image

I have installed intl, but still get this problem.

Run logs:

2018-01-25 22:01:58.382070+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(405)> error: Error Domain=com.owncloud Code=130 "No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured" UserInfo={NSLocalizedDescription=No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured}
2018-01-25 22:01:58.382341+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(406)> Operation error: 401
2018-01-25 22:01:58.382588+0800 Owncloud iOs Client[647:132398] <0x1d001b100 ManageNetworkErrors.m:(37)> Error code from  web dav server: 401
2018-01-25 22:01:58.382777+0800 Owncloud iOs Client[647:132398] <0x1d001b100 ManageNetworkErrors.m:(39)> Error code from server: 130
2018-01-25 22:01:58.382944+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(3339)> Error Login
2018-01-25 22:01:58.383126+0800 Owncloud iOs Client[647:132398] <0x102f543c8 ManageUsersDB.m:(72)> getActiveUser
2018-01-25 22:01:58.383812+0800 Owncloud iOs Client[647:132398] <0x102f543c8 ManageUsersDB.m:(81)> RSColumnt count: 24
2018-01-25 22:01:58.391950+0800 Owncloud iOs Client[647:132398] <0x102f53108 UtilsUrls.m:(94)> accessGroup = 4W797DWJWN.com.owncloud.iOSmobileapp
2018-01-25 22:01:58.394090+0800 Owncloud iOs Client[647:132398] <0x102f540f8 OCKeychain.m:(110)> (getCredentials of userId 1)Error Code -25300 (0 = success)
2018-01-25 22:01:58.394212+0800 Owncloud iOs Client[647:132398] Unable to get the item with userId=1
2018-01-25 22:01:58.419041+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c40306a0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.419489+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c4031f00> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.420978+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c4032be0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.421558+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c40306c0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.422333+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c40309e0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.422910+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c40323a0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.423647+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c40335a0> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.424073+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c4033140> - changing property masksToBounds in transform-only layer, will have no effect
2018-01-25 22:01:58.424515+0800 Owncloud iOs Client[647:132398] <CATransformLayer: 0x1c4031b00> - changing property masksToBounds in transform-only layer, will have no effect
Migrating keychain from login view
2018-01-25 22:01:58.471417+0800 Owncloud iOs Client[647:132398] <0x102f543c8 ManageUsersDB.m:(278)> getAllUsersWithOutCredentialInfo
2018-01-25 22:01:58.473033+0800 Owncloud iOs Client[647:132398] <0x102f53108 UtilsUrls.m:(94)> accessGroup = 4W797DWJWN.com.dragonballsoft.iOSmobileapp
2018-01-25 22:01:58.473739+0800 Owncloud iOs Client[647:132398] <0x102f540f8 OCKeychain.m:(110)> (getCredentials of userId 1)Error Code -25300 (0 = success)
2018-01-25 22:01:58.473761+0800 Owncloud iOs Client[647:132398] Unable to get the item with userId=1
2018-01-25 22:01:58.473783+0800 Owncloud iOs Client[647:132398] <0x102f540f8 OCKeychain.m:(304)> Not possible to update keychain with userId: 1
2018-01-25 22:02:03.475217+0800 Owncloud iOs Client[647:132398] <0x102f543c8 ManageUsersDB.m:(72)> getActiveUser
2018-01-25 22:02:03.475932+0800 Owncloud iOs Client[647:132398] <0x102f543c8 ManageUsersDB.m:(81)> RSColumnt count: 24
2018-01-25 22:02:03.485156+0800 Owncloud iOs Client[647:132398] <0x102f53108 UtilsUrls.m:(94)> accessGroup = 4W797DWJWN.com.dragonballsoft.iOSmobileapp
2018-01-25 22:02:03.488055+0800 Owncloud iOs Client[647:132398] <0x102f540f8 OCKeychain.m:(110)> (getCredentials of userId 1)Error Code -25300 (0 = success)
2018-01-25 22:02:03.488229+0800 Owncloud iOs Client[647:132398] Unable to get the item with userId=1
Can not get credentials from keychain in login view
2018-01-25 22:02:03.491776+0800 Owncloud iOs Client[647:132398] <0x102f53108 UtilsUrls.m:(94)> accessGroup = 4W797DWJWN.com.dragonballsoft.iOSmobileapp
2018-01-25 22:02:03.493349+0800 Owncloud iOs Client[647:132398] (removeCredentials)Error Code: -25300
2018-01-25 22:02:03.493407+0800 Owncloud iOs Client[647:132398] Unable to delete the item with username=(null)
2018-01-25 22:02:03.495272+0800 Owncloud iOs Client[647:132398] <0x1c40745c0 CheckAccessToServer.m:(67)> _isConnectionToTheServerByUrl_ URL Status: |https://www.machinepower.cn/owncloud/status.php|
2018-01-25 22:02:03.495900+0800 Owncloud iOs Client[647:132398] <0x102f52d48 UtilsCookies.m:(85)> _saveAndCleanCookies_
2018-01-25 22:02:03.496024+0800 Owncloud iOs Client[647:132398] <0x102f52d48 UtilsCookies.m:(73)> _updateCookiesOfActiveUserInDB_
2018-01-25 22:02:03.500294+0800 Owncloud iOs Client[647:132398] <0x102f52d48 UtilsCookies.m:(39)> cookieStorage: (
    "<NSHTTPCookie\n\tversion:0\n\tname:oc_sessionPassphrase\n\tvalue:vigr0gDzCsn%2Bpo1vPoSiFRgqd0yKZ%2Bg4jF01nQVFFjq2TZUaT6v1UF5%2B8NRWyjGmSCSM%2FmlhRuq0OW%2B4QY3h2Jb3ozu47%2FgArdU7V7muhWjw4U2DBi%2FhrWW7H6BEEmrY\n\texpiresDate:'(null)'\n\tcreated:'2018-01-25 14:01:59 +0000'\n\tsessionOnly:TRUE\n\tdomain:www.xx.com\n\tpartition:none\n\tpath:/owncloud\n\tisSecure:TRUE\n\tisHTTPOnly: YES\n path:\"/owncloud\" isSecure:TRUE isHTTPOnly: YES>",
    "<NSHTTPCookie\n\tversion:0\n\tname:ocvgatc1rzal\n\tvalue:7c2809d8415ea07d3060415061c3dcb7\n\texpiresDate:'(null)'\n\tcreated:'2018-01-25 14:01:56 +0000'\n\tsessionOnly:TRUE\n\tdomain:www.xx.com\n\tpartition:none\n\tpath:/owncloud\n\tisSecure:TRUE\n\tisHTTPOnly: YES\n path:\"/owncloud\" isSecure:TRUE isHTTPOnly: YES>"
)
2018-01-25 22:02:03.506136+0800 Owncloud iOs Client[647:132398] Deleting cookie storage: <NSHTTPCookieStorage cookies count:3>
Init login with loginMode: 2 (0=Create,1=Update,2=Expire,3=Migrate)
2018-01-25 22:02:03.520057+0800 Owncloud iOs Client[647:132398] [LayoutConstraints] Unable to simultaneously satisfy constraints.
	Probably at least one of the constraints in the following list is one you don't want. 
	Try this: 
		(1) look at each constraint and try to figure out which you don't expect; 
		(2) find the code that added the unwanted constraint or constraints and fix it. 
(
    "<_UILayoutSupportConstraint:0x1c4282530 _UILayoutGuide:0x121d19c10.height == 0   (active)>",
    "<_UILayoutSupportConstraint:0x1c42824e0 V:|-(0)-[_UILayoutGuide:0x121d19c10]   (active, names: '|':UIView:0x121d19a30 )>",
    "<NSLayoutConstraint:0x1c409f7c0 V:[_UILayoutGuide:0x121d19c10]-(0)-[UIScrollView:0x123023c00]   (active)>",
    "<NSLayoutConstraint:0x1c409d4c0 V:|-(-10)-[UIScrollView:0x123023c00]   (active, names: '|':UIView:0x121d19a30 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x1c409f7c0 V:[_UILayoutGuide:0x121d19c10]-(0)-[UIScrollView:0x123023c00]   (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2018-01-25 22:02:03.569394+0800 Owncloud iOs Client[647:132398] <0x102f54300 ManageUploadsDB.m:(560)> getUploadsByStatus 4 andByKindOfError: -1
2018-01-25 22:02:03.569650+0800 Owncloud iOs Client[647:132398] <0x102f54300 ManageUploadsDB.m:(560)> getUploadsByStatus 5 andByKindOfError: -1
2018-01-25 22:02:03.569730+0800 Owncloud iOs Client[647:132398] <0x11ff05770 AppDelegate.m:(2495)> There are: 0 in the list of uploads failed
2018-01-25 22:02:03.569756+0800 Owncloud iOs Client[647:132398] <0x11ff05770 AppDelegate.m:(2496)> There are: 0 files in the list of pending to be check
2018-01-25 22:02:03.570123+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(2239)> error: Error Domain=com.owncloud Code=130 "(null)"
2018-01-25 22:02:03.570149+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(2240)> Operation error: 401
2018-01-25 22:02:03.570497+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(2239)> error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: unauthorized (401)" UserInfo={NSLocalizedDescription=Request failed: unauthorized (401), NSErrorFailingURLKey=https://www.xx.com/owncloud/ocs/v1.php/apps/files_sharing/api/v1/shares?path=&subfiles=true, com.alamofire.serialization.response.error.data=<3c3f786d 6c207665 7273696f 6e3d2231 2e30223f 3e0a3c6f 63733e0a 203c6d65 74613e0a 20203c73 74617475 733e6661 696c7572 653c2f73 74617475 733e0a20 203c7374 61747573 636f6465 3e393937 3c2f7374 61747573 636f6465 3e0a2020 3c6d6573 73616765 3e556e61 7574686f 72697365 643c2f6d 65737361 67653e0a 203c2f6d 6574613e 0a203c64 6174612f 3e0a3c2f 6f63733e 0a>, com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x1c002a9a0> { URL: https://www.xx.com/owncloud/ocs/v1.php/apps/files_sharing/api/v1/shares?path=&subfiles=true } { Status Code: 401, Headers {
    "Cache-Control" =     (
        "no-store, no-cache, must-revalidate"
    );
    Connection =     (
        close
    );
    "Content-Length" =     (
        153
    );
    "Content-Security-Policy" =     (
        "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:; media-src *; connect-src *"
    );
    "Content-Type" =     (
        "text/xml; charset=UTF-8"
    );
    Date =     (
        "Thu, 25 Jan 2018 14:01:58 GMT"
    );
    Expires =     (
        "Thu, 19 Nov 1981 08:52:00 GMT"
    );
    Pragma =     (
        "no-cache"
    );
    Server =     (
        "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.1.10"
    );
    "Set-Cookie" =     (
        "oc_sessionPassphrase=LVrfuvxGW8Vsq%2Fa1WftwvOXCbnvrtTK2TU5agSNpA24yO7mSjS3wICgtOqj04FSJwoEu8yqiTebSR1vQTLwtGR5CjKTzjDDP1zS9wAQ5wBi3KwGrcFVnTHdNgSINrYU%2F; path=/owncloud; secure; HttpOnly"
    );
    "Strict-Transport-Security" =     (
        "max-age=15768000"
    );
    "Www-Authenticate" =     (
        "Basic realm=\"Authorisation Required\""
    );
    "X-Content-Type-Options" =     (
        nosniff
    );
    "X-Download-Options" =     (
        noopen
    );
    "X-Frame-Options" =     (
        SAMEORIGIN
    );
    "X-Permitted-Cross-Domain-Policies" =     (
        none
    );
    "X-Powered-By" =     (
        "PHP/7.1.10"
    );
    "X-Robots-Tag" =     (
        none
    );
    "X-XSS-Protection" =     (
        "1; mode=block"
    );
} }}
2018-01-25 22:02:03.571360+0800 Owncloud iOs Client[647:132398] <0x12081da00 FilesViewController.m:(2240)> Operation error: 401
2018-01-25 22:02:03.571512+0800 Owncloud iOs Client[647:132398] <0x11fe46b90 SharedViewController.m:(406)> error: Error Domain=com.owncloud Code=130 "(null)"
2018-01-25 22:02:03.571535+0800 Owncloud iOs Client[647:132398] <0x11fe46b90 SharedViewController.m:(407)> Operation error: 401
2018-01-25 22:02:03.571818+0800 Owncloud iOs Client[647:132398] <0x11fe46b90 SharedViewController.m:(406)> error: Error Domain=com.alamofire.error.serialization.response Code=-1011 "Request failed: unauthorized (401)" UserInfo={NSLocalizedDescription=Request failed: unauthorized (401), NSErrorFailingURLKey=https://www.xx.com/owncloud/ocs/v1.php/apps/files_sharing/api/v1/shares, com.alamofire.serialization.response.error.data=<3c3f786d 6c207665 7273696f 6e3d2231 2e30223f 3e0a3c6f 63733e0a 203c6d65 74613e0a 20203c73 74617475 733e6661 696c7572 653c2f73 74617475 733e0a20 203c7374 61747573 636f6465 3e393937 3c2f7374 61747573 636f6465 3e0a2020 3c6d6573 73616765 3e556e61 7574686f 72697365 643c2f6d 65737361 67653e0a 203c2f6d 6574613e 0a203c64 6174612f 3e0a3c2f 6f63733e 0a>, com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x1c8033a00> { URL: https://www.xx.com/owncloud/ocs/v1.php/apps/files_sharing/api/v1/shares } { Status Code: 401, Headers {
    "Cache-Control" =     (
        "no-store, no-cache, must-revalidate"
    );
    Connection =     (
        close
    );
    "Content-Length" =     (
        153
    );
    "Content-Security-Policy" =     (
        "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:; media-src *; connect-src *"
    );
    "Content-Type" =     (
        "text/xml; charset=UTF-8"
    );
    Date =     (
        "Thu, 25 Jan 2018 14:01:58 GMT"
    );
    Expires =     (
        "Thu, 19 Nov 1981 08:52:00 GMT"
    );
    Pragma =     (
        "no-cache"
    );
    Server =     (
        "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.1.10"
    );
    "Set-Cookie" =     (
        "oc_sessionPassphrase=vigr0gDzCsn%2Bpo1vPoSiFRgqd0yKZ%2Bg4jF01nQVFFjq2TZUaT6v1UF5%2B8NRWyjGmSCSM%2FmlhRuq0OW%2B4QY3h2Jb3ozu47%2FgArdU7V7muhWjw4U2DBi%2FhrWW7H6BEEmrY; path=/owncloud; secure; HttpOnly"
    );
    "Strict-Transport-Security" =     (
        "max-age=15768000"
    );
    "Www-Authenticate" =     (
        "Basic realm=\"Authorisation Required\""
    );
    "X-Content-Type-Options" =     (
        nosniff
    );
    "X-Download-Options" =     (
        noopen
    );
    "X-Frame-Options" =     (
        SAMEORIGIN
    );
    "X-Permitted-Cross-Domain-Policies" =     (
        none
    );
    "X-Powered-By" =     (
        "PHP/7.1.10"
    );
    "X-Robots-Tag" =     (
        none
    );
    "X-XSS-Protection" =     (
        "1; mode=block"
    );
} }}
2018-01-25 22:02:03.572163+0800 Owncloud iOs Client[647:132398] <0x11fe46b90 SharedViewController.m:(407)> Operation error: 401
2018-01-25 22:02:03.697990+0800 Owncloud iOs Client[647:132796] <0x1c40745c0 CheckAccessToServer.m:(209)> didReceiveChallenge
2018-01-25 22:02:03.716935+0800 Owncloud iOs Client[647:132796] <0x102f541c0 ManageAppSettingsDB.m:(175)> getAllCertificatesLocation
2018-01-25 22:02:03.717638+0800 Owncloud iOs Client[647:132796] <0x102f541c0 ManageAppSettingsDB.m:(193)> Number of certificates: 0
2018-01-25 22:02:04.034551+0800 Owncloud iOs Client[647:132796] <0x1c40745c0 CheckAccessToServer.m:(140)> data_check_server: {"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"10.0.4.4","versionstring":"10.0.4","edition":"Community","productname":"ownCloud"}
Ok connection to the server
2018-01-25 22:02:04.251487+0800 Owncloud iOs Client[647:132398] <0x102f541c0 ManageAppSettingsDB.m:(175)> getAllCertificatesLocation
2018-01-25 22:02:04.252234+0800 Owncloud iOs Client[647:132398] <0x102f541c0 ManageAppSettingsDB.m:(193)> Number of certificates: 0
Authentication methods found:
 2
0=UNKNOWN, 1=NONE, 2=BASIC_HTTP_AUTH, 3=BEARER_TOKEN, 4=SAML_WEB_SSO
2018-01-25 22:02:05.091727+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2018-01-25 22:02:05.092049+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2018-01-25 22:02:05.092256+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2018-01-25 22:02:05.092539+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2018-01-25 22:02:05.092577+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2018-01-25 22:02:05.092632+0800 Owncloud iOs Client[647:132398] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction

@voinageo
Copy link

This is a bug in patchwork library that comes with owncloud >10.4
My environment is:
php 7.1 on Fedora 27
php-intl installed and enabled and I still get that log.

The log in an exception triggered in .../patchwork/utf8/src/Patchwork/Utf8/Boot.php

The initIntl() funtion is not able to detect some function of the package having the name grapheme_strlen

I am suspecting incompatibility of php7.1 with owncloud.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants