Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed STS and now problems....


mitch_79

Recommended Posts

Posted

My /admin/index.php is outputting variable names instead of variable values. Example: BOX_HEAD_CONFIGURATION, BOX_HEAD_MODULES, etc etc...

 

Somoene please HELPPP!!!!

Posted

Hi,

 

My /admin/index.php is outputting variable names instead of variable values.  Example:  BOX_HEAD_CONFIGURATION, BOX_HEAD_MODULES, etc etc...

 

Whenever you see these names in uppercase, they are called constants, and they are displaying like that because the "define" command for the constants has not been done.

 

Try searching through your source code for the string "BOX_HEAD_CONFIGURATION" to see where the define is.

 

Peter

Archived

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

×
×
  • Create New...