Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > OpenTracker
Reply
  #11  
Old 30th August 2013, 06:01
Generator Generator is offline
Senior Member
 
Join Date: Aug 2013
India
Posts: 17
Smile
is memcache extention for php installed?
If not install the proper extention for php-memcache I think it will solve the problem.
Reply With Quote
  #12  
Old 30th August 2013, 09:05
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
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!....
Reply With Quote
The Following User Says Thank You to BamBam0077 For This Useful Post:
romano1 (30th August 2013)
  #13  
Old 30th August 2013, 12:01
gogo999's Avatar
gogo999 gogo999 is offline
Senior Member
 
Join Date: Feb 2012
Korea South
Posts: 140
Default
Quote:
Originally Posted by Generator View Post
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
__________________
새로운 트래커를 위한 정보의 포럼
My Trackers : darknesschannel
Reply With Quote
  #14  
Old 5th April 2014, 11:44
mpx mpx is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 39
Default
Quote:
Originally Posted by danilxd View Post
PHP Fatal error: Class 'Memcache' not found in

help plz D:
install Memcache on yours server
Reply With Quote
Reply

Tags
scenetrafficorg , scenetrafficorg or

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 16:48. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.