Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding product issue help


Kasketkarl.nu

Recommended Posts

Posted

When i edit the name of a product or category , it disappear

Like this:

Categoryshown.JPG

Its only when i pass this code into admin/includes/functions/general.php

 

// Ultimate SEO URLs v2.1
function tep_reset_cache_data_seo_urls($action){        
       switch ($action){
               case 'reset':
                       tep_db_query("DELETE FROM cache WHERE cache_name LIKE '%seo_urls%'");
                       tep_db_query("UPDATE configuration SET configuration_value='false' WHERE configuration_key='SEO_URLS_CACHE_RESET'");
                       break;
               default:
                       break;
       }
       # The return value is used to set the value upon viewing
       # It's NOT returining a false to indicate failure!!
       return 'false';
}

 

 

 

 

And if i dont paste it into admin/includes/functions/general.php - then it shows - while edit a product name or category name:

 

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

DELETE FROM cache WHERE cache_name LIKE '%seo_urls%'

[TEP STOP]

 

 

 

Can anyone help?

Posted

Try posting it in the Ultimate SEO Urls Thread.

 

and stop posting your issues all around please, like this one, also here

 

You will not get better or faster help when double and triple posting each issue you have.

 

You just confuse people who could help

 

And it is against the forum rules, did you bother to read them?

Posted

Silas, since you seem not to read your PM's: this is the fourth and last time you are cross-posting or otherwise going against forum rules otherwise I will kick you from the forums and make sure you stay off of it. Enough is enough.

Archived

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

×
×
  • Create New...