10446 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 542 Views |
-
Zend_Cache error with Facebook Connect Module

24 January 2011 at 7:59am Last edited: 24 January 2011 2:55pm
SilverStripe 2.4.4
FacebookConnect: https://github.com/willrossi/silverstripe-facebookconnectI'm getting this error when trying to login using the Facebook Connect module:
[User Error] Uncaught Zend_Cache_Exception: Invalid id or tag 'FacebookConnectZsOoHO,jfUasfinrHYBI02FacebookConnectme' : must use only [a-zA-Z0-9_]
It seems to stem from the callCached() function on line 171 of FacebookConnect.php.
Does anyone know what would cause this or how I can fix it?
-
Re: Zend_Cache error with Facebook Connect Module

24 January 2011 at 11:02am Last edited: 24 January 2011 11:18am
I'm using PHP 5.3.5 and the session id's were being generated with 6 bits per character. I changed this value to "5" in my php.ini and it works fine now.
session.hash_bits_per_character = 5
| 542 Views | ||
|
Page:
1
|
Go to Top |

