Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Odd Oscommerce problems


karatemovie.com

Recommended Posts

i am on osCommerce 2.2-MS2

php ver 5.3.29

 

My checkout page does not work anymore.

and

 

 

in the admin, my paypal & shipping modules have dissapeard

and i am getting:

EXT_INFO_DATE_ADDED 

all over the place 

and

HEADING_TITLE on all pages

as well as

Error!

Unable to determine the page link!

Function used:

tep_href_link('', '', 'NONSSL')

also

 

TEXT_MODULE

 

 

any ideas?

Link to comment
Share on other sites

When capital letters are displayed in errors, it almost always mean a piece of code is missing. Those particular ones are in the language files. Did you make any changes to those right before the problems started?

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

No, this doesn't have anything to do with the server. Assuming this was working previously, something has changed to cause the problems. I search through a stock MS2 set of files here and TEXT_MODULE was not in them. So someone has added or changed something in admin incorrectly. I could guess at the changes to fix the missing definitions but there may be less obvious problems that could haunt you for a long time. The best thing to do is to restore the files to where they were before this started happening.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

  • 2 weeks later...

add the following code inside your includes/configure.php

 

$HTTP_SERVER_VARS = $_SERVER;
$HTTP_GET_VARS = $_GET;
$HTTP_POST_VARS = $_POST;

 

in works for me.

 

it should be able to bring up the link. but you really need to upgrade your shopping cart. 

 

good luck

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...