Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

KissER - STS Errors


DimeNote

Recommended Posts

Posted

Hello,

 

I'm not sure where to post this but I'm trying to sort through some errors kicked out by KissER from FWR Media. I am getting errors that read like the following:

 

Error Type: [E_NOTICE] Undefined index: sts_debug

Error Type: [E_NOTICE] Undefined index: sts_template

 

Both of these errors reference the following code:

 

 function update_from_url () {
// Allow Debugging control from the URL
if ($_GET['sts_debug'] == MODULE_STS_DEBUG_CODE) {
	$this->display_debug_output = true;
}

// Defines constants needed when working with templates
if ($_GET['sts_template']) {
$this->template_folder = $_GET['sts_template'];
} else {
$this->template_folder = MODULE_STS_TEMPLATE_FOLDER;
}

}

 

Any ideas as to what the problem may be?

 

Thanks.

  • 3 weeks later...
Posted

I'd use the support thread for the KissER contribution here

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

I don't think the KissER support thread is the correct place at all.

 

KissER is doing its job .. making users aware of errors and the location of those errors.

 

The errors themselves should be dealt with where they were created .. in this case .. the STS support forum.

Archived

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

×
×
  • Create New...