Title: Warning: Illegal string offset
Last modified: August 20, 2016

---

# Warning: Illegal string offset

 *  [CNG SEO UK](https://wordpress.org/support/users/cng-seo-uk/)
 * (@cng-seo-uk)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-1/)
 * I get this when I do a radius search
 * Warning: Illegal string offset ‘attributes’ in \wp-content\plugins\members-list\
   class\xml.php on line 366
 * [http://wordpress.org/extend/plugins/members-list/](http://wordpress.org/extend/plugins/members-list/)

Viewing 1 replies (of 1 total)

 *  [Juliette Reinders Folmer](https://wordpress.org/support/users/jrf/)
 * (@jrf)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-1/#post-3513543)
 * To fix go to the file class/xml.php
    Find line 366:
 *     ```
       if( $v['attributes']) {
       ```
   
 * Replace with:
 *     ```
       if( isset( $v['attributes'] ) && $v['attributes']) {
       ```
   
 * Hope this helps 😉

Viewing 1 replies (of 1 total)

The topic ‘Warning: Illegal string offset’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/members-list_a1a1a1.svg)
 * [Members List Plugin](https://wordpress.org/plugins/members-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/members-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/members-list/)
 * [Active Topics](https://wordpress.org/support/plugin/members-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/members-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/members-list/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Juliette Reinders Folmer](https://wordpress.org/support/users/jrf/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/warning-illegal-string-offset-1/#post-3513543)
 * Status: not resolved