| Summary | Failed to write session data (memcache) alarms.php |
| Queue | Horde Base |
| Queue Version | 3.3.3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | dom.lalot (at) gmail (dot) com |
| Created | 4/6/09 (6213 days ago) |
| Due | |
| Updated | 4/7/09 (6212 days ago) |
| Assigned | 4/6/09 (6213 days ago) |
| Resolved | 4/7/09 (6212 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
the script is picking up the php.ini for the PHP CGI. That's a broken
PHP setup/configuration.
memcache sessions on the php side, that script alarms.php is failing
I have no idea why and I presume you can have some idea?
If you have no idea, close that ticket. Could be a php cli setup
problem, but it looks strange..
Dom
State ⇒ Feedback
That's may be a memcache php.ini setup problem, but I believe that's
better to create a ticket.
I'm under debian lenny with separate apache/cgi/cli setup. What is
strange, is that alarms which should be called as cli, is using the
memcache conf from cgi (lighttpd)
So I know what to do, but the problem is strange anyway
Dom
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Failed to write session data (memcache) alarms.php
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
That's may be a memcache php.ini setup problem, but I believe that's
better to create a ticket.
I'm under debian lenny with separate apache/cgi/cli setup. What is
strange, is that alarms which should be called as cli, is using the
memcache conf from cgi (lighttpd)
My sessions seem correct under http
I use two servers in case of problem. I tested that path and stop one
server, it was OK for http requests.
testDom:/var/www/perso/horde# /usr/bin/php
/var/www/perso/horde/scripts/alarms.php
Warning: Unknown: Failed to write session data (memcache). Please
verify that the current setting of session.save_path is correct
(tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15,tcp://111.111.111.111:11211?persistent=1&weight=1&timeout=1&retry_interval=15) in Unknown on line
Dom