Skip to content
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

Error: Illegal string offset 'error' #24839

Closed
playaz44 opened this issue Dec 24, 2020 · 2 comments
Closed

Error: Illegal string offset 'error' #24839

playaz44 opened this issue Dec 24, 2020 · 2 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug needs info

Comments

@playaz44
Copy link

playaz44 commented Dec 24, 2020

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Create new account
  2. Trying to log in with a login
  3. Page "loads" indefinitely to receive timeout
  4. Signing in with an email address instead of a login works fine

Expected behaviour

Tell us what should happen

Login via login or email

Actual behaviour

Tell us what happens instead

Can't sign in with a login

Server configuration

Operating system:

Debian Linux 10

Web server:

Apache 2.4.38

Database:

MySQL MariaDB 10.3.27

PHP version:

7.3

Nextcloud version: (see Nextcloud admin page)

Nextcloud 20.0.4

Updated from an older Nextcloud/ownCloud or fresh install:

Since version 19 I updated each version as soon as a stable update came out

Where did you install Nextcloud from:

Nextcloud official website

Signing status:

Signing status

No errors have been found.

List of activated apps:

App list

Enabled:

  • accessibility: 1.6.0
  • activity: 2.13.4
  • bruteforcesettings: 2.0.1
  • cloud_federation_api: 1.3.0
  • comments: 1.10.0
  • contactsinteraction: 1.1.0
  • dav: 1.16.2
  • extract: 1.2.5
  • federatedfilesharing: 1.10.2
  • federation: 1.10.1
  • files: 1.15.0
  • files_external: 1.11.1
  • files_pdfviewer: 2.0.1
  • files_rightclick: 0.17.0
  • files_sharing: 1.12.1
  • files_texteditor: 2.13.0
  • files_trashbin: 1.10.1
  • files_versions: 1.13.0
  • files_videoplayer: 1.9.0
  • firstrunwizard: 2.9.0
  • groupquota: 0.1.4
  • ldap_contacts_backend: 1.0.1
  • ldap_write_support: 1.2.0
  • logreader: 2.5.0
  • lookup_server_connector: 1.8.0
  • metadata: 0.12.0
  • nextbackup: 20.9.0
  • nextcloud_announcements: 1.9.0
  • notifications: 2.8.0
  • oauth2: 1.8.0
  • password_policy: 1.10.1
  • photos: 1.2.1
  • privacy: 1.4.0
  • provisioning_api: 1.10.0
  • quota_warning: 1.9.1
  • recommendations: 0.8.0
  • registration: 0.6.0
  • serverinfo: 1.10.0
  • settings: 1.2.0
  • sharebymail: 1.10.0
  • support: 1.3.0
  • survey_client: 1.8.0
  • systemtags: 1.10.0
  • text: 3.1.0
  • theming: 1.11.0
  • twofactor_backupcodes: 1.9.0
  • twofactor_totp: 5.0.0
  • updatenotification: 1.10.0
  • user_external: 1.0.0
  • user_status: 1.0.1
  • viewer: 1.4.0
  • weather_status: 1.0.0
  • workflowengine: 2.2.0
    Disabled:
  • admin_audit
  • dashboard
  • encryption
  • files_trackdownloads
  • user_ldap

Nextcloud configuration:

Config report

{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"example.example.eu"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "20.0.4.0",
"overwrite.cli.url": "https://example.example.eu",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"theme": "",
"loglevel": 2,
"filelocking.enabled": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.distributed": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379,
"password": "REMOVED SENSITIVE VALUE",
"dbindex": 1,
"timeout": 0
},
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"enable_previews": false,
"updater.release.channel": "stable",
"mail_smtpsecure": "ssl",
"mail_smtpport": "465",
"twofactor_enforced": "false",
"twofactor_enforced_groups": [
"admin"
],
"twofactor_enforced_excluded_groups": []
}
}

Are you using external storage, if yes which one: local/smb/sftp/...

No.

Are you using encryption: yes/no

No.

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

No.

Client configuration

Browser:

Latest chrome android and latest chrome Windows

Operating system:

Android 10 - emui 10 / Windows 10

Logs

Web server error log

Web server error log

Error: Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6

/var/www/nextcloud/core/templates/error.php - line 6:

OC\Log\ErrorHandler::onError(2, "Illegal string offset 'error'", "/var/www/ne ... p", 6, { file: "/va ... "})

/var/www/nextcloud/lib/private/Template/Base.php - line 178:

include("/var/www/ne ... p")

/var/www/nextcloud/lib/private/Template/Base.php - line 150:

OC\Template\Base->load("/var/www/ne ... p", { errors: [ ... ]})

/var/www/nextcloud/lib/private/legacy/OC_Template.php - line 180:

OC\Template\Base->fetchPage({ errors: [ ... ]})

/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php - line 210:

OC_Template->fetchPage({ errors: [ ... ]})

/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 123:

OCP\AppFramework\Http\TemplateResponse->render()

/var/www/nextcloud/lib/private/AppFramework/App.php - line 152:

OC\AppFramework\Http\Dispatcher->dispatch(OCA\Registra ... {}, "showUserForm")

/var/www/nextcloud/lib/private/Route/Router.php - line 308:

OC\AppFramework\App::main("OCA\Regist ... r", "showUserForm", OC\AppFramew ... {}, { action: nu ... "})

/var/www/nextcloud/lib/base.php - line 1008:

OC\Route\Router->match("/apps/regis ... b")

/var/www/nextcloud/index.php - line 37:

OC::handleRequest()

Nextcloud log (data/nextcloud.log)

Nextcloud log

{"reqId":"SDlx07t2i0i8BPErfxll","level":3,"time":"2020-12-23T17:51:12+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"_":{"errors":["The verification failed."],"requesttoken":"NMuGCAlAnRU7ZqTbZ3mga/Yo9xmkjHQZp5nXmpVummo=:DITQbWQqqH1ZUYuyIBD4JadcgS/0uQBdkPTg4twKyw4="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"NMuGCAlAnRU7ZqTbZ3mga/Yo9xmkjHQZp5nXmpVummo=:DITQbWQqqH1ZUYuyIBD4JadcgS/0uQBdkPTg4twKyw4=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"NMuGCAlAnRU7ZqTbZ3mga/Yo9xmkjHQZp5nXmpVummo=:DITQbWQqqH1ZUYuyIBD4JadcgS/0uQBdkPTg4twKyw4=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"vDk297Klu0e1PyTkMZI0","level":3,"time":"2020-12-23T17:51:19+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"
":{"errors":["The verification failed."],"requesttoken":"MCF+K62JuJ5RkpL1t6dimdCOcT5XKEfwZ2KvLGVfBGo=:CG4oTsDjjfYzpb2c8M4614H6BwgHHTO0UA+YVCw7VQ4="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"MCF+K62JuJ5RkpL1t6dimdCOcT5XKEfwZ2KvLGVfBGo=:CG4oTsDjjfYzpb2c8M4614H6BwgHHTO0UA+YVCw7VQ4=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"MCF+K62JuJ5RkpL1t6dimdCOcT5XKEfwZ2KvLGVfBGo=:CG4oTsDjjfYzpb2c8M4614H6BwgHHTO0UA+YVCw7VQ4=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"oZJUM9nx7bOuGzTPBw9q","level":3,"time":"2020-12-23T17:52:48+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"
":{"errors":["The verification failed."],"requesttoken":"A5l4mRqeqLHn6yYLE7dnf1DS0mrMisNavIAmGr8AKyA=:O9Yu/Hf0ndmF3AliVN4/MQGmpFycv7cei+0RYvZkekQ="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"A5l4mRqeqLHn6yYLE7dnf1DS0mrMisNavIAmGr8AKyA=:O9Yu/Hf0ndmF3AliVN4/MQGmpFycv7cei+0RYvZkekQ=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"A5l4mRqeqLHn6yYLE7dnf1DS0mrMisNavIAmGr8AKyA=:O9Yu/Hf0ndmF3AliVN4/MQGmpFycv7cei+0RYvZkekQ=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"rqETNqrONCIlgsKd1FHA","level":2,"time":"2020-12-23T17:54:08+00:00","remoteAddr":"hidden ip","user":"playaz44","app":"core","method":"POST","url":"/index.php/login/confirm","message":"Login failed: 'username' (Remote IP: hidden ip')","userAgent":"Mozilla/5.0 (Linux; Android 10; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"yl2aGvmUuNjLwniYJrYz","level":2,"time":"2020-12-23T17:57:37+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"SLcGwkgYTtRPBNTXyMfX","level":2,"time":"2020-12-23T17:57:53+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"5ieQxtVVcRjC7ZgrGXBP","level":2,"time":"2020-12-23T17:58:16+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"ffuIKUFfTgvEkQBUvOs2","level":2,"time":"2020-12-23T17:59:04+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"zy2p0wqsiZtt80oCMMoh","level":2,"time":"2020-12-23T17:59:17+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"fAWhTBh29Q72TdnMFIEV","level":2,"time":"2020-12-23T17:59:55+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Huawei VOG-L29 (Android)","version":"20.0.4.0"}
{"reqId":"6Kp0DY2QyVm94dZI2UoB","level":3,"time":"2020-12-23T18:00:30+00:00","remoteAddr":"hidden ip","user":"username","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"
":{"errors":["The verification failed."],"requesttoken":"scGtkR9LBTtHKAjbHYLr0AVBLWXyEo+VSvt5RpRioA0=:iY779HIhMFMlHyeyWuuznlQ1W1OiJ/vRfZZOPt0G8Wk="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"scGtkR9LBTtHKAjbHYLr0AVBLWXyEo+VSvt5RpRioA0=:iY779HIhMFMlHyeyWuuznlQ1W1OiJ/vRfZZOPt0G8Wk=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"scGtkR9LBTtHKAjbHYLr0AVBLWXyEo+VSvt5RpRioA0=:iY779HIhMFMlHyeyWuuznlQ1W1OiJ/vRfZZOPt0G8Wk=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr","token":"zt9nNzjTed","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"R9Lgwuuq31zFZT9Txuxh","level":2,"time":"2020-12-23T18:01:18+00:00","remoteAddr":"hidden ip","user":"username","app":"core","method":"GET","url":"/index.php","message":"Login failed: 'username' (Remote IP: hidden ip')","userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"JIq8uIKSiXH07HIuJiGq","level":2,"time":"2020-12-23T18:01:55+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"rVkScUHL4OMzoVB4wevE","level":3,"time":"2020-12-23T18:02:20+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/verify/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"
":{"errors":["The verification failed."],"requesttoken":"eBBfR+5tTRa7/47Cz1EueHZzohwvzrWECjOzFceHdmM=:QF8JIoMHeH7ZyKGriDh2NicH1Cp/+8HAPV6EbY7jJwc="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"eBBfR+5tTRa7/47Cz1EueHZzohwvzrWECjOzFceHdmM=:QF8JIoMHeH7ZyKGriDh2NicH1Cp/+8HAPV6EbY7jJwc=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"eBBfR+5tTRa7/47Cz1EueHZzohwvzrWECjOzFceHdmM=:QF8JIoMHeH7ZyKGriDh2NicH1Cp/+8HAPV6EbY7jJwc=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showVerificationForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showVerificationForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr","route":"registration.register.showVerificationForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/verify/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36","version":"20.0.4.0"}
{"reqId":"ovhcQZ5gA7x9bEqxOIaR","level":3,"time":"2020-12-23T19:51:21+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["The verification failed."]},"
":{"errors":["The verification failed."],"requesttoken":"fVwMtuYwpfOdXB5dHGoMyteJ816emJKcli+f4p9aKH0=:SQ4/2a5/1qmkECcIT158r4Dri2nurf+391friOg/Bw8="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"fVwMtuYwpfOdXB5dHGoMyteJ816emJKcli+f4p9aKH0=:SQ4/2a5/1qmkECcIT158r4Dri2nurf+391friOg/Bw8=","var":"requesttoken","errors":["The verification failed."],"requesttoken":"fVwMtuYwpfOdXB5dHGoMyteJ816emJKcli+f4p9aKH0=:SQ4/2a5/1qmkECcIT158r4Dri2nurf+391friOg/Bw8=","error":"The verification failed."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["The verification failed."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr","token":"zt9nNzjTed","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 OPR/70.0.3728.106","version":"20.0.4.0"}
{"reqId":"MPqrw68MsttZsJ6FhvmZ","level":3,"time":"2020-12-23T21:20:58+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]},"
":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"PGmInb6DkZYTTmtFTft10P/ewXYWk5dKX/ABuKNVnPA=:XT3i+tPSwfhkG1h8Lo1GnJSNohBEo84cLLR1j5Mis4c="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"PGmInb6DkZYTTmtFTft10P/ewXYWk5dKX/ABuKNVnPA=:XT3i+tPSwfhkG1h8Lo1GnJSNohBEo84cLLR1j5Mis4c=","var":"requesttoken","errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"PGmInb6DkZYTTmtFTft10P/ewXYWk5dKX/ABuKNVnPA=:XT3i+tPSwfhkG1h8Lo1GnJSNohBEo84cLLR1j5Mis4c=","error":"Ov\u011b\u0159en\u00ed se nezda\u0159ilo."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr","token":"zt9nNzjTed","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/67aZcqyCzHHMcxKYFEMEJN4bjpiS8nBr/zt9nNzjTed"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36","version":"20.0.4.0"}
{"reqId":"2BRp0TJVR4tgOEKa0kLt","level":3,"time":"2020-12-23T21:29:46+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]},"
":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"3J079BDW1bVZ/a2ejQHcUTrtXoFWYnuX67JGmsUAqKw=:rahRhWnntNEKjMKu42eMFAmrHdB5JU+vpd4g04p6wZ8="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"3J079BDW1bVZ/a2ejQHcUTrtXoFWYnuX67JGmsUAqKw=:rahRhWnntNEKjMKu42eMFAmrHdB5JU+vpd4g04p6wZ8=","var":"requesttoken","errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"3J079BDW1bVZ/a2ejQHcUTrtXoFWYnuX67JGmsUAqKw=:rahRhWnntNEKjMKu42eMFAmrHdB5JU+vpd4g04p6wZ8=","error":"Ov\u011b\u0159en\u00ed se nezda\u0159ilo."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36","version":"20.0.4.0"}
{"reqId":"zemZtZ65gWVlQUa1eqOI","level":3,"time":"2020-12-23T21:40:40+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]},"
":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"ugqqIQXJ6LdBGamJGuK3FYeUeEN6gNxPFzqP3dydaoQ=:+XP+aGGq3c4sMvD9TK7cVOj+HgdM6ZQ4OFzfm+zbAt0="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"ugqqIQXJ6LdBGamJGuK3FYeUeEN6gNxPFzqP3dydaoQ=:+XP+aGGq3c4sMvD9TK7cVOj+HgdM6ZQ4OFzfm+zbAt0=","var":"requesttoken","errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"ugqqIQXJ6LdBGamJGuK3FYeUeEN6gNxPFzqP3dydaoQ=:+XP+aGGq3c4sMvD9TK7cVOj+HgdM6ZQ4OFzfm+zbAt0=","error":"Ov\u011b\u0159en\u00ed se nezda\u0159ilo."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36","version":"20.0.4.0"}
{"reqId":"DtDIFOlSXKTQGlmC2Yjv","level":2,"time":"2020-12-23T22:03:01+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.4.0"}
{"reqId":"QC8lxbBNgW0pbXXMs4O2","level":2,"time":"2020-12-23T22:03:13+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.4.0"}
{"reqId":"tfUwY6qA9hVB9IA5Qggd","level":3,"time":"2020-12-23T22:07:56+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]},"
":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"eQUXSyBeUZfN7fz94fSZ7jnSc6qf/S/nT6CNN6Walkc=:FnUjeUcPJ8WixoySlaPhwWulOOfTtWuVC9LUAZbd8RY="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"eQUXSyBeUZfN7fz94fSZ7jnSc6qf/S/nT6CNN6Walkc=:FnUjeUcPJ8WixoySlaPhwWulOOfTtWuVC9LUAZbd8RY=","var":"requesttoken","errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"eQUXSyBeUZfN7fz94fSZ7jnSc6qf/S/nT6CNN6Walkc=:FnUjeUcPJ8WixoySlaPhwWulOOfTtWuVC9LUAZbd8RY=","error":"Ov\u011b\u0159en\u00ed se nezda\u0159ilo."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36","version":"20.0.4.0"}
{"reqId":"Cumh2bLqAjZHBkFpFBtl","level":2,"time":"2020-12-23T22:15:32+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.4.0"}
{"reqId":"TexlnS5daSAwcnfB1XQl","level":2,"time":"2020-12-23T22:17:42+00:00","remoteAddr":"hidden ip","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: username (Remote IP: hidden ip)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36","version":"20.0.4.0"}
{"reqId":"H3K3X0apUFXoxn4zx4CB","level":3,"time":"2020-12-23T22:58:54+00:00","remoteAddr":"hidden ip","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb","message":{"Exception":"Error","Message":"Illegal string offset 'error' at /var/www/nextcloud/core/templates/error.php#6","Code":0,"Trace":[{"file":"/var/www/nextcloud/core/templates/error.php","line":6,"function":"onError","class":"OC\Log\ErrorHandler","type":"::","args":[2,"Illegal string offset 'error'","/var/www/nextcloud/core/templates/error.php",6,{"file":"/var/www/nextcloud/core/templates/error.php","additionalParams":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]},"
":{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"HwChi3nNbP68hNG+AJh5hSiDDskp+l0yStB1tO4igVk=:dEf2/RqUWcb51qj4d9Iww2f0T6AQmBlrC58m/Lls+zA="},"l":{"class":"OC\L10N\LazyL10N"},"theme":{"class":"OCP\Defaults"},"value":"HwChi3nNbP68hNG+AJh5hSiDDskp+l0yStB1tO4igVk=:dEf2/RqUWcb51qj4d9Iww2f0T6AQmBlrC58m/Lls+zA=","var":"requesttoken","errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."],"requesttoken":"HwChi3nNbP68hNG+AJh5hSiDDskp+l0yStB1tO4igVk=:dEf2/RqUWcb51qj4d9Iww2f0T6AQmBlrC58m/Lls+zA=","error":"Ov\u011b\u0159en\u00ed se nezda\u0159ilo."}]},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":178,"args":["/var/www/nextcloud/core/templates/error.php"],"function":"include"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\Template\Base","type":"->","args":["/var/www/nextcloud/core/templates/error.php",{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":180,"function":"fetchPage","class":"OC\Template\Base","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/public/AppFramework/Http/TemplateResponse.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"errors":["Ov\u011b\u0159en\u00ed se nezda\u0159ilo."]}]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\AppFramework\Http\TemplateResponse","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":152,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OCA\Registration\Controller\RegisterController"},"showUserForm"]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":308,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OCA\Registration\Controller\RegisterController","showUserForm",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"action":null,"secret":"cZNZjHTieWmboFpQPCM4XLR9pENRPLzc","token":"4Es9aoEHwb","_route":"registration.register.showUserForm"}]},{"file":"/var/www/nextcloud/lib/base.php","line":1008,"function":"match","class":"OC\Route\Router","type":"->","args":["/apps/registration/register/cZNZjHTieWmboFpQPCM4XLR9pENRPLzc/4Es9aoEHwb"]},{"file":"/var/www/nextcloud/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":91,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36","version":"20.0.4.0"}

Browser log

Browser log

Unfortunately, I do not have this information

@playaz44 playaz44 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Dec 24, 2020
@szaimen
Copy link
Contributor

szaimen commented Jun 18, 2021

Is this Issue still valid in NC21.0.2? If not, please close this issue. Thanks! :)

@playaz44
Copy link
Author

Really? After half a year? ... close ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug needs info
Projects
None yet
Development

No branches or pull requests

2 participants