Title: [Plugin: Debug Objects] wrong value for some constants
Last modified: August 19, 2016

---

# [Plugin: Debug Objects] wrong value for some constants

 *  [wjm](https://wordpress.org/support/users/wjm/)
 * (@wjm)
 * [16 years ago](https://wordpress.org/support/topic/plugin-debug-objects-wrong-value-for-some-constants/)
 * Hi,
    In the first tab, under WordPress Informations
 * it says they are not defined,
 * > Save queries, constant SAVEQUERIES: Undefined
   >  Debug option, constant WP_DEBUG:
   > Undefined
 * when they are.
 * another minor thing,
    in the plugin information you have
 * > It is possible to include the plugin Debug Objects
 * you mean he plugin Debug Queries
 * right?
    that´s it for now. the plugin is great!
 * [http://wordpress.org/extend/plugins/debug-objects/](http://wordpress.org/extend/plugins/debug-objects/)

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

 *  Thread Starter [wjm](https://wordpress.org/support/users/wjm/)
 * (@wjm)
 * [16 years ago](https://wordpress.org/support/topic/plugin-debug-objects-wrong-value-for-some-constants/#post-1509388)
 * another minor thing
 *     ```
       if ($debug_queries_on)
       				$echo .= '<small><a href="http://wordpress.org/extend/plugins/debug-queries/">' . __( 'See more Details with my plugin', FB_WPDO_TEXTDOMAIN) . ' Debug Queries</a></small>';
       ```
   
 * should be
 *     ```
       if (!$debug_queries_on)
       				$echo .= ' <small><a href="http://wordpress.org/extend/plugins/debug-queries/">' . __( 'See more Details with my plugin', FB_WPDO_TEXTDOMAIN) . ' Debug Queries</a></small>';
       ```
   
 * note
    if (!$debug_queries_on) $echo .= ‘ <small>
 * a space before <small>
 *  [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-debug-objects-wrong-value-for-some-constants/#post-1509668)
 * many thanks, all is fixed.

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

The topic ‘[Plugin: Debug Objects] wrong value for some constants’ is closed to 
new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-debug-objects-wrong-value-for-some-constants/#post-1509668)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
