Hi guys becouse you guys were alot of help to me a few years ago and again tank you for the support you guys really helped me undestand things.
so basiclly i have a website running os commerce online merchant v2.2 rc2a that is running wonderfully and is ok no i wanted to open an other shop website so i brought a new website dormain and a new hosting packadge to host the new site. i was wonderingif i am able to just ftp to the host copy all the files from my current site and then upload them to the new site.
also can i install the oscommerce on the site fresh and then upload all the files from the curent site onto the new one or will they not be compatibal with like 2.3 and 3. os commerce.
if you could help please would like to get a new website up and running. the main reason for this is that the website i had desgined by someone and he is asking for like £800. so i thought might as well learn from the best you guys.
Latest News: (loading..)
osCommerce Online Merchant v2.2 RC2a HELP Needed
Started by KMM12345678, Feb 05 2012, 17:17
5 replies to this topic
#1
Posted 05 February 2012, 17:17
#2
Posted 05 February 2012, 17:57
No, you can't do that. RC2 and 2.3 are not compatible. You baiscally have to start over if you want to use 2.3. It is possible to upgrade but it simpy isn't worth, in my opinion. If you don't mind starting over, then install 2.3 and proceed. If you don't want to do that, then copy your existing site and apply any security changes it might be missing. The result will be about the same.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#3
Posted 05 February 2012, 20:23
kk so what i have done is i have downloaded via ftp all the files from my current site and have uploaded them on to the new site. but when i go to the new site it comes up as 404 page not found. please can u inform in in what i have done wrong.
thanks for the help mate but.
thanks for the help mate but.
#4
Posted 05 February 2012, 20:29
@KMM12345678,
Did you change the two configure.php files to reflect the new path and domain name ? Did you also point it to your new database ?
Chris
Did you change the two configure.php files to reflect the new path and domain name ? Did you also point it to your new database ?
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
#5
Posted 05 February 2012, 20:42
Thank you again im not very skilled in os commerce and im just learning. i am gonna have a look for them and when i have found them and opend them up what do i look for
#6
Posted 06 February 2012, 00:18
@KMM12345678,
you will find them in the:
/includes/configure.php
Change this to suit your new site path:
define('DIR_FS_CATALOG', '/home/content/abc/yoursite.com/html/');
/admin/includes/configure.php
Change these to suit your new site path:
define('DIR_FS_DOCUMENT_ROOT', '/home/abc/yourwebsite.com/html');
define('DIR_WS_ADMIN', '/admin/');
define('DIR_FS_ADMIN', '/home/abc/yourwebsite.com/html/admin');
define('DIR_WS_CATALOG', '/');
define('DIR_FS_CATALOG', '/home/abc/yourwebsite.com/html/');
Chris
you will find them in the:
/includes/configure.php
Change this to suit your new site path:
define('DIR_FS_CATALOG', '/home/content/abc/yoursite.com/html/');
/admin/includes/configure.php
Change these to suit your new site path:
define('DIR_FS_DOCUMENT_ROOT', '/home/abc/yourwebsite.com/html');
define('DIR_WS_ADMIN', '/admin/');
define('DIR_FS_ADMIN', '/home/abc/yourwebsite.com/html/admin');
define('DIR_WS_CATALOG', '/');
define('DIR_FS_CATALOG', '/home/abc/yourwebsite.com/html/');
Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:
:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:
:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:














