JordanSmith Posted February 25, 2012 Share Posted February 25, 2012 Hi, I was wondering if someone can help me, I keep getting these errors. Notice: Undefined property: stdClass::$vOptionType in /default/commonFunctions.php on line 267 That is the line from the file. if($rsOptions[$j]->vOptionType=='colour_fromcsv' || $rsOptions[$j]->vOptionType=='size_fromcsv') I was wondering if someone could tell me what it means and possible point me in the right direction on how to fix the issue. Thanks, Jordan Quote Link to comment https://forums.phpfreaks.com/topic/257777-notice-undefined-property/ Share on other sites More sharing options...
AyKay47 Posted February 25, 2012 Share Posted February 25, 2012 looks like you are trying to get a property from an array. where is $rsOptions[$j] coming from? Post the relevant code. Quote Link to comment https://forums.phpfreaks.com/topic/257777-notice-undefined-property/#findComment-1321256 Share on other sites More sharing options...
JordanSmith Posted February 25, 2012 Author Share Posted February 25, 2012 Hi, I have attached the file so you can see the whole code. Thanks, Jordan 17633_.php Quote Link to comment https://forums.phpfreaks.com/topic/257777-notice-undefined-property/#findComment-1321258 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.