osCmax v2.5 User Manual
Results 1 to 3 of 3

New Problem

This is a discussion on New Problem within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; My site http://giftshoping.com seemed to be working fine until yesterday. When I attempt to access the site I get this ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    15
    Rep Power
    0


    Default New Problem

    My site http://giftshoping.com seemed to be working fine until yesterday. When I attempt to access the site I get this message(the cache is turned off)
    1146 - Table 'craft1_giftshop.cache' doesn't exist

    DELETE FROM cache WHERE cache_expires <= '2006-04-20 11:20:33'

    [TEP STOP]

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: New Problem

    Make sure the table named 'cache' is in your database.

    Use this sql to make it:
    Code:
    CREATE TABLE `cache` (                                              
              `cache_id` varchar(32) NOT NULL default '',                       
              `cache_language_id` tinyint(1) NOT NULL default '0',              
              `cache_name` varchar(255) NOT NULL default '',                    
              `cache_data` mediumtext NOT NULL,                                 
              `cache_global` tinyint(1) NOT NULL default '1',                   
              `cache_gzip` tinyint(1) NOT NULL default '1',                     
              `cache_method` varchar(20) NOT NULL default 'RETURN',             
              `cache_date` datetime NOT NULL default '0000-00-00 00:00:00',     
              `cache_expires` datetime NOT NULL default '0000-00-00 00:00:00',  
              PRIMARY KEY  (`cache_id`,`cache_language_id`),                    
              KEY `cache_id` (`cache_id`),                                      
              KEY `cache_language_id` (`cache_language_id`),                    
              KEY `cache_global` (`cache_global`)                               
            ) TYPE=MyISAM
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Oct 2004
    Posts
    15
    Rep Power
    0


    Default

    Michael
    Thank you. That fixed the problem.
    Your help is very much appreciated.
    Jim

Similar Threads

  1. Email problem on webmail n aslo cupons problem
    By jikey in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 10-25-2006, 11:43 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
  •