Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   OpenTracker (http://www.bvlist.com/forumdisplay.php?f=125)
-   -   Scenetraffic.org (http://www.bvlist.com/showthread.php?t=8954)

Generator 30th August 2013 06:01

is memcache extention for php installed?
If not install the proper extention for php-memcache I think it will solve the problem.

BamBam0077 30th August 2013 09:05

for ubuntu servers if memcache not installed:

Code:

apt-get install memcached
Code:

pecl install Memcache
Edit your php.ini:
Code:

vi /etc/php5/apache2/php.ini
Add the following line add the end of the file and seve the changes:
Code:

extension=/usr/lib/php5/20090626+lfs/memcache.so
(or where ever your memcache.so is locateded, if not sure do - updatedb then locate memcache.so)

Code:

service apache2 restart
Code:

service memcached start
Check if memcached is running:
Code:

ps aux | grep memcached
Hope that helps you!

Bump: If windows xp , vista, windows 7 :

Go to your php.ini file usually located in C:/xampp/php/php.ini

add:
Code:

extension=php_memcache.dll
then under it:
Code:

[Memcache] 
memcache.allow_failover = 1 
memcache.max_failover_attempts=20 
memcache.chunk_size =8192 
memcache.default_port = 11211

Then add this to your htdocs/php/ext/:
php_memcache.dll

download link : http://speedy.sh/aQJHG/php-memcache.dll

then add this folder to C drive or your main drive:
http://speedy.sh/Ft5ae/memcached.rar

make sure to unrar it.

now start it via their or you can run this command:
Code:

c:\memcached\memcached.exe -d install
& it should work fine.

I have only tested this on xampp 1.8.1-VC9

good luck!....

gogo999 30th August 2013 12:01

Quote:

Originally Posted by Generator (Post 42443)
is memcache extention for php installed?
If not install the proper extention for php-memcache I think it will solve the problem.

This source error occurs.

NexusPHP: error =>> there is a minimum announce time of 30 seconds

I still can not correct the error

Does anybody know :wallbash::wallbash:

mpx 5th April 2014 11:44

Quote:

Originally Posted by danilxd (Post 42442)
PHP Fatal error: Class 'Memcache' not found in

help plz D:

install Memcache on yours server


All times are GMT +2. The time now is 19:26.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.