Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 25th February 2009, 12:43
chrsta chrsta is offline
Member
 
Join Date: Dec 2008
United States
Posts: 4
Exclamation help me please!!!
Hello!
I've just installed gazzelle script in my server! Everything was installed correctly! But now everytime i'm visiting the index.php i getting this error:
Code:
Fatal error:  Class 'Memcache' not found in /home/riosmana/public_html/torrent/classes/class_cache.php on line 213
I'm using an shared host at Web hosting provider - Bluehost.com and it's an linux server!I don't understand anything about installing mcache.... please help....

cheers
Reply With Quote
  #2  
Old 25th February 2009, 13:04
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
You need to contact BlueHost and ask them about memcache, next time don`t buy hosting until you ask them is they can provide all these components
You can`t install anything on a shared hosting, you need at least a VPS to install everything you need
Gazelle developers wrote in the release note what you need to run gazelle:

In order to run Gazelle, you need the following software:


- Some sort of httpd (we recommend apache)

- MySQL

- memcached

And the following php extensions:

- GD (for the captcha and the similar artist map)

- mb_string (multibyte strings)

- mcrypt (for encrypting cookies)

- memcache (interface to connect with memcached)

- mysqli (because the ordinary mysql libraries just don't cut it)

For php, TURN MAGIC_QUOTES_GPC OFF.
Reply With Quote
  #3  
Old 25th February 2009, 13:16
chrsta chrsta is offline
Member
 
Join Date: Dec 2008
United States
Posts: 4
Default thanks!
ok i will contact them!
thanks for the answer!!
Reply With Quote
  #4  
Old 27th February 2009, 23:53
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
Sorry to dissapoint you but I assure you that your hosting provider will never enable memcached. Memcached really wants to take over and control a hunk of memory and if that memory gets swapped out by the OS or hypervisor, performance goes away.
So, in the end you will need a private server, not a shared-hosting one.
Good luck!
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote
  #5  
Old 12th April 2009, 00:19
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Yup, VPS or dedicated server only for this tracker...i used a vps to install memcached successfully using this tutorial:

If you have tried YUM and APT-GET and still could not install the memcache then read on. When we talk about Memcache their two things that needs to be installed
  1. Memcache Daemon know as memcached, and
  2. Memcache client for your programing language, in this case PHP.

Installing Memcache Daemon

Steps to install Libevent(memcached dependency)

[LIST=1][*]First we need to check if libevent is installed or not?
  1. type whereis libevent on shell.
[*]If you don
Reply With Quote
Reply

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 08:32. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.