Hi everyone. I'm getting weird session bugs after the upgrade to 8.1.1. Below are the warnings:
Warning: PHP Startup: open(/tmp/sess_63e0d122b0e76051651395, O_RDWR) failed: No such file or directory (2) in /oc-includes/osclass/core/Session.php on line 98
Warning: PHP Startup: Failed to read session data: files (path: /tmp) in /oc-includes/osclass/core/Session.php on line 98
Warning: PHP Startup: open(/tmp/sess_63e0d1d700d89146069670, O_RDWR) failed: No such file or directory (2) in /oc-includes/osclass/core/Session.php on line 62
Warning: PHP Startup: Failed to read session data: files (path: /tmp) in /oc-includes/osclass/core/Session.php on line 62
Warning: PHP Startup: Session ID cannot be regenerated when there is no active session in /oc-includes/osclass/core/Session.php on line 63
Apparently the Session.php is not saving a session file in /tmp for some reason... btw. COOKIE_DOMAIN is properly set in config.php
Does anybody getting the same? Did you manage to fix it?
Tnaks a lot!