PHP 8+ Error Exception
-
ErrorException /wp-content/plugins/cp-referrer-and-conversions-tracking/cp-main-class.inc.php in CP_REFTRACK_Plugin::register_conversion Warning: Undefined array key “cprreftracklatest” Line 288
$entry = $this->get_entry(); $this->add_field_verify($wpdb->prefix.$this->table_conversions, 'entry'); $wpdb->insert( $wpdb->prefix.$this->table_conversions, array( 'convname' => $conversion_name, 'convdesc' => $conversion_description, 'referrer' => $referrer, 'referrerlast' => sanitize_text_field($referrer!=$_COOKIE['cprreftracklatest']?$_COOKIE['cprreftracklatest']:''), 'entry' => $referrer, 'time' => current_time('mysql'), ));
Please check that cprreftracklatest exists.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8+ Error Exception’ is closed to new replies.