Title: Weird plugin code
Last modified: August 21, 2016

---

# Weird plugin code

 *  [NfiniteT](https://wordpress.org/support/users/nfinitet/)
 * (@nfinitet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/)
 * The following is showing up at the very bottom of my blog [http://alchemicalcords.com](http://alchemicalcords.com).
   I don’t know what this is or how to fix it:
 *  … (Object) WP_Query
    Krumo version 0.2a | [http://krumo.sourceforge.net](http://krumo.sourceforge.net)
   Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/
   wp-debug/wp-debug.php, line 16
 *  … (Object) WP
    Krumo version 0.2a | [http://krumo.sourceforge.net](http://krumo.sourceforge.net)
   Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/
   wp-debug/wp-debug.php, line 16
 * This is a list of all currently included (or required) files.
 *  … (Array, 230 elements)
    Krumo version 0.2a | [http://krumo.sourceforge.net](http://krumo.sourceforge.net)
   Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/
   wp-debug/wp-debug.php, line 20
 * This is a list of all currently declared functions.
 *  … (Array, 2 elements)
    Krumo version 0.2a | [http://krumo.sourceforge.net](http://krumo.sourceforge.net)
   Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/
   wp-debug/wp-debug.php, line 22
 * This is a list of all currently declared classes.
 *  … (Array, 431 elements)
    Krumo version 0.2a | [http://krumo.sourceforge.net](http://krumo.sourceforge.net)
   Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/
   wp-debug/wp-debug.php, line 24
 * This is a list of all HTTP request headers.

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

 *  Thread Starter [NfiniteT](https://wordpress.org/support/users/nfinitet/)
 * (@nfinitet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396881)
 * I deactivated the plugin and it went away but I don’t know if this plugin is 
   needed or not.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396882)
 * Deactivate all plugins and see if the errors go away.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396883)
 * That’s nice to know. Now activate plugins one by one and find out which plugin
   is causing the problem. Once you locate it you can delete it and reinstall it
   and see if still the problem exists.
 *  Thread Starter [NfiniteT](https://wordpress.org/support/users/nfinitet/)
 * (@nfinitet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396959)
 * I reactivated the debug plugin and deactivated everything else. I’m still getting
   this beneath the footer:
 *     ```
       ... (Object) WP_Query
           Krumo version 0.2a
           | http://krumo.sourceforge.net
           Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/wp-debug/wp-debug.php, line 16  
   
           ... (Object) WP
           Krumo version 0.2a
           | http://krumo.sourceforge.net
           Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/wp-debug/wp-debug.php, line 16  
   
       This is a list of all currently included (or required) files.
   
           ... (Array, 91 elements)
           Krumo version 0.2a
           | http://krumo.sourceforge.net
           Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/wp-debug/wp-debug.php, line 20  
   
       This is a list of all currently declared functions.
   
           ... (Array, 2 elements)
           Krumo version 0.2a
           | http://krumo.sourceforge.net
           Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/wp-debug/wp-debug.php, line 22  
   
       This is a list of all currently declared classes.
   
           ... (Array, 322 elements)
           Krumo version 0.2a
           | http://krumo.sourceforge.net
           Called from /home/httpd/vhosts/alchemicalwords.com/httpdocs/wp-content/plugins/wp-debug/wp-debug.php, line 24
       ```
   
 * This is a list of all HTTP request headers.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396987)
 * That means that the debug plugin is causing the problem. And if you want to do
   away with the problem, you may delete it.
 * BTW, where did you download it from?
 *  Thread Starter [NfiniteT](https://wordpress.org/support/users/nfinitet/)
 * (@nfinitet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396996)
 * It came with the WordPress. I didn’t put a debug on the blog because I don’t 
   know how to use it without potentially breaking something. I tried to visit the
   developer site but my MacTop blocked the site as dangerous. It’s this one:
 * WP-Debug
    Deactivate | Edit
 * Allows WordPress debugging through the Krumo application. Visit the Krumo documentation
   for more information.
    Version 1.0 | By Chris Poteet | Visit plugin site
 *  [ancawonka](https://wordpress.org/support/users/ancawonka/)
 * (@ancawonka)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4396997)
 * How did you install your WordPress site? Typically debug plugins have to be added
   by an administrator in order to be added to WordPress.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4397012)
 * > It came with the WordPress.
 * No, it is not shipped with WordPress.
 * > I tried to visit the developer site but my MacTop blocked the site as dangerous.
 * That means you have to delete the WP-Debug plugin.

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

The topic ‘Weird plugin code’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [Krishna](https://wordpress.org/support/users/1nexus/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/weird-plugin-code/#post-4397012)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
