Title: [Plugin: Debug Objects] Bug-report: when activating the plugin after installation
Last modified: August 20, 2016

---

# [Plugin: Debug Objects] Bug-report: when activating the plugin after installation

 *  Resolved [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/)
 * Hi, when activating the plugin after installation I get this double-colon error:
 * Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /[…]/wp-content/
   plugins/debug-objects/inc/class-wrap.php on line 142
 * [http://wordpress.org/extend/plugins/debug-objects/](http://wordpress.org/extend/plugins/debug-objects/)

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

 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487662)
 * [@devstorm](https://wordpress.org/support/users/devstorm/): do you have more 
   infos for me; on this line i create the tabs fomr active class; the string is
   very bad.
    WP Version, MU or single install; Error only on activated or also 
   on used? Thanks!
 *  Thread Starter [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487675)
 * Hi Frank, I use WP 3.2.1, single install in combinatioin with WPML (multi-language).
   Error upon trying to activate the plugin. I had to rename the directory of the
   plugin to deactivate it, as the error-came each time I wanted to access the site.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487724)
 * Please can you check your PHP version, i think you smaller php 5.3 and i have
   an anomym function; if i build the classes in the tabs and this was not possible
   in php smaller 5.3
    Thanks!
 * `<?php phpinfo(); ?>`
    see: [http://www.php.net/manual/en/function.phpinfo.php](http://www.php.net/manual/en/function.phpinfo.php)
 *  Thread Starter [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487735)
 * It’s PHP 5.2.17 and Zend 2.2.0.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487736)
 * thats the problem, current you must have 5.3; maybe i will change this later –
   maybe.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487749)
 * Hello Devstorm,
    please check the 2.0.1; maybe the fix work for your php version;
   thanks! Also i have include any new output for Memory, included files and Load
   time.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487782)
 * also an update, tested in PHP 5.2 and works. Please revalidate
 *  Thread Starter [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487783)
 * Hi Frank,
 * thank you for the update, the newest version as of today is still failing during
   install with:
    ‘Debug Objects: Sorry, This plugin requires PHP 5.2.4’ I edited
   the code in ‘debug_objects’.php on line 314 the version-compare check to string‘
   5.2.0’ and this way this check is passed. But it does not work, no error code
   +message is output.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487784)
 * ok ,sorry; i have forgotten this; i will change this; but nice, that it works
   in 5.2.
    No i have upload this small change, same version.
 *  Thread Starter [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487785)
 * The page loads “undefinitely” and then runs into a browser connection timeout.
   Deactivating the plugin fixes this.
 * But I would prefer using the Debug Objects-Plugin, since from the screenshots
   it gives a great deal of development-related information.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487786)
 * deactivate the page Hook, is very slowly and use many RAM; the other Tabs are
   fast enough. Use Page Hook allone or on a better server; faster.
 *  Thread Starter [devstorm](https://wordpress.org/support/users/devstorm/)
 * (@devstorm)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487787)
 * I had the page hook not activated.
 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487788)
 * maybe an other tab with many entries, query or cache. You must check on your 
   dev install.

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

The topic ‘[Plugin: Debug Objects] Bug-report: when activating the plugin after 
installation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/debug-objects_d0d0d1.svg)
 * [Debug Objects](https://wordpress.org/plugins/debug-objects/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-objects/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-objects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-objects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-objects/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-debug-objects-bug-report-when-activating-the-plugin-after-installation/#post-2487788)
 * Status: resolved