Prestashop is not saving Memcached settings

Posted by ianenri on Server Fault See other posts from Server Fault or by ianenri
Published on 2012-02-08T18:33:45Z Indexed on 2012/04/07 11:34 UTC
Read the original article Hit count: 540

Filed under:
|
|
|

I have a issue with the admin site of prestashop. I'm trying to activate the caching system but it doesn't save the setting.

When I add a server (I'm using an Amazon ElasticCache server) saves it, but when I select the enable option and click Save, it redirects me to "Back Office > Preferences > Performance" but with a blank page and the admin tabs visible.

I go back to those settings again and i see that the caching option is disabled.

Also, there is a warning:

"To use Memcached, you must install the Memcache PECL extension on your server. http://www.php.net/manual/en/memcache.installation.php"

, even if i already installed memcached via yum.

I tried also, by modifying the settings.inc.php file editing define('_PS_CACHE_ENABLED_', '0'); to:

define('_PS_CACHE_ENABLED_', '1'); 

But i get 500 Internal Server Error in every page, so i prefer to leave it as before.

Any ideas?

I'm using PrestaShop 1.4.6.2 with Nginx 1.0.11 and PHP-FPM 5.3.8 in a CentOS 5.7 system.

© Server Fault or respective owner

Related posts about nginx

Related posts about memcached