What do you mean WP says it’s broken? Do you have a specific error message? Are you sure you are running with PHP5.2 or newer?
Just upgraded to WP3.1, then upgraded the plugin to 3.8.0 – the message I get on all pages that call bcn_display() and on the settings page is this:
Fatal error: Call to undefined function mb_convert_case() in /home/[redacted]/public_html/wp/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 827
The error persisted after I went to the settings page and hit the migrate plugin link.
Not sure if it’s related to valuxes’ issue, but would be great if the solution was the same 🙂
Thanks for the great plugin – hoping to fix this to continue using it.
whoops, just found the same error in another support post – sorry for the double-posting. Recompiling Apache & PHP now to include the mbstring module, not sure why it wasn’t compiled with it out of the box…
Regardless, re-compiling php with mbstring solved everything – thanks!
Strange error if you ask me. I see no reason why my PHP did not have that function too.