Title: [Plugin: Plugin Organizer] debug errors
Last modified: August 20, 2016

---

# [Plugin: Plugin Organizer] debug errors

 *  Resolved [rrhobbs](https://wordpress.org/support/users/rrhobbs/)
 * (@rrhobbs)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-debug-errors/)
 * lately I am getting many 404’s and while debugging my WP install I get the following
   errors:
 * Notice: Undefined variable: endChar in /home/user/public_html/subdomain/wp-content/
   mu-plugins/PluginOrganizerMU.class.php on line 69
 * Notice: Undefined variable: endChar in /home/user/public_html/subdomain/wp-content/
   mu-plugins/PluginOrganizerMU.class.php on line 73
 * Line 69 in my install is : `$lastUrl = $_SERVER['HTTP_HOST'].$endChar;`
 * line 73 in my install is : `while ($loopCount < 15 && ($choppedUrl = preg_replace('/\/[
   ^\/]+\/?$/', $endChar, $choppedUrl)) && $choppedUrl !=`
 * Thanks for any clues
 * [http://wordpress.org/extend/plugins/plugin-organizer/](http://wordpress.org/extend/plugins/plugin-organizer/)

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

 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-debug-errors/#post-3075320)
 * Those are notices. They can be ignored. They are intended to be undefined. $endChar
   will be undefined if you don’t have a / at the end of your permalinks.
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-debug-errors/#post-3075496)
 * I released version 2.3.2 earlier today. It should get rid of the notices for 
   you.

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

The topic ‘[Plugin: Plugin Organizer] debug errors’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-debug-errors/#post-3075496)
 * Status: resolved