Title: Error Settings
Last modified: June 1, 2017

---

# Error Settings

 *  [mauropontara](https://wordpress.org/support/users/mauropontara/)
 * (@mauropontara)
 * [9 years ago](https://wordpress.org/support/topic/error-settings/)
 * Notice: Undefined index: port in /home/charmepr/public_html/wp-content/plugins/
   eu-cookie-law/defaults.php on line 52
 * Notice: Undefined index: boxlinkblank in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: tinymcebutton in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: scrollconsent in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: navigationconsent in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: networkshare in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: onlyeuropean in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: customurl in /home/charmepr/public_html/wp-content/plugins/
   eu-cookie-law/defaults.php on line 33
 * Notice: Undefined index: networkshareurl in /home/charmepr/public_html/wp-content/
   plugins/eu-cookie-law/defaults.php on line 33
 * When a try to save settings i receive this errors

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [sommerjensen](https://wordpress.org/support/users/sommerjensen/)
 * (@sommerjensen)
 * [9 years ago](https://wordpress.org/support/topic/error-settings/#post-9215748)
 * Same happens here after update to WordPress 4.8
 *  [Pigrecolab](https://wordpress.org/support/users/pigrecolab/)
 * (@pigrecolab)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/error-settings/#post-9247849)
 * Hello, these are error notice (visible only on debug true) that can be solved
   easily.
    Defaults.php replace row 33 with: `if (!isset($my_options[$defaults[
   $i][0]])) {` replace row 52 with: `$nPort = isset($asParts['port']) ? $asParts['
   port'] : '';`
 * class-admin.php
    replace row 151 with: `'selected' => isset($options['boxlinkid'])?
   $options['boxlinkid']: '',` replace row 163 with: `if ( isset($options['boxlinkid'])&&
   $options['boxlinkid'] == 'C' ) { $add = ' selected="selected" '; }`
 * Please update the plugin !

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error Settings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eu-cookie-law_39293e.svg)
 * [EU Cookie Law for GDPR/CCPA](https://wordpress.org/plugins/eu-cookie-law/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eu-cookie-law/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eu-cookie-law/)
 * [Active Topics](https://wordpress.org/support/plugin/eu-cookie-law/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eu-cookie-law/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eu-cookie-law/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Pigrecolab](https://wordpress.org/support/users/pigrecolab/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/error-settings/#post-9247849)
 * Status: not resolved