Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cache file missing from database


ksaun

Recommended Posts

It seems my cache file is missing from my database as shown in this error message I am recieving.

 

1146 - Table 'tonerjun_osc2.cache' doesn't exist

 

DELETE FROM cache WHERE cache_expires <= '2011-02-15 09:30:59'

 

[TEP STOP]

 

How do I create the missing cashe file in the database? Detailed instructions please, its been a while since I have done this.

 

Thanks

My Favorite Quote from a movie.

 

Question: How do you know women sooo well?

 

Answer: I think of a man, then take away reason and accountability.

Link to comment
Share on other sites

Keith,

 

 

Repeated MULTIPLE posts will not get your question answered any quicker and might attract the attention of the moderators who frown upon such activity.

 

In newer versions of osCommerce, if the cache feature is enabled in admin the cache is stored in a file /tmp (default) and NOT in the database. So, if your site was set up to store cache in the database, you will need to create a table for it. Check your SQL dump for the SQL command to create the table and execute it using phpmyadmin under the SQL tab.

 

 

Chris

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...