osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-20-2006, 07:22 PM
New Member
 
Join Date: Oct 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Jimcraft
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]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 04-21-2006, 08:52 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,330
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-21-2006, 09:19 PM
New Member
 
Join Date: Oct 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Jimcraft
Default

Michael
Thank you. That fixed the problem.
Your help is very much appreciated.
Jim
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email problem on webmail n aslo cupons problem jikey osCMax v2 Installation issues 0 10-25-2006 11:43 PM


All times are GMT -8. The time now is 05:43 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax