Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mindloop

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    John Smith Doe

mindloop's Achievements

  1. I got no tep_reset_cache_block function Where did you find it? "around" line 956 i got this code: 946 // strpos()+1 to remove up to and including the first { which would create an empty array element in explode() 947 $attributes = explode('{', substr($prid, strpos($prid, '{')+1)); 948 949 for ($i=0, $n=sizeof($attributes); $i<$n; $i++) { 950 $pair = explode('}', $attributes[$i]); 951 952 if (is_numeric($pair[0]) && is_numeric($pair[1])) { 953 $attributes_ids .= '{' . (int)$pair[0] . '}' . (int)$pair[1]; 954 } else { 955 $attributes_check = false; 956 break; 957 } 958 } i searched for the tep_reset_cache_block function in general.php, but it isn't there, even searched it in in includes/functions/cache.php and didn't find it my general.php file version is v1.231 (i only found this function in older versions of this file ie. v1.160) i am using OSC v2.2ms2 btw in SEF v1.8 install notes it states i should only copy this line @unlink(DIR_FS_CACHE . 'url.cache'); not theese @unlink(DIR_FS_CACHE . 'categories_array.cache'); @unlink(DIR_FS_CACHE . 'manufacturers_array.cache'); @unlink(DIR_FS_CACHE . 'products_array.cache'); also if i copy .htaccess to catalog directory i receive if i ovewrite the .htaccess with a blank file, site shows, links are in SEF form (http://domain.com/Hardware/DVD-Recordes/Some-DVD-Recorder/) , but they dont work, leading to 404 errors. can anyone help?
  2. sorry, i am new to php and sql, i dont quite understand what you mean can you be more specific, please?
  3. does this contribution work with STS (Simple Template System contrib) ? if so, can anyone point out instructions for install ? thanks
×
×
  • Create New...