Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AlbenShop24

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Martin Loos

AlbenShop24's Achievements

  1. Hi Jack, I've been using HTC 3.2.9 on osC 2.3.3 for some time and it works very fine with PHP 5.3. Yesterday I started an upgrade to osc 2.3.3.4. That still works fine with PHP 5.3, but I want to upgrade to PHP 5.6 and that doesn't work yet. So now I started to upgrade HTC step by step to the latest version. The upgrade to 3.3.0 worked fine, but when upgrading to 3.3.1 a problem occured. In admin/categories.php I should find $products_head_title_tag = $HTTP_POST_VARS['products_head_title_tag']; $products_head_desc_tag = $HTTP_POST_VARS['products_head_desc_tag']; $products_head_keywords_tag = $HTTP_POST_VARS['products_head_keywords_tag']; $products_head_listing_text = $HTTP_POST_VARS['products_head_listing_text']; $products_head_sub_text = $HTTP_POST_VARS['products_head_sub_text']; $products_url = $HTTP_POST_VARS['products_url']; } else { $product_query = tep_db_query("select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_head_title_tag, pd.products_head_desc_tag, pd.products_head_keywords_tag, pd.products_head_listing_text, pd.products_head_sub_text, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = pd.products_id and p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "'"); $product = tep_db_fetch_array($product_query); /*** End Header Tags SEO ***/ but that code is not included in admin/categories.php. HTC 3.2.9 had been the first version I used to install. I checked the files included in that release, but I didn't find anything what I've done wrong. Do you have any idea, where the missing code can be found? Yours, Martin
×
×
  • Create New...