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