Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Zend_Cache error with Facebook Connect Module


Go to End


2 Posts   1715 Views

Avatar
ryanwachtl

Community Member, 46 Posts

24 January 2011 at 7:59am

Edited: 24/01/2011 2:55pm

SilverStripe 2.4.4
FacebookConnect: https://github.com/willrossi/silverstripe-facebookconnect

I'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?

Avatar
ryanwachtl

Community Member, 46 Posts

24 January 2011 at 11:02am

Edited: 24/01/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