<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Have you set up Drupal to load the
      cache backend files and set the cache class, as stated in the
      readme file? You got to have these in your
      sites/default/settings.php file:<br>
      <br>
      $conf['cache_backends'][] =
      'sites/all/modules/memcache/memcache.inc';<br>
      $conf['cache_default_class'] = 'MemCacheDrupal';<br>
      <br>
      (If the module isn't in sites/all/modules, then change it to where
      you unzipped it.)<br>
      <br>
      That's also where you set your memcache servers. Check the readme
      file out for instructions on that.<br>
      <pre class="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://www.intoxination.net">http://www.intoxination.net</a> 
<a class="moz-txt-link-freetext" href="http://www.hollyit.net">http://www.hollyit.net</a></pre>
      On 3/17/2013 11:33 PM, Austin Einter wrote:<br>
    </div>
    <blockquote
cite="mid:CANXt1k_OCEDpV8onwuJ74tuS8QmBWOgw0pmu_Bc4w+kcRFJOwA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Dear Jamie<br>
              </div>
              Site goes blank. Nothing comes.<br>
              <br>
            </div>
            In htppd error log I get error statement as below.<br>
            <br>
            [Sun Mar 17 20:29:43 2013] [error] [client 10.0.0.1] PHP
            Fatal error:&nbsp; Class 'MemCacheDrupal' not found in
            /var/www/html/<a moz-do-not-send="true"
              href="http://netcloudjobs.com/includes/cache.inc">netcloudjobs.com/includes/cache.inc</a>
            on line 33, referer: <a moz-do-not-send="true"
              href="http://www.netcloudjobs.com/">http://www.netcloudjobs.com/</a><br>
            <br>
          </div>
          Thanks<br>
        </div>
        -Austin<br>
        <br>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Mar 18, 2013 at 8:23 AM, Jamie
          Holly <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:hovercrafter@earthlink.net" target="_blank">hovercrafter@earthlink.net</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF">
              <div>That's set up in settings.php.<br>
                <br>
                You keep saying your "site is going down". What's going
                down? Is it giving an error? White screen? Mushroom
                cloud coming out of the server? <br>
                <br>
                If you are getting an error, please share that. If it's
                a white screen, then look in your apache error logs and
                share those. There really isn't much more help that can
                be given without that information.
                <div class="im"><br>
                  <pre cols="72">Jamie Holly
<a moz-do-not-send="true" href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a> 
<a moz-do-not-send="true" href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a></pre>
                </div>
                <div>
                  <div class="h5"> On 3/17/2013 10:43 PM, Austin Einter
                    wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div>
                        <div>I have a basic question. Where we tell to
                          Apache/Varnish/Drupal that memcached is
                          running at localhost with this port.<br>
                        </div>
                        I hope I am doing something wrong in
                        configuration. Kindly let me know.., if any link
                        gives all required steps for memcache support in
                        drupal 7.<br>
                        <br>
                      </div>
                      -Austin<br>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">On Sun, Mar 17, 2013 at
                        5:32 PM, Austin Einter <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:austin.einter@gmail.com"
                            target="_blank">austin.einter@gmail.com</a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div dir="ltr">
                            <div>
                              <div>
                                <div>
                                  <div>
                                    <div>
                                      <div>
                                        <div>
                                          <div>
                                            <div>
                                              <div>
                                                <div>
                                                  <div>
                                                    <div>
                                                      <div>
                                                        <div>
                                                          <div>Dear All<br>
                                                          </div>
                                                          I am facing
                                                          some issues
                                                          with Memcache
                                                          install in a
                                                          Drupal 7 site.<br>
                                                        </div>
                                                        <div>Environment
                                                          CentOs 7.3,
                                                          Drupal 7.15<br>
                                                        </div>
                                                        <br>
                                                        1. First I
                                                        Installed
                                                        memcached using
                                                        yum command
                                                        (tried two times
                                                        one time from
                                                        remi repo and
                                                        other time from
                                                        base repo).<br>
                                                      </div>
                                                      2. I configured
                                                      /etc/sysconfig/memcacche
                                                      config file<br>
                                                    </div>
                                                    3. Started memached
                                                    service<br>
                                                    <br>
                                                  </div>
                                                  Looks everything went
                                                  fine.<br>
                                                  <br>
                                                </div>
                                                Then I <br>
                                              </div>
                                              1. installed
                                              php-pecl-memcache from
                                              remi repo<br>
                                            </div>
                                            2. enabled memcache module
                                            in drupal<br>
                                            <br>
                                          </div>
                                          Added below lines in
                                          settings.php file<br>
                                        </div>
                                        <br>
include_once('./includes/cache.inc');<br>
include_once('./sites/all/modules/memcache/memcache.inc');<br>
                                        $conf['cache_backends'][] =
                                        'sites/all/modules/memcache/memcache.inc';<br>
                                        $conf['cache_default_class'] =
                                        'MemCacheDrupal';<br>
                                        $conf['cache_class_cache_form']
                                        = 'DrupalDatabaseCache';<br>
                                        <br>
                                        <br>
                                      </div>
                                      After that I restarted memcached,
                                      httpd service.<br>
                                      <br>
                                    </div>
                                    Next I am unable to access my site.
                                    If I do not use memcache it is
                                    running fine, once i enable memcache
                                    it does not run.<br>
                                    <br>
                                  </div>
                                  Anybody has faced this issue.<br>
                                  <br>
                                </div>
                                Kindly guide how to resolve this issue.<br>
                                <br>
                              </div>
                              Thanks<span><font color="#888888"><br>
                                </font></span></div>
                            <span><font color="#888888">Austin<br>
                                <br>
                                <div>
                                  <div>
                                    <div>
                                      <div><br>
                                        <br>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </font></span></div>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
            <br>
            --<br>
            [ Drupal support list | <a moz-do-not-send="true"
              href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
            ]<br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>