Title: Problem with taxonomy
Last modified: August 21, 2016

---

# Problem with taxonomy

 *  [Kreative71](https://wordpress.org/support/users/kreative71/)
 * (@kreative71)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/problem-with-taxonomy-1/)
 * Hi,
 * I have an error in my website: [http://www.kreativewebdesign.net](http://www.kreativewebdesign.net)
 * Warning: Illegal string offset ‘taxonomy’ in /home/kreative/public_html/wp-content/
   plugins/polylang/include/auto-translate.php on line 97
 * Can i have some help ?
 * Thanks
 * [http://wordpress.org/plugins/polylang/](http://wordpress.org/plugins/polylang/)

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

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/problem-with-taxonomy-1/#post-4136784)
 * Could you change this line from
 *     ```
       if (in_array($q['taxonomy'], $polylang->taxonomies)) {
       ```
   
 * to
 *     ```
       if (isset($q['taxonomy']) && in_array($q['taxonomy'], $polylang->taxonomies)) {
       ```
   
 * and tell me if it solves this issue
 *  [instantdecisif](https://wordpress.org/support/users/instantdecisif/)
 * (@instantdecisif)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-taxonomy-1/#post-4136952)
 * Hi!
    I have the same problem here: [http://www.lucilin.lu/](http://www.lucilin.lu/)
 * I changed the line as said above but it doesn’t help.
    I have WordPress 3.5 and
   Polylang 1.1.5
 * Thanks and regards,
 * Pierre
 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-taxonomy-1/#post-4136962)
 * Could you try to use the development version instead?
    [http://downloads.wordpress.org/plugin/polylang.zip](http://downloads.wordpress.org/plugin/polylang.zip)

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

The topic ‘Problem with taxonomy’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [Chouby](https://wordpress.org/support/users/chouby/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-taxonomy-1/#post-4136962)
 * Status: not resolved