Title: Missing option value
Last modified: April 12, 2023

---

# Missing option value

 *  [dsbetts](https://wordpress.org/support/users/dsbetts/)
 * (@dsbetts)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-option-value/)
 * Seeing this warning on every page:
 * **Notice**: Trying to access array offset on value of type bool in **/…/wp-content/
   plugins/credova-financial/credova-financial.php** on line **124**
 * The message continues for several lines (125,126,127,…). It is caused when the
   call on line 123: get_option(‘woocommerce_credova_settings’) returns a boolean
   rather than an array.
 * I’m guessing this is because the ‘woocommerce_credova_settings’ option was never
   set or failed during the installation process? I have removed the plugin and 
   re-installed it, but the error persists.
 * Let me know if you need anything from me to help correct the issue.

Viewing 1 replies (of 1 total)

 *  Thread Starter [dsbetts](https://wordpress.org/support/users/dsbetts/)
 * (@dsbetts)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/missing-option-value/#post-16649366)
 * Also this:
 * **Notice**: Undefined index: id in **/…/wp-content/plugins/credova-financial/
   includes/credova-admin.php** on line **175**
 * I expect both notices could be eliminated with an
 * if (…option_exits and isn’t false…) {
 *  look in the array
 * }
 * type of code block.

Viewing 1 replies (of 1 total)

The topic ‘Missing option value’ is closed to new replies.

 * ![](https://ps.w.org/credova-financial/assets/icon-256x256.jpg?rev=2615829)
 * [Credova Financial](https://wordpress.org/plugins/credova-financial/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/credova-financial/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/credova-financial/)
 * [Active Topics](https://wordpress.org/support/plugin/credova-financial/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/credova-financial/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/credova-financial/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [dsbetts](https://wordpress.org/support/users/dsbetts/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/missing-option-value/#post-16649366)
 * Status: not resolved