Title: [Plugin: Options Framework] Theme options brake
Last modified: August 20, 2016

---

# [Plugin: Options Framework] Theme options brake

 *  [alex27](https://wordpress.org/support/users/alex27/)
 * (@alex27)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-options-framework-theme-options-brake/)
 * Hello!
 * I’m using options framework in a theme. I use a bunch of options, one of them
   is upload. It seems that this option:
 *     ```
       $options[] = array( "name" => __('Custom logo image', 'gamepress'),
       						"desc" => __('You can upload custom image for your website logo (optional).', 'gamepress'),
       						"id" => "gamepress_logo_image",
       						"type" => "upload");
       ```
   
 * breaks the whole thing. In theme options panel above this field I get the notice:
   
   Notice: Undefined index: id in C:\Users\…\…\…\…\InstantWP_4.1\iwpserver\htdocs\
   wordpress\wp-content\themes\gamepress\admin\options-framework\options-medialibrary-
   uploader.php on line 102 When I remove this option, everyting works perfectly.
   I’m using newest version of Options framework form Github. What could be wrong?
 * [http://wordpress.org/extend/plugins/options-framework/](http://wordpress.org/extend/plugins/options-framework/)

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

 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-options-framework-theme-options-brake/#post-2996351)
 * Looks fine to me. What happens if you use this (from Options Check):
 *     ```
       $options[] = array(
       		'name' => __('Uploader Test', 'options_check'),
       		'desc' => __('This creates a full size uploader that previews the image.', 'options_check'),
       		'id' => 'example_uploader',
       		'type' => 'upload');
       ```
   
 *  Thread Starter [alex27](https://wordpress.org/support/users/alex27/)
 * (@alex27)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-options-framework-theme-options-brake/#post-2996575)
 * This changes nothig, I get the same error. I think I’m gonna start from scrach…
   this has to be something small and stupid.

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

The topic ‘[Plugin: Options Framework] Theme options brake’ is closed to new replies.

 * ![](https://ps.w.org/options-framework/assets/icon-256x256.png?rev=977481)
 * [Options Framework](https://wordpress.org/plugins/options-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/options-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/options-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/options-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/options-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/options-framework/reviews/)

## Tags

 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 2 replies
 * 2 participants
 * Last reply from: [alex27](https://wordpress.org/support/users/alex27/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-options-framework-theme-options-brake/#post-2996575)
 * Status: not resolved