Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What Are T_Strings


g-mgifts

Recommended Posts

Php uses internal names to identity certain data types. The T stands for token, which is what these identifiers are known as. There are a bunch of different ones but T_String shows up all of the time here since it deals with strings and that is the majority of changes being made by people new to oscommerce.

 

What it is telling you is that a mistake has been found in the text. So if you find a line in the code that say

define('TITLE', 'oscommerce');

and you change it to

define('TITLE', 'mysite);

you will probably get a T_STIRNG error (notice the missing ' ).

 

Jack

Support Links:

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

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...