Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Function fault in root index.php


stakemaster

Recommended Posts

Correct me if I'm wrong but the statement:

 

if (isset($cPath) && strpos('_', $cPath)) {

 

in the root index.php should read:

 

if (isset($cPath) && strpos($cPath, '_')) {

 

The parameters in the strpos function are the wrong way round.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...