> "memcache" is a PHP extension; you don't need an > Apache mod for this to > work. > > I see from a web search lots of people have > encountered the "Failed to > initialize storage module: memcache" issue on various > platforms/PHP > versions; perhaps one of their solutions will help > you. (IOW, try google > ;) )
OK ! I found that: http://www.zen-cart.com/forum/showthread.php?p=646762, and that: http://archive.netbsd.se/?ml=opensolaris-help&a=2009-12&t=12142665 So I opened /etc/php/5.2/conf.d/memcache.ini And I changed: session.save_handler="memcache" by: session.save_handler="files" It works now ! Thank you so much for your help :) -- This message posted from opensolaris.org _______________________________________________ webstack-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
