• Resolved rrhobbs

    (@rrhobbs)


    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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    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

    (@foomagoo)

    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.