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.
Fix:
libraries/joomla/session/storage/none.php
Comment out line 31:
// ini_set('session.save_handler', 'files');
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5127.
Status | New | ⇒ | Closed |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-19 19:24:31 |
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/5127
@Olvikolvi please have a look into this PR: #5142 It should work for you if the value is allready set
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5127.
Labels |
Added:
?
|
Fix:
31c31
< ini_set('session.save_handler', 'files');