Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I need Help!!!


mrras25

Recommended Posts

Posted

I had to migrate my working site to another site, and I did a mysqldump and imported to my working site to a new database, I also did a fresh install of oscommerece then applied my changes through the use of tar ball. Before I un-tarred my old site to my new site I saved copies of my working configuration.php from both the includes directory and the admin/includes directory. The site is up and working properly except for the fact that my categories is pointing to the old site which no longer exists. Where is this information stored at? Can I manually change this with out going through and deleting all my categories?

 

Thank you for your help.

RObert

Posted

open

 

/includes/column_left.php

 

and look for these lines

  if ((USE_CACHE == 'true') && empty($SID)) {
   echo tep_cache_categories_box();
 } else {
   include(DIR_WS_BOXES . 'categories.php');
 }

 

remove these and put

 

    include(DIR_WS_BOXES . 'categories.php');

Archived

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

×
×
  • Create New...