View Single Post
  #1  
Old 13th December 2009, 21:28
Doktor-X Doktor-X is offline
Member
 
Join Date: Dec 2009
P2P
Posts: 9
Default install gazelle on windows using xampp
hi, i have problem trying to install gazelle on windows 7 using xampp 1.7.2

first off all xampp on version 1.7.2 dont have this data in php.ini so i add this data manualy

Quote:
[Memcache]
extension=php_memcache.dll
memcache.allow_failover = 1
memcache.max_failover_attempts=20
memcache.chunk_size =8192
memcache.default_port = 11211
after that i download latest version of memcached.exe and add this file on my root xampp directory which is C:\xampp, after that i start command promt and type this command
Quote:
C:\xampp\memcached.exe -d install
and
C:\xampp\memcached.exe -d start
after that i download file php_memcache.dll and put this file in C:\xampp\php\ext
after this i start xampp and upload gazella file in folder C:\xampp\htdocs\gazelle

open firefox and type http://localhost/Gazelle/install/install.php but i get this

Click the image to open in full size.
Reply With Quote