Chive doesn't work when php session.save_handler = memcached

Bug #1001866 reported by Aaron Collins
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
chive
Confirmed
Medium
David Roth

Bug Description

Not sure if this is actually a Yii bug or a Chive bug. But if you are using apache (in my case 2.2.x series) with php 5.3.3 (centos 6 x86_64) with you session.save_handler configured to memcached then chive immediately throws 500 errors. Tried current stable and trunk.

-Aaron

Revision history for this message
Jeremy Dorn (uck-jeremy) wrote :

I just discovered the same problem on Fedora 12. Chive was showing a blank white screen and not outputting any error messages.

I temporarily fixed the issue by putting the following in the .htaccess file:

php_value session.save_handler "files"
php_value session.save_path "/tmp"

I also haven't dug deep enough to see if the problem is in Yii or not.

Revision history for this message
David Roth (davrot) wrote :

Thanks for the report. I will investigate this issue and let you know when we can provide a fix for this.

Changed in chive:
assignee: nobody → David Roth (davrot)
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.