I have thousands errors in error_log file,there are large rows with one error :
PHP Notice: Undefined index: product in /home/ngya/public_html/modules/ps_sharebuttons/ps_sharebuttons.php on line 140
and the line 140 looks like :
140 $key = 'ps_sharebuttons|' . $params['product']['id_product'];
full code
139 {
140 $key = 'ps_sharebuttons|' . $params['product']['id_product'];
141 if (!empty($params['product']['id_product_attribute'])) {
142 $key .= '|' . $params['product']['id_product_attribute'];
143 }
After 00:00 at night, my time (now is 2 PM) I have at least 3555 errors of this kind. I get an error per second or every 15 seconds. Please help me!