User tests: Successful: Unsuccessful:
We are using memcache as default session handler and this set up is in php.ini.
Joomla to use default session handler is not set in configuration.
PHP Warning: session_start(): open(tcp://127.0.0.1:11211/sess_r5c5940ecaru55pr69bssctmu2, O_RDWR) failed: No such file or directory
php.ini: session.save_handler = memcache
Change libraries/joomla/session/storage/none.php to use default php session handler.
See: #5127 by @Olvikolvi
Labels |
Added:
?
|
Category | ⇒ | Libraries |
@zero-24 still small mistake ;)
also I just thought, maybe also can remove this construction, as default PHP 'session.save_handler' is 'files'
Status | Pending | ⇒ | Ready to Commit |
Based on testing and a other PR that is tested and that whant to add the same code we can move this to RTC.
Thanks for testing here @Fedik and @Olvikolvi !
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-07 03:59:10 |
Merged. Thanks!
Labels |
Removed:
?
|
tested by @Olvikolvi at #5127
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5142.