Guest Posted November 21, 2006 Posted November 21, 2006 Hi all, i've just install this contribution and it doesn't appear to do anything. The url's are the same and there are no Ultimate SEO options on the config panel. The only thing that happens is when i add a product, it says: 1146 - Table 'db176661462.cache' doesn't exist DELETE FROM cache WHERE cache_name LIKE '%seo_urls%' [TEP STOP] Can anyone give me some suggestions? many thanks Rob Quote
aegrnberg Posted November 28, 2006 Posted November 28, 2006 Hi I had the same error and I found this, it worked for me, I hope it works for you: http://www.oscommerce.com/forums/index.php?sho...ation++SEO+URLs Quote
sunrise99 Posted January 11, 2013 Posted January 11, 2013 only run this from phpmyadmin: 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, `cache_expires` datetime NOT NULL, PRIMARY KEY (`cache_id`,`cache_language_id`), KEY `cache_id` (`cache_id`), KEY `cache_language_id` (`cache_language_id`), KEY `cache_global` (`cache_global`) ) ENGINE=MyISAM; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.