Title: Illegal Offset Type error
Last modified: January 24, 2017

---

# Illegal Offset Type error

 *  [glucas](https://wordpress.org/support/users/glucasmaccom/)
 * (@glucasmaccom)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/illegal-offset-type-error-2/)
 * I am suddenly getting an error (presumably since updating to WP 4.7.1) for
 * > Warning: Illegal offset type in /srv/users/serverpilot/apps/SITENAME/public/
   > wp-content/plugins/frontend-publishing-pro/inc/Element_Containers/Frontend_Element_Container.
   > php on line 433
 * Here is the function on line 433:
 *     ```
       private function get_tag_choices($taxonomy, $field_settings)
       {
       $term_choices = $this->get_term_choices($taxonomy, $field_settings);
       $tag_choices = array();
       foreach ($term_choices as $term_id => $term_name) {
       [433] $tag_choices[ $term_name ] = $term_name;
       }
       return $tag_choices;
       }
       ```
   
 * Error still occurs with no other plugins active.
 * TIA
    -  This topic was modified 9 years, 4 months ago by [glucas](https://wordpress.org/support/users/glucasmaccom/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * (@khaxan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/illegal-offset-type-error-2/#post-8690463)
 * Hi. Looks like you are using the premium version. Please use the support form
   on CodeCanyon to send me your site’s URL and login details so I can take a look
   at the issue. Thanks

Viewing 1 replies (of 1 total)

The topic ‘Illegal Offset Type error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-end-publishing_343434.svg)
 * [Frontend Publishing](https://wordpress.org/plugins/front-end-publishing/)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-publishing/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-publishing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-publishing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-publishing/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/illegal-offset-type-error-2/#post-8690463)
 * Status: not resolved