?
avatar Olvikolvi
Olvikolvi
16 Nov 2014

Steps to reproduce the issue

We are using memcache as default session handler and this set up is in php.ini.

Expected result

Joomla to use default session handler is not set in configuration.

Actual result

PHP Warning: session_start(): open(tcp://127.0.0.1:11211/sess_r5c5940ecaru55pr69bssctmu2, O_RDWR) failed: No such file or directory

System information (as much as possible)

php.ini: session.save_handler = memcache

Additional comments

Change libraries/joomla/session/storage/none.php to use default php session handler.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar Olvikolvi Olvikolvi - open - 16 Nov 2014
avatar Olvikolvi
Olvikolvi - comment - 17 Nov 2014

Fix:
31c31

< ini_set('session.save_handler', 'files');

// ini_set('session.save_handler', 'files');


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5127.

avatar Olvikolvi
Olvikolvi - comment - 17 Nov 2014

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.

avatar zero-24 zero-24 - close - 19 Nov 2014
avatar jissues-bot jissues-bot - close - 19 Nov 2014
avatar zero-24 zero-24 - change - 19 Nov 2014
Status New Closed
avatar jissues-bot jissues-bot - change - 19 Nov 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-11-19 19:24:31
avatar jissues-bot
jissues-bot - comment - 19 Nov 2014

Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/5127

avatar zero-24
zero-24 - comment - 19 Nov 2014

@Olvikolvi please have a look into this PR: #5142 It should work for you if the value is allready set :smile:

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5127.

avatar Olvikolvi
Olvikolvi - comment - 19 Nov 2014

@zero-24, Thank you. This really helps.

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment