Memcache and other problems

Notice: This thread is very old.
Ann
Member | 3
+
0
-

Hi. I try to install Nette.

1. Memcached and php5-memcached installed on the server (PHP 5.3.3–7+squeeze13 with Suhosin-Patch).
And it works.

tcp        0      0 localhost:11211         *:*                     LISTEN      20378/memcached

But when I try to open http://localhost/…/checker.php I get the message Memcache extension is absent.

2. When I try http://localhost/…sandbox/www/ or http://localhost/…lection/www/ I get the following message:

Server Error
We're sorry! The server encountered an internal error and was unable to complete your request. Please try again later.
error 500

When I try http://localhost/…www/adminer/ it works well.

Ann
Member | 3
+
0
-

2. When I try http://localhost/…sandbox/www/ or http://localhost/…lection/www/ I get the following message:

Server Error
We're sorry! The server encountered an internal error and was unable to complete your request. Please try again later.
error 500

When I try http://localhost/…www/adminer/ it works well.

this fixed. (777 to temp and log), but memcached problem remains.

Patrik Votoček
Member | 2221
+
0
-

Install memcache and php5-memcache because Nette using memcache. memcached and memcache are differend http://stackoverflow.com/…hed-with-php.

Ann
Member | 3
+
0
-

thanks, I mixed up memcache and memcached

Majkl578
Moderator | 1364
+
0
-

Different API/approach for accessing memcached server(s). See memcache and memcached on PHP.net.