ksaun Posted February 16, 2011 Share Posted February 16, 2011 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 More sharing options...
Guest Posted February 16, 2011 Share Posted February 16, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.