Posted - 09/24/2024 : 07:44:11
Hey All,
We have a part finder functionality on our site that helps narrow down products for customers based on selected parameters. Recently, this tidbit of code showed up on the site:
Warning: Undefined array key "clientID" in ymme/partSearchEngine.php on line 256
The exact code it is referencing is below:
$searchClientID = $_SESSION['clientID'];
From what I can understand, it doesn't understand the "clientID" key/field in this line, or it gets NULL information and maybe doesn't know what to do with it. If anyone has any insight or advice, please let me know. My knowledge with PHP is limited so please bear with me.
Thanks, Mike
|