Unable to login from web interface after upgrade

Nextcloud version (eg, 20.0.5): 25.0.2.3
Operating system and version (eg, Ubuntu 20.04): unknown
Apache or nginx version (eg, Apache 2.4.25): 2.4.54
PHP version (eg, 7.4): 8.1.12

The issue you are facing: Unable to login from web interface after upgrade

Is this the first time you’ve seen this error? (Y/N): Yes

Steps to replicate it:

  1. 2 days ago PHP was upgraded by my host provider on my server (VPS host) and I can’t rollback to 7.4, so I am stuck with 8.1.12. At the time nextcloud was around version 20-22 but I don;t know which one exactly. Because that version failed with PHP 8.1 I was forced to update. The site was returning This version of Nextcloud is not compatible with > PHP 7.4. You are currently running 8.1.12. on the HTML
  2. I managed to update from command line php update.phar. The command did upgrade but failed to invoke the occ command and the maintance command due to the same PHP version error. After the upgrade the site didn’t work initially, but an hour later it somehow fixed itself and started working properly with PHP 8.1 and nextcloud verion at 25.0.2.3 . At this point login was working.
  3. Today, I tried to login from the web interface, but I can’t. The problem exists for all nextcloud users. The DAVx5 and nextcloud app on my phone are still connected and work properly.

The output of your Nextcloud log in Admin > Logging: Can’t login

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' => 
  array (
    0 => 'xxx',
  ),
  'datadirectory' => '/home/xxx/public_html/data',
  'dbtype' => 'mysql',
  'version' => '25.0.2.3',
  'overwrite.cli.url' => 'xxx',
  'dbname' => 'xxxx',
  'dbhost' => 'localhost:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'xxx',
  'dbpassword' => 'xxx',
  'installed' => true,
  'maintenance' => false,
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____: I don;t have permissions by my host to see this log

nextcloud.log (There was some more log generated with more requests but the same errors and I didn’t post here because it exceeds max post size.)

{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","FRCfe/1Y3AXvfdl+prqlo+jv7PcoQ7K/"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["FRCfe/1Y3AXvfdl+prqlo+jv7PcoQ7K/"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","FRCfe/1Y3AXvfdl+prqlo+jv7PcoQ7K/"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["FRCfe/1Y3AXvfdl+prqlo+jv7PcoQ7K/"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_1","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","WmQ8kzXVRH9bv6B2szUoBGIvkML7akYr"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["WmQ8kzXVRH9bv6B2szUoBGIvkML7akYr"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","WmQ8kzXVRH9bv6B2szUoBGIvkML7akYr"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["WmQ8kzXVRH9bv6B2szUoBGIvkML7akYr"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_2","level":3,"time":"2022-12-13T10:06:09+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/login","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","lTJP4slf6lfM6y5btQj5S+ssDDLDt5SC"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["lTJP4slf6lfM6y5btQj5S+ssDDLDt5SC"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/TokenStorage/SessionStorage.php","line":76,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["requesttoken","lTJP4slf6lfM6y5btQj5S+ssDDLDt5SC"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSRF/CsrfTokenManager.php","line":68,"function":"setToken","class":"OC\\Security\\CSRF\\TokenStorage\\SessionStorage","type":"->","args":["lTJP4slf6lfM6y5btQj5S+ssDDLDt5SC"]},{"file":"/home/rorexvqn/public_html/lib/private/Security/CSP/ContentSecurityPolicyNonceManager.php","line":66,"function":"getToken","class":"OC\\Security\\CSRF\\CsrfTokenManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Response.php","line":84,"function":"getNonce","class":"OC\\Security\\CSP\\ContentSecurityPolicyNonceManager","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":682,"function":"addSecurityHeaders","class":"OC_Response","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":165,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":105,"function":"reopen","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/legacy/OC_Util.php","line":736,"function":"set","class":"OC\\Session\\CryptoSessionData","type":"->","args":["checkServer_succeeded",true]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":687,"function":"checkServer","class":"OC_Util","type":"::","args":[{"__class__":"OC\\SystemConfig"}]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1144,"function":"init","class":"OC","type":"::","args":[]},{"file":"/home/rorexvqn/public_html/index.php","line":34,"args":["/home/rorexvqn/public_html/lib/base.php"],"function":"require_once"}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): open(/var/cpanel/php/sessions/ea-php81/sess_5ac873fc038339b5f541c27c8e6ca45c, O_RDWR) failed: No such file or directory (2)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"request_id_5","level":3,"time":"2022-12-13T10:06:13+00:00","remoteAddr":"xxx","user":"--","app":"PHP","method":"GET","url":"/index.php/apps/dashboard/","message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0","version":"25.0.2.3","exception":{"Exception":"Error","Message":"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81) at /home/rorexvqn/public_html/lib/private/Session/Internal.php#221","Code":0,"Trace":[{"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::","args":[2,"session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php81)","/home/rorexvqn/public_html/lib/private/Session/Internal.php",221]},{"function":"session_start","args":[["Lax"]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":221,"function":"call_user_func_array","args":["session_start",[["Lax"]]]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":233,"function":"invoke","class":"OC\\Session\\Internal","type":"->","args":["session_start",[["Lax"]],false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":181,"function":"startSession","class":"OC\\Session\\Internal","type":"->","args":[false,false]},{"file":"/home/rorexvqn/public_html/lib/private/Session/Internal.php","line":127,"function":"reopen","class":"OC\\Session\\Internal","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/private/Session/CryptoSessionData.php","line":180,"function":"regenerateId","class":"OC\\Session\\Internal","type":"->","args":[true,false]},{"file":"/home/rorexvqn/public_html/lib/private/User/Session.php","line":859,"function":"regenerateId","class":"OC\\Session\\CryptoSessionData","type":"->","args":[]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1111,"function":"loginWithCookie","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/home/rorexvqn/public_html/lib/base.php","line":1036,"function":"handleLogin","class":"OC","type":"::","args":[{"__class__":"OC\\AppFramework\\Http\\Request"}]},{"file":"/home/rorexvqn/public_html/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/home/rorexvqn/public_html/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}