Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Posts
    63
    Plugin Contributions
    0

    Default "File" or "Database" cache - how can i tell

    I need to find out how my cart's cache was originally setup. Is there a way to tell if a cart was setup for Database Cache or File Cache??

    thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: "File" or "Database" cache - how can i tell

    Towards the bottom of your configurre.php file you will find this and what it is set to be:
    Code:
      // The next 2 "defines" are for SQL cache support.
      // For SQL_CACHE_METHOD, you can select from:  none, database, or file
      // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache 
      // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
      // ie: /path/to/your/webspace/public_html/zen/cache   -- leave no trailing slash  
      define('SQL_CACHE_METHOD', 'database'); 
      define('DIR_FS_SQL_CACHE', '/home/xxxxx/public_html/cache');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. How to remove "contact us", "My account" , and "view cart"?
    By thestampnomad in forum Basic Configuration
    Replies: 2
    Last Post: 13 Aug 2010, 07:55 PM
  2. Replies: 2
    Last Post: 11 Feb 2010, 09:13 PM
  3. How to turn off " Tell a Friend " and " Write a Review"?
    By awk_grep in forum General Questions
    Replies: 1
    Last Post: 15 Dec 2009, 11:31 PM
  4. Replies: 7
    Last Post: 29 Oct 2008, 06:43 PM
  5. Modify "add to cart" "write a review" "tell a friend"
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 10 May 2008, 12:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR