cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

Unknown Array Keys #3504

Closed bhsmither closed 5 months ago

bhsmither commented 5 months ago

In products.index.inc.php, near line 880, a distinct $result[0] is created when adding a new product . When first loading the Add New Product page, there is nothing in $_POST (at line 886).

Therefore, references to $result[0] further down the script might have unknown array keys (other than the four that were set). Of those found, these cause PHP to issue warnings:

Group pricing: lines 923,924 Manufacturers: line 1107

abrookbanks commented 5 months ago

Thanks.