[Plugin: WordPress Menu Creator] breaks wp if category does not exist
-
Generally nice plugin, however, I have experienced following problem:
wordpress V2.9.1 and/or 2.9.2 (latest) – tried both, same result:
plugin works fine EXCEPT, when using a url such as:
https://myblog/category/testx/
.. where category testx does not exist
wordpress displays partial raw text from the themes footer.php – ie::
iv id="footer"> <div id="base"> <ul> <li class="baseHdr">Recent Posts:</li> ..... </div><!-- end #wrapper --> </body> </html>
ie. it fails to produce ANY of the header or page code for the site and even corrupts the footer file itself (misses off the first few chars of the file). Similar to if it had tried an echo with headers already sent (though it doesnt actualy produce that error message).
I expected it to display blank page (or 404) , which is what would ordinarily display under such circumstances.
This happens regardless of the theme chosen.
Disabling the plugin, stops this misbehaviour.
I have tried reinstalling, plugin from scratch, also reinstalling wordpress from scratch. Same result.
Permalinks are set to /%category%/%pagename%/, though I have tried other combinations with same result. (However, I suspect it may have something to do with htaccess (or possibly caching), since renaming htaccess stops problem, though obviously prevents permalinks – ie. no good).
Anyone experienced similar? Anyone found a solution?
Thanks in advance for any help.
- The topic ‘[Plugin: WordPress Menu Creator] breaks wp if category does not exist’ is closed to new replies.