/* $Id: application_top.php,v 1.1 2003/09/08 19:25:43 jhtalk Exp jhtalk $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */
What version is my shop?
#41
Posted 09 November 2008 - 11:11 PM
#42
Posted 10 November 2008 - 12:54 AM
Jack
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
#43
Posted 10 November 2008 - 01:23 PM
Quote
I can't get into my admin now, I get a 500 Internal Server Error. I reverted all the files back to what they were before I revised them. I still get the " Error! Unable to determine the page link!"
There were several queries I had to run:
ALTER TABLE whos_online MODIFY COLUMN last_page_url VARCHAR(255) NOT NULL;
ALTER TABLE customers MODIFY COLUMN customers_default_address_id INTEGER;
ALTER TABLE customers_basket MODIFY COLUMN final_price DECIMAL(15,4);
I suppose the problem must lie there, though I wouldn't know how to identify it, or correct it if I could.
#44
Posted 10 November 2008 - 01:37 PM
Jack
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
#45 ONLINE
Posted 12 November 2008 - 04:19 AM
12/07/2003 osCommerce 2.2 Milestone 2
02/17/2003 osCommerce 2.2 Milestone 1
03/06/2001 The Exchange Project Preview Release 2.1
12/13/2000 The Exchange Project Preview Release 2.0a
12/02/2000 The Exchange Project Preview Release 2.0
05/14/2000 The Exchange Project Preview Release 1.1
03/12/2000 The Exchange Project Preview Release 1.0
Regards
Jim
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#46
Posted 27 December 2008 - 10:47 PM
Jack_mcs, on Nov 13 2007, 01:28 PM, said:
- First look in includes/application_top.php and find this line
// define the project versionUnder that will be a line that starts with define('PROJECT_VERSION'. These are the main choices:
define('PROJECT_VERSION', 'osCommerce 2.2-MS1'); //released prior to July/2003
define('PROJECT_VERSION', 'osCommerce 2.2-CVS'); //released between the above/below dates
define('PROJECT_VERSION', 'osCommerce 2.2-MS2'); //released after July/2003
define('PROJECT_VERSION', 'osCommerce Online Merchant v2.2 RC1'); //released March/2007
define('PROJECT_VERSION', 'osCommerce 3.xxx'); //not released for general use
The versions before MS2 are not compatible with MS2, which is the main version is use. Between MS2 and RC1, there were two patch updates. There isn't a version number for those patches (in the files) so you have to compare file content to see if they are installed. First, download the patches from here. Extract the contents and compare a few of the files with those in your shop. If your shop has them installed, then you probably have the latest MS2 version.
Jack
Thank you very much!
#47
Posted 22 January 2009 - 02:59 AM
Quote
Jack
My host made some progress, but now we can't get past the first page of the catalog. For instance, this address, http://www.greattradingpath.com/catalog/index.php?cPath=22 should be taking us to the Drums section, but all we get to is the first page of the catalog. My host suggested I check back over here and ask for help:
Quote
#48
Posted 22 January 2009 - 04:16 AM
Jack
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
#49
Posted 23 January 2009 - 01:10 PM
Jack_mcs, on Jan 21 2009, 11:16 PM, said:
Jack
Thanks. I've resubmitted the question here:
http://forums.oscommerce.com/index.php?sho...p;#entry1360617
#50
Posted 23 January 2009 - 07:35 PM
I recently transfered a client using osCommerce 2.2-MS2 to a new server running
PHP as CGI
PHP version 5.2.8
MySQL version 5.0.67-community
we were able to get the site to display, but cannot gain access to admin. the error showing is:
Fatal error: Cannot re-assign $this in /home/natalie/public_html/admin/includes/classes/upload.php on line 31
I downloaded the patches for 2.2MS2 here and will do a file to file comparison. I'm not a programmer and have not worked with osCommerce in a long time.
Does anyone have a clue what I should be looking for? Your assistance is much appreciated.
KP
KP
#51
Posted 24 January 2009 - 04:28 AM
Jack
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
#52
Posted 17 February 2009 - 03:34 AM
The includes/application_top.php file has this about the version:
// define the project version
include('includes/version.php');
I have had a look at the version.php file and it has this line:
// define the project version
define('PROJECT_VERSION', 'CRE Loaded v6.2 B2B');
define('PROJECT_PATCH', '13');
I am pretty sure this version is extremely old. Can anyone tell me if upgrading from this version is a lot of effort?
Should I start fresh?
Does the newer version allow me greater control over styling? What other benefits would prompt me to require an upgrade?
Thanks in advance,
Eric
#53
Posted 17 February 2009 - 03:55 AM
Jack
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
#54
Posted 22 March 2009 - 10:32 PM
#55
Posted 23 March 2009 - 12:33 AM
Jack
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
#56
Posted 22 April 2009 - 06:40 AM
#58
Posted 22 April 2009 - 01:56 PM
Jack
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
#59
Posted 22 April 2009 - 02:20 PM
Jack_mcs, on Apr 22 2009, 09:56 PM, said:
Jack
oh is it?
how to know which server csn use?
anyone heard of Magic SEO Url (osCommerce SEO)
is it really good and SEO?
Edited by Jan Zonjee, 22 April 2009 - 03:19 PM.
#60
Posted 10 May 2010 - 09:37 AM
Jack_mcs, on 01 October 2008 - 04:20 PM, said:
Jack
Hello.
I have version MS2.
Why do you say the upgrade is probably not worth it, because it is very difficult?
I have many customised contributions so a clean install isn't practical.
If one doesn't upgrade from MS2 to a newer version then aren't there security concerns?









