mrras25 Posted December 5, 2003 Posted December 5, 2003 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
Guest Posted December 5, 2003 Posted December 5, 2003 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');
mrras25 Posted December 5, 2003 Author Posted December 5, 2003 Thank you this solved the problem!!!! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.