Title: Notice: Array to string conversion in&#8230; theme-check plugin
Last modified: August 20, 2016

---

# Notice: Array to string conversion in… theme-check plugin

 *  [Robert Lilly](https://wordpress.org/support/users/rclilly/)
 * (@rclilly)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/notice-array-to-string-conversion-in-theme-check-plugin/)
 * When I click “Check it!” for the Theme-Check I get the following message appearing
   882 times before the Theme Info section even starts:
 * `Notice: Array to string conversion in /blog/wp-content/plugins/theme-check/checks/
   links.php on line 18`
 * What is this and why does it show up so many times?
 * Also, just below the Theme Info section I get:
 * `Notice: Undefined offset: 1 in /blog/wp-content/plugins/theme-check/main.php
   on line 75`
 * Both of these messages appear to be related to the plugin itself.
 * FYI, here’s the debug section of my wp-config.php file:
 *     ```
       // Enable WP_DEBUG mode
       define('WP_DEBUG', true);
   
       // Enable Debug logging to the /wp-content/debug.log file
       define('WP_DEBUG_LOG', true);
   
       //Enable display of errors and warnings
       define('WP_DEBUG_DISPLAY', true);
       ```
   
 * [http://wordpress.org/extend/plugins/theme-check/](http://wordpress.org/extend/plugins/theme-check/)

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

 *  Plugin Author [Simon Prosser](https://wordpress.org/support/users/pross/)
 * (@pross)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/notice-array-to-string-conversion-in-theme-check-plugin/#post-3158481)
 * > Notice: Undefined offset: 1 in /blog/wp-content/plugins/theme-check/main.php
   > on line 75
 * Thats caused by the plugin version not having a minor version, long time bug,
   keep forgetting to fix it.
    What theme are you running it against?
 *  Thread Starter [Robert Lilly](https://wordpress.org/support/users/rclilly/)
 * (@rclilly)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/notice-array-to-string-conversion-in-theme-check-plugin/#post-3158527)
 * Thanks for the response. The theme I’m running is a custom one I’ve cobbled together
   to integrate WordPress into an existing site. I’m using the Theme Check to help
   make sure that there aren’t important features/functions that I’ve neglected 
   to account for. My goal is to eventually convert the entire site to WordPress
   and this blog integration is like the training wheels phase of learning how to
   write my own theme.

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

The topic ‘Notice: Array to string conversion in… theme-check plugin’ is closed 
to new replies.

 * ![](https://ps.w.org/theme-check/assets/icon-128x128.png?rev=972579)
 * [Theme Check](https://wordpress.org/plugins/theme-check/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-check/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-check/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-check/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-check/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-check/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Robert Lilly](https://wordpress.org/support/users/rclilly/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/notice-array-to-string-conversion-in-theme-check-plugin/#post-3158527)
 * Status: not resolved