Title: Errors seen in debug mode
Last modified: August 24, 2016

---

# Errors seen in debug mode

 *  Resolved [mjb2000](https://wordpress.org/support/users/mjb2000/)
 * (@mjb2000)
 * [11 years ago](https://wordpress.org/support/topic/errors-seen-in-debug-mode/)
 * When I run my site with debugging enabled, I see the following errors displayed:
 *     ```
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 339
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 342
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 354
   
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined variable: noofItems in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 191
   
       Notice: Undefined variable: returnHTMLinsideProc in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 191
   
       Notice: Undefined variable: returnHTMLinsideProc in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 195
   
       Notice: Undefined variable: noofItems in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 195
   
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined variable: noofItems in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 191
   
       Notice: Undefined variable: returnHTMLinsideProc in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 191
   
       Notice: Undefined variable: returnHTMLinsideProc in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 195
   
       Notice: Undefined variable: noofItems in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 195
   
       Notice: Undefined variable: subloopHTMLObj in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 138
   
       Notice: Undefined variable: nameofsubloopTmp in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 212
   
       Notice: Undefined variable: nameofsubloopTmp in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 212
   
       Notice: Undefined variable: nameofsubloopTmp in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 214
   
       Notice: Undefined variable: nameofsubloopTmp in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 214
   
       Notice: Undefined variable: keypass in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 97
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 339
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 342
   
       Notice: Undefined offset: 1 in /home/divehightide/public_html/wp-content/plugins/json-content-importer/class-json-parser.php on line 354
       ```
   
 * Do you know what might be causing this. I get these errors with every JSON feed/
   template. These errors are actually from you example kux.de feed within the documentation.
 * Many thanks
 * [https://wordpress.org/plugins/json-content-importer/](https://wordpress.org/plugins/json-content-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [11 years ago](https://wordpress.org/support/topic/errors-seen-in-debug-mode/#post-6084202)
 * As these messages are Notice-Messages this shows that the code might can be improved
   a bit. But nevertheless the plugin is working.
    “Undefined variable” means that
   the declarations of some variables is not perfect.

Viewing 1 replies (of 1 total)

The topic ‘Errors seen in debug mode’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/errors-seen-in-debug-mode/#post-6084202)
 * Status: resolved