Closed (works as designed)
Project:
Memcache API and Integration
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2011 at 18:25 UTC
Updated:
22 Feb 2013 at 19:20 UTC
Module is working great except for any pages that use Secure Pages module. Upon reaching an SSL page this error is thrown (even to anonymous users):
"You must enable the PECL memcached or memcache extension to use memcache.inc."
For the time being I have simply commented out that line in dmemcache.inc, but this module - at least in my environment - has issues with Secure Pages or just SSL. Don't have time at the moment to look into it further but just wanted to report this. I'll be looking into it more next week. Anyone else seeing this or able to replicate it?
Comments
Comment #1
jasonabc commentedUnrelated behaviour (but related to SSL problems) - I'm using Memcache to handle user sessions. Noticing I am logged out when going to any https:// page on my site.
Any ideas?
Comment #2
erikwebb commentedAre you running a different server for the HTTPS traffic? The SSL termination happens at a much higher level than PHP and won't change which PHP extensions are/aren't loaded.